Tray.ai Platform API
The Tray.ai Platform API (also known as the Connectivity API) provides direct programmatic REST access to Tray's 700+ pre-built service connectors, authentication management, trigger subscriptions, user and workspace administration, and project/solution lifecycle operations. It is grouped into Core, CDK (Connector Development Kit), and On Premise endpoint families served from the US, EU, and APAC regions. All endpoints require a Bearer token and are rate limited to 30 requests per second (burst 50), with the Call Connector endpoint additionally capped at 1,000 concurrent requests.
Documentation
Specifications
Examples
Example
https://raw.githubusercontent.com/api-evangelist/tray-ai/refs/heads/main/examples/tray-ai-list-connectors-example.json
Example
https://raw.githubusercontent.com/api-evangelist/tray-ai/refs/heads/main/examples/tray-ai-call-connector-example.json
Example
https://raw.githubusercontent.com/api-evangelist/tray-ai/refs/heads/main/examples/tray-ai-create-authentication-example.json
Schemas & Data
JSONSchema
https://raw.githubusercontent.com/api-evangelist/tray-ai/refs/heads/main/json-schema/connector.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/tray-ai/refs/heads/main/json-schema/authentication.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/tray-ai/refs/heads/main/json-schema/subscription.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/tray-ai/refs/heads/main/json-schema/user.json
JSONSchema
https://raw.githubusercontent.com/api-evangelist/tray-ai/refs/heads/main/json-schema/workspace.json
JSONStructure
https://raw.githubusercontent.com/api-evangelist/tray-ai/refs/heads/main/json-structure/tray-ai-connector-structure.json