/
TW
twin
/
Twin API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 19h ago · Updated 2d ago
Details
Filter operations
agents
4
get
/v1/agents
post
/v1/agents
get
/v1/agents/{agent_id}
delete
/v1/agents/{agent_id}
api-keys
3
events
1
instructions
3
me
1
runs
4
schedules
6
webhooks
5
workspaces
6
agents
post
/v1/agents
Request body
CreateAgentBody
required
agent_id
string
uuid
nullable
derived_from_agent_id
string
uuid
nullable
is_subagent
boolean
owner_user_id
string
nullable
workspace_id
string
nullable
Response
CreateAgentResponse
required
agent
Agent
Changes