/
BU
builderz-labs
/
Mission Control API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
Admin
30
Agents
20
Alerts
4
API
25
Auth
10
Chat
5
Connections
3
Docs
1
Mentions
1
Monitoring
9
Pipelines
5
Projects
11
Quality
2
Releases
1
Sessions
10
Skills
7
Super Admin
7
System
2
Tasks
10
get
List tasks
put
Bulk update task statuses
post
Create task
get
Poll next task for an agent
get
Get task by ID
put
Update task
delete
Delete task
post
Broadcast task to agents
get
List task comments
post
Add comment to task
Tokens
2
Webhooks
8
Workflows
4
Tasks
Broadcast task to agents
post
/api/tasks/{id}/broadcast
Path parameters
id
integer
required
Request body
object
required
agents
string[]
message
string
Response
Task broadcast sent
object
required
success
boolean
delivered_to
string[]
Changes