Skip to main content
POST
/
ai
/
agents
/
{agent_id}
/
sub-agents
/
{sub_agent_id}
Attach sub-agent to agent
curl --request POST \
  --url https://api.wacht.dev/ai/agents/{agent_id}/sub-agents/{sub_agent_id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Path Parameters

agent_id
string
required

AI Agent ID

sub_agent_id
string
required

Sub-agent ID

Response

200

Sub-agent attached