Skip to content
Back to Parallel Deep Research

Card snapshot

api.parallel.ai · 2026-08-20 03:48:53 UTC · d782f7940abc0f2e5a415bb28d7a3414bd71dcce435d0d0522400eb2d2960d45

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "Parallel Deep Research",
  "description": "A task-generating A2A agent for deep web research. It produces cited markdown research reports and supports follow-up questions in the same conversation context.",
  "url": "https://api.parallel.ai/a2a",
  "preferredTransport": "HTTP+JSON",
  "version": "1.0.0",
  "documentationUrl": "https://docs.parallel.ai/task-api/task-quickstart",
  "provider": {
    "organization": "Parallel",
    "url": "https://parallel.ai"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown"
  ],
  "supportsAuthenticatedExtendedCard": false,
  "securitySchemes": {
    "parallel_oauth": {
      "type": "oauth2",
      "description": "OAuth 2.0 via Platform getKeys; bearer token is a Parallel API key.",
      "flows": {
        "authorizationCode": {
          "authorizationUrl": "https://platform.parallel.ai/getKeys/authorize",
          "tokenUrl": "https://platform.parallel.ai/getKeys/token",
          "scopes": {
            "key:read": "Use a Parallel API key to access the agent"
          }
        }
      }
    }
  },
  "security": [
    {
      "parallel_oauth": [
        "key:read"
      ]
    }
  ],
  "skills": [
    {
      "id": "research",
      "name": "Deep Research",
      "description": "Performs deep web research and returns a cited markdown report. Supports follow-up questions and refinements within the same context.",
      "tags": [
        "research",
        "web",
        "citations",
        "report"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    }
  ]
}