For engineers
Everything the dashboard does is available over HTTP. Drive the platform from your own code, or let a coding agent build the workflow for you.
POST /api/v1/workflows/:id/calls
{
"to": "+15550142",
"from_pool": "support"
}201 Created
{
"run_id": "wr_8f2a…",
"status": "queued"
}