tray.ai
Tray.ai is an enterprise orchestration platform for integrations, automation, and AI agents. It lets organizations build workflows, manage connector-based integrations, publish APIs, and expose Tray capabilities through a hosted MCP server.
tray.ai exposes Tray Platform HTTP APIs, a Tray Embedded GraphQL API, a hosted MCP server at regional `api*.tray.io/mcp` endpoints, and tenant/project-specific published HTTP APIs via Tray API Management; all documented surfaces require authentication.
- Tray Headless MCPdetected
- Tray Platform APIsdiscovered
- Tray API Management published APIsdiscovered
- Tray Embedded GraphQL APIdiscovered
In the Tray dashboard, open Settings → Tokens and generate your master token; the docs say this requires Embedded admin/owner access. Use the token as an HTTP bearer token. See Master and user tokens.
Create a user token with Tray's Create user token API mutation for the end user you want to act as; the docs describe it as the token used when your end users perform actions such as creating authentications or calling connectors. Use the resulting token as an HTTP bearer token. See Master and user tokens and Embedded API authentication.
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://tray.ai/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing