curl --request GET \
--url https://api.getsly.ai/v1/v1/capabilities \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "<string>",
"category": "protocol",
"enabled": true,
"version": "<string>",
"description": "<string>"
}
]
}Tenant capability advertisement — what protocols, rails, and features are active. Used by agents to discover what they can do.
curl --request GET \
--url https://api.getsly.ai/v1/v1/capabilities \
--header 'Authorization: Bearer <token>'{
"data": [
{
"name": "<string>",
"category": "protocol",
"enabled": true,
"version": "<string>",
"description": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.getsly.ai/llms.txt
Use this file to discover all available pages before exploring further.