Skip to content
Back to ToAPIs Documentation

Card snapshot

docs.toapis.com · 2026-09-12 16:45:30 UTC · eef30a788fd1344d7d5b626d4a2fd11938c7cb4599d87cccbaa0dd5476c5b164

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.

{
  "name": "ToAPIs Documentation",
  "url": "https://docs.toapis.com/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.toapis.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.toapis.com/",
    "organization": "ToAPIs Documentation"
  },
  "documentationUrl": "https://docs.toapis.com/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "apis",
      "name": "Apis",
      "description": "Use when building integrations with AI models (GPT-5, Claude, Gemini), generating images or videos, managing async tasks, or migrating from OpenAI. Agents should reach for this skill when implementing chat completions, image/video generation, task polling, webhook handling, or account management through the ToAPIs unified API gateway.",
      "tags": [],
      "url": "https://docs.toapis.com/.well-known/agent-skills/apis/skill.md"
    }
  ]
}