Playbooks API
Manage playbooks, conventions, and subscriptions.
Playbooks contain conventions — team standards that guide AI behavior. The API supports convention CRUD, subscriptions, and AI-powered extraction.
Playbook sync (CLI)
For detected stacks
GET /:org_id/playbooks/for_stacksReturns playbooks matching the project's detected framework stack. Used by the CLI to suggest playbooks.
For file sync
GET /:org_id/playbooks/for_syncReturns formatted playbook content for writing to .claude/playbooks.md. Used during resource sync.
Subscriptions
Org-scoped: /:org_id/playbook_subscriptions.
List subscriptions
GET /:org_id/playbook_subscriptions