← API Reference
AI Agent
Machine-readable tool manifest (no auth required)
get
/api/v1/ai/capabilitiesAuthentication
Public — no authentication required.
Responses
200Static capabilities manifest
namestring
descriptionstring
versionstring
endpointsarray<object>
factorClassesarray<string>
mcpServerobject
Example request
curl -X GET 'https://cryptyx.ai/api/v1/ai/capabilities' \ -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).