When to use one
Reach for a playbook when a task has a fixed shape — a set of inputs to gather in order, with branches — rather than an open-ended Q&A. The agent stays conversational, but the playbook makes sure every required step happens.In the API
| Action | Endpoint |
|---|---|
| List / create | GET · POST /agents/{id}/playbooks |
| Read / update | GET · PATCH /agents/{id}/playbooks/{id} |
| Inspect the flow graph | GET /agents/{id}/playbooks/{id}/graph |
In the API and dashboard these are called playbooks; some internal references use the older
term procedures. They’re the same thing.