OpenAPI reference
The CXGear API exposes an OpenAPI (Swagger) UI when the API process is running.
Where to open it
Section titled “Where to open it”On your API host:
https://api.cxgear.ai/docsLocally:
http://localhost:3000/docsUse this for request shapes, authentication headers, and try-it-out calls during integration work.
Authentication
Section titled “Authentication”Most routes require a user JWT (Authorization: Bearer …) from login. Public ingest/trigger routes use organization API keys instead.