/
BU
builderz-labs
/
Mission Control API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 17m ago · Updated 2mo ago
Details
Filter operations
Admin
23
Agents
16
get
List agents
put
Update agent by name
post
Create agent
get
Get agent by ID
put
Update agent by ID
delete
Delete agent
get
Check agent work items
post
Trigger manual heartbeat
get
Get agent soul config
put
Update agent soul config
get
Get agent memory
put
Update agent memory
post
Wake an agent
post
Send message between agents
get
Get agent communications
post
Sync agents from gateway config
Alerts
4
Auth
10
Chat
5
Connections
3
Monitoring
8
Pipelines
5
Sessions
2
Super Admin
7
Tasks
9
Tokens
2
Webhooks
6
Workflows
4
Agents
Create agent
post
/api/agents
Request body
object
required
name
string
required
role
string
required
session_key
string
soul_content
string
status
'online'
|
'offline'
|
'busy'
|
'idle'
|
'error'
config
object
template
string
gateway_config
object
write_to_gateway
boolean
Response
Agent created
object
required
agent
Agent
Changes