Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.

Path Parameters

agentId
string
required

The agent this resource is scoped to (the UUID returned by createAgent / listAgents).

id
string
required

The playbook's unique ID (the value returned by createPlaybook / listPlaybooks).

Response

The verification report. A 200 with a non-empty blockers list is the normal way a broken playbook is reported — it is not an error.

success
boolean
required
data
object
required

The result of verifyPlaybook. blockers empty means the graph passes every check the platform can make statically — it does not promise the wording is right, only that no route is broken and no action step can fire on a value nothing produces.

message
string
errors
object[]