# POST /playbooks

**Resource:** [Playbooks](./training.md)  
**MCP tool:** `create_playbook`  
**Scopes:** `resources:write`  
**Write operation:** yes

Create a new Playbook. Optional template: "blank" or "getting_started".

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `name` | body | string | yes |  |
| `template` | body | string | no |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/playbooks"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"name":"...","template":"..."}'
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`