{
  "specVersion": "1.0",
  "host": {
    "displayName": "connect0",
    "identifier": "connect0.ai"
  },
  "entries": [
    {
      "identifier": "urn:air:connect0.ai:mcp:core",
      "displayName": "connect0 MCP server",
      "description": "Streamable-HTTP MCP endpoint (OAuth 2.1) exposing the connect0 AI workforce platform: agents, connectors, skills, sandbox, files, blocks, and billing tools.",
      "type": "application/json",
      "url": "https://mcp.connect0.ai/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "connect my AI assistant to company data and tools",
        "run an agent on a schedule with audit trails and spend caps",
        "give Claude Code governed access to GitHub and Postgres"
      ]
    },
    {
      "identifier": "urn:air:connect0.ai:api:openapi",
      "displayName": "connect0 REST API (OpenAPI 3.1)",
      "description": "Full control-plane REST surface: 233 operations with operationIds, typed schemas, and a shared error model. Same OAuth 2.1 bearer tokens as MCP.",
      "type": "application/json",
      "url": "https://api.connect0.ai/openapi.json",
      "representativeQueries": [
        "connect0 REST API reference",
        "create and dispatch agents programmatically",
        "query agent runs and threads over HTTP"
      ]
    },
    {
      "identifier": "urn:air:connect0.ai:docs:skill-manual",
      "displayName": "Getting started (agent manual)",
      "description": "The agent front-door manual: what connect0 is, how to authenticate, and the step-by-step getting-started workflow.",
      "type": "text/markdown",
      "url": "https://connect0.ai/skill.md",
      "representativeQueries": [
        "how do I set up connect0",
        "onboard an agent onto connect0"
      ]
    },
    {
      "identifier": "urn:air:connect0.ai:docs:llms-catalog",
      "displayName": "Site catalog (llms.txt)",
      "description": "llmstxt.org catalogue: when to use connect0, developer resources, and every docs/blog/guide page with markdown variants.",
      "type": "text/markdown",
      "url": "https://connect0.ai/llms.txt",
      "representativeQueries": [
        "what does connect0 do",
        "connect0 documentation index"
      ]
    },
    {
      "identifier": "urn:air:connect0.ai:docs:auth-guide",
      "displayName": "Authentication guide",
      "description": "OAuth 2.1 handshake for MCP and REST: discovery, token exchange, scopes, revocation.",
      "type": "text/markdown",
      "url": "https://connect0.ai/auth.md",
      "representativeQueries": [
        "how do agents authenticate to connect0",
        "connect0 OAuth token exchange"
      ]
    }
  ]
}