Create template playbook
Creates a playbook in a project template, either from a request body or by snapshotting a library playbook via { from }. Fails with 404 when the template is missing, 400 when it is archived, or 409 on a slug conflict.
Authentication
AuthorizationBearer
WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.
Path parameters
templateId
The project template id.
Request
This endpoint expects an object.
OR
Response
The created template playbook.
playbook
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error