{
  "name": "Deck.co",
  "legalName": "Deck Software Inc.",
  "url": "https://deck.co",
  "description": "Deck.co is developer infrastructure for computer use agents. Agents authenticate as users, operate any software through real interfaces, and return structured results.",
  "api": {
    "baseUrl": "https://api.deck.co/v2",
    "openapi": "https://deck.co/openapi.json",
    "docs": "https://docs.deck.co/api-reference",
    "auth": "https://deck.co/auth",
    "errors": "https://deck.co/errors.json",
    "status": "https://deck.co/api/status",
    "errorModel": {
      "contentType": "application/json",
      "required": ["errors", "request_id"],
      "example": {
        "errors": [
          {
            "type": "auth",
            "code": "api_key_invalid",
            "message": "The API key is not valid.",
            "resolution": "Create a key in https://console.deck.co and send Authorization: Bearer <key> to https://api.deck.co/v2."
          }
        ],
        "request_id": "req_example"
      }
    }
  },
  "oauth": {
    "authorizationServer": "https://deck.co/.well-known/oauth-authorization-server",
    "protectedResource": "https://deck.co/.well-known/oauth-protected-resource"
  },
  "llms": "https://deck.co/llms.txt",
  "sitemap": "https://deck.co/sitemap.xml",
  "mcp": "https://deck.co/.well-known/mcp"
}
