Create Playbook
create_playbookBuild a reusable playbook template with ordered steps to automate customer project setup. Define actions for consistent execution.
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. |