Tray.ai · GraphQL Specification

Tray.ai GraphQL API

The Tray.ai Embedded API is a GraphQL-based API that allows partners and customers to present in-app embedded integration experiences. It provides programmatic access to manage users, solutions, solution instances, authentications, workflows, and connector operations via HTTP POST to the GraphQL endpoint with Bearer token authentication. Two token types are supported, master tokens for admin operations and user tokens generated via the authorize mutation for user-scoped operations. All endpoints are rate limited to 30 requests per second.

Documentation Endpoint View on GitHub AutomationIntegrationiPaaSAI AgentsMCPGraphQL

Overview

Tray.ai GraphQL API is a GraphQL API specification published by Tray.ai on the APIs.io network.

The Tray.ai Embedded API is a GraphQL-based API that allows partners and customers to present in-app embedded integration experiences. It provides programmatic access to manage users, solutions, solution instances, authentications, workflows, and connector operations via HTTP POST to the GraphQL endpoint with Bearer token authentication. Two token types are supported, master tokens for admin operations and user tokens generated via the authorize mutation for user-scoped operations. All endpoints are rate limited to 30 requests per second.

The GraphQL endpoint is available at https://tray.io/graphql. documentation is published at https://tray.ai/documentation/developer/openapi/embeddedapi-introduction/.

The specification includes 1 reference link.

Tagged areas include Automation, Integration, iPaaS, AI Agents, and MCP.

Endpoint

https://tray.io/graphql

References

Related API Specs

Tray.ai Embedded API (OpenAPI) Tray.ai Platform API (OpenAPI)
Back to Tray.ai · All GraphQL Specs · GitHub