Skip to main content
POST
Create capability

Authorizations

Authorization
string
header
required

Bearer token: an organization API key (ak_…) created under Settings → API Keys, or a dashboard user session token. Proxy keys (xe_…) are not accepted here. Endpoints marked as user-only in their description reject organization keys with 403.

Path Parameters

proxy_id
string<uuid>
required

Body

application/json
name
string
required
Required string length: 1 - 255
description
string | null
examples
string[]
Maximum array length: 20
enabled
boolean
default:true
agent_role
string | null
Maximum string length: 64

Response

Successful Response

id
string<uuid>
required
proxy_id
string<uuid>
required
org_id
string<uuid>
required
agent_role
string | null
required
name
string
required
description
string | null
required
examples
string[]
required
enabled
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required