Olbrain Webhooks · v1

Send events into your agents.

One authenticated endpoint, one Access Key. POST a JSON event scoped to an agent and your agent receives it — whether it's a conversational agent or a workflow.

example · trigger cURL
POST https://webhook.olbrain.com/api/agents/webhook/agt_01HAKZ...
Authorization: Bearer ak_<your-access-key>
Content-Type: application/json

{ "message": "Order #4421 placed" }

Where to go next

What you can do

Note

Run management endpoints are workflow-only. Conversational agents have no runs to pause or resume.

Base URL

https://webhook.olbrain.com

A single HTTPS endpoint serves all webhook traffic. All requests must use TLS.