Skip to main content
POST
/
api
/
v1
/
agents
/
{id}
/
playbooks
Attach a playbook to an agent
curl --request POST \
  --url https://api.kataven.ai/v1/api/v1/agents/{id}/playbooks \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "playbook_id": "pb_01HZ2N7G3K8M0Q5R7T9V2X4Y6Z"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.kataven.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Headers

X-Account-ID
string

Tenant database. Required when using a Zitadel JWT.

Path Parameters

id
string
required

Agent id

Body

application/json

Playbook to attach

Playbook to attach

playbook_id
string
Example:

"pb_01HZ2N7G3K8M0Q5R7T9V2X4Y6Z"

Response

OK

{key}
string