Tray.ai · JSON Structure

Tray Ai Solution Instance Structure

Structural documentation for the Tray.ai Solution and SolutionInstance objects

Type: object Properties: 0
AutomationIntegrationiPaaSAI AgentsMCP

Tray Ai Solution Instance Structure is a JSON Structure definition published by Tray.ai.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Tray.ai Solution Instance Structure",
  "description": "Structural documentation for the Tray.ai Solution and SolutionInstance objects",
  "type": "object",
  "structure": {
    "Solution": {
      "id": { "type": "string", "description": "Unique solution identifier (UUID)" },
      "title": { "type": "string", "description": "Solution display name" },
      "description": { "type": "string", "description": "What the solution does" },
      "tags": { "type": "array", "items": { "type": "string" }, "description": "Categorization tags" }
    },
    "SolutionInstance": {
      "id": { "type": "string", "description": "Unique instance identifier (UUID)" },
      "name": { "type": "string", "description": "Instance name set by the user" },
      "enabled": { "type": "boolean", "description": "Whether the instance is currently active" },
      "created": { "type": "string", "format": "date-time", "description": "Creation timestamp" },
      "owner": { "type": "string", "description": "User ID of the instance owner" },
      "workflows": {
        "type": "object",
        "edges": {
          "type": "array",
          "items": {
            "node": {
              "id": { "type": "string", "description": "Workflow identifier" },
              "triggerUrl": { "type": "string", "format": "uri", "description": "Webhook URL to trigger the workflow" }
            },
            "cursor": { "type": "string", "description": "Pagination cursor" }
          }
        }
      },
      "solutionVersionFlags": {
        "hasNewerVersion": { "type": "boolean", "description": "Whether a newer solution version is available" }
      }
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/tray-ai-solution-instance-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.