Skip to main content
Publishing a playbook as an endpoint gives you an OpenAI-compatible API. Any OpenAI SDK works - swap the base URL, the API key, and the model.
Prerequisites: a published playbook and an endpoint key. Publish, then open Deploy as Endpoint → Manage API Keys - see Publish & share.
Three surfaces, three auth stories - do not mix them:

Request

Headers

Body

Keep a conversation going

Without user, each request is independent. With it, the agent remembers the thread - the checkpoint it reached, the slots it filled - across requests.
Use one id per caller or per conversation, not one per process.

Examples

Keys carry your account’s access. Keep them server-side in a secret manager or environment variable - never in client-side code or a committed file. Rotate immediately if one leaks.

Next

Publish & share

Deploy the playbook and mint a key.

Chat surface

Drop this endpoint into LiveKit, Pipecat, or any chat workflow.