v1
latestOpenAPI 3.1.02026-07-26359254.7 MBAI SDR Playbooks
Duplicate a playbook
<Warning> **Coming soon.** This endpoint will be available by mid July 2026. </Warning><small>Requires the ai-sdr:write scope (or a broader one that includes it).</small>
Creates a copy of an existing playbook and returns the new playbook in the response body. global playbooks can also be duplicated.
Requires the AI SDR feature on the caller's team.
post/v3/ai-sdr/playbooks/{id}/duplicate
Path parameters
idstring required
Composite id of the playbook to duplicate (g-N for global, o-N for organization, t-N for team)
Response
Playbook duplicated 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"
}
]
}