Inceptiva· SDKv0.4.0
API REFERENCE

Retrieve the agent

GET /v1/agents/{agent_id}

shell
curl "https://api.inceptiva.com/v1/agents/$INCEPTIVA_AGENT_ID" \
  --header "Authorization: Bearer $INCEPTIVA_API_KEY"
json
{
  "id":"UUID",
  "name":"Sales assistant",
  "description":"Helps the sales team",
  "capabilities":{"streaming":true,"citations":true,"documents":true,"tools":true}
}

Capabilities describe enabled public behavior without revealing instructions, internal sources, configuration, or credentials.