{
  "name": "Creator OS Agent",
  "description": "Creator OS helps AI agents discover creator automation capabilities, authenticate with protected APIs, and connect through remote MCP.",
  "version": "1.2.1",
  "url": "https://usecreator.app/a2a",
  "provider": {
    "organization": "Creator OS",
    "url": "https://usecreator.app"
  },
  "documentationUrl": "https://usecreator.app/docs/api.html",
  "iconUrl": "https://usecreator.app/favicon.ico",
  "supportedInterfaces": [
    {
      "url": "https://usecreator.app/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0",
      "transportProtocol": "HTTPS"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "bearer": {
      "httpAuthSecurityScheme": {
        "scheme": "bearer",
        "bearerFormat": "opaque"
      }
    }
  },
  "security": [
    {
      "bearer": [
        "openid",
        "email",
        "profile"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "agent-discovery",
      "name": "Agent Discovery",
      "description": "Publishes Creator OS discovery metadata including API catalog, OAuth metadata, MCP server card, status, and markdown representations.",
      "tags": [
        "discovery",
        "metadata",
        "oauth",
        "mcp"
      ],
      "examples": [
        "Show me the Creator OS discovery endpoints.",
        "How do I authenticate to Creator OS APIs?"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "creator-os-mcp",
      "name": "Creator OS MCP Access",
      "description": "Describes how agents can reach the hosted Creator OS MCP endpoint and its protected API surface.",
      "tags": [
        "mcp",
        "creator-tools",
        "automation"
      ],
      "examples": [
        "Connect to Creator OS MCP.",
        "List the public MCP discovery metadata for Creator OS."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}