Create Playbook
create_playbookCreate reusable playbook templates to automate project setup by defining ordered steps for customer projects.
Instructions
Create a new reusable playbook template. A playbook is an ordered set of steps run against a customer to automate project setup. Add steps with add_playbook_step after creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name, e.g. 'New Web Project'. | |
| slug | Yes | URL-safe unique identifier, e.g. 'new-web-project'. Must be unique per company. | |
| description | No | What this playbook is for and when to use it. |