Skip to main content
POST
Create playbook

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Query Parameters

projectID
string
required

The ID of the project to operate on.

environmentAlias
string
required

The alias of the environment to operate on (e.g. main).

Body

application/json
name
string
required
description
string | null

A human-readable description of what the playbook does.

instructions
string · object · object · object · object · object[] | null
endTool
object | null
cardTool
object | null
buttonTool
object | null
skipTurnTool
object | null
webSearchTool
object | null
callForwardTool
object | null
knowledgeBaseTool
object | null
settings
object

Response

201 - application/json

Returns the newly created playbook in full, including the ID assigned to it and the instructions it was created with.

playbook
object
required