{
  "schema_version": "synorb.agent_ecosystem.v1",
  "name": "Synorb agent ecosystem",
  "documentation": {
    "agent_instructions": "https://synorb.com/agents",
    "runtime_guide": "https://synorb.com/agent-guide.md",
    "short_reference": "https://synorb.com/llms.txt",
    "extended_reference": "https://synorb.com/llms-full.txt",
    "rest_openapi": "https://synorb.com/openapi.json",
    "mcp": "https://synorb.com/docs/mcp",
    "versioning": "https://synorb.com/docs/api-versioning"
  },
  "transports": [
    {
      "name": "REST",
      "kind": "openapi",
      "url": "https://api.synorb.com",
      "spec": "https://synorb.com/openapi.json"
    },
    {
      "name": "MCP Core",
      "kind": "streamable_http",
      "url": "https://mcp.synorb.com/mcp",
      "documentation": "https://synorb.com/docs/mcp"
    },
    {
      "name": "MCP Advanced",
      "kind": "streamable_http",
      "url": "https://mcp.synorb.com/advanced/mcp",
      "documentation": "https://synorb.com/docs/mcp"
    }
  ],
  "tools": [
    {
      "name": "@synorb/cli",
      "kind": "npm",
      "status": "published",
      "read_only": true,
      "package": "https://www.npmjs.com/package/@synorb/cli",
      "source": "https://github.com/Synorb/synorb-v3/tree/main/cli",
      "documentation": "https://synorb.com/docs/cli"
    },
    {
      "name": "Python sync ontology SDK",
      "kind": "python_source",
      "status": "source_only",
      "published": false,
      "source": "https://github.com/Synorb/synorb-v3/tree/main/sdk",
      "note": "The repository SDK is a legacy sync-ontology helper using api-key/api-secret headers. It is not the published client for the current bearer-key REST or MCP contracts."
    }
  ],
  "mcp_resources": [
    {
      "uri": "synorb://guide",
      "availability": "advanced",
      "description": "Static agent and tool-selection guidance.",
      "documentation": "https://synorb.com/docs/mcp"
    },
    {
      "uri": "synorb://domains",
      "availability": "advanced",
      "description": "Domain and coverage reference data.",
      "documentation": "https://synorb.com/docs/mcp"
    }
  ]
}
