Get all available capabilities with labels, descriptions, and groupings. This is a static endpoint that does not require organization context.
GEThttps://api.aitronos.com/v1/capabilities
Returns the full list of capabilities that can be assigned to custom roles. Each capability includes a human-readable label, description, and logical grouping.
An array of capability metadata objects with key, label, description, and group fields.
cURL
- Bash
- Python
- Python
- JavaScript
curl "https://api.aitronos.com/v1/capabilities" \
-H "Authorization: Bearer $ACCESS_TOKEN"