Promote project playbook to library

View as Markdown

Copies a project-scope playbook into the library as a new draft. Fails with 400 when the source is not project-scope, or 409 when the slug is already taken in the library.

Authentication

AuthorizationBearer

WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.

Path parameters

idstringRequired

Response

The promoted library playbook.
playbookobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error