Integration overview
The map of every way traffic flows between your systems and an agent — SDK conversations, event delivery, autonomous triggers and callbacks, third-party webhooks, and tool calls — with auth and links
The map
YOUR INTEGRATION AGENT SERVER THIRD PARTIES
(UI, CRM, backend) (KYC, payments, …)
──────────────────── ───────────── ──────────────────
Conversational
(1) open session, ──────►
post message (SDK)
(2a) pull events ◄────── long-poll stream
— or —
(2b) receive events ◄────── POST to your event
at your endpoint webhook URL
Autonomous
(3) POST /routines/ ──────►
{id}/trigger
(4) receive result ◄────── POST to your
at callback_url callback_url
◄────── (5) POST /webhooks/{name}
(HMAC-signed)
Tools & data
your MCP servers ◄────── (6) tool calls
your KB / search ◄────── (7) retrievalThe seven flows
#
Flow
Direction
Auth
Where it's explained
Choosing your shape
One credential model to internalize
Last updated
Was this helpful?

