---
title: "Create a playbook"
method: POST
path: "/playbook/"
tags: ["playbooks"]
---

# Create a playbook

`POST /playbook/`

Create a new playbook for the organization.

## Request body

- CreatePlaybook
  - `custom_field_ids` string[] — IDs of [Shared Custom Fields](/api/resources/custom-fields/custom-fields-shared) to associate with this Playbook.
  - `description` string, nullable — Description of the playbook.
  - `name` string, required
  - `outcome_ids` string[] — IDs of [Outcomes](/api/resources/outcomes/) that should be associated with this Playbook.
  - `summary_guidance` string, nullable — Guidance for AI summaries of calls and meetings associated with this Playbook.

## Response `201`

Successful response

- Playbook
  - `archived_at` string, date-time, nullable, required
  - `archived_by_id` string, nullable, required
  - `created_at` string, date-time, required
  - `created_by_id` string, required
  - `custom_field_ids` string[], required
  - `description` string, nullable, required
  - `id` string, required
  - `name` string, required
  - `organization_id` string, required
  - `outcome_ids` string[], required
  - `position` integer, nullable, required
  - `summary_guidance` string, nullable, required
  - `updated_at` string, date-time, required
  - `updated_by_id` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/close/apis/close-api.md) · [All operations](https://skmtc.net/close/apis/close-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/close/close-api/revisions/0dcf3303e9d7/schema)
