v1
latestOpenAPI 3.1.02026-07-26359254.7 MBAI SDR Playbooks
Create a playbook
<small>Requires the ai-sdr:write scope (or a broader one that includes it).</small>
Creates a new playbook in the organization or team scope. global playbooks are Reply-curated and cannot be created via the API.
Requires the AI SDR feature on the caller's team.
post/v3/ai-sdr/playbooks
Request body
Example request
{
"name": "Outbound playbook v2",
"description": "Tone and pacing for cold outreach",
"body": "## Voice\nFriendly, concise, never desperate.\n\n## Pacing\nTwo touches per week max.",
"type": "team"
}Response
Playbook created successfully
Example response
{
"id": "t-7",
"name": "Outbound playbook v2",
"description": "Tone and pacing for cold outreach",
"body": "## Voice\nFriendly, concise, never desperate.\n\n## Pacing\nTwo touches per week max.",
"type": "team",
"lastUpdatedAt": "2026-05-10T14:32:11Z",
"authorUserId": 4821,
"styleFiles": [
{
"id": 12345,
"fileName": "tone-guide.pdf"
}
]
}