Skip to content
Back to ToAPIs Documentation

Card snapshot

docs.toapis.com · 2026-09-11 01:23:25 UTC · 0a8aaa54604f743a8a0823414f8a3fe261faac707360bc8eebe1ed14b5afddee

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 applications that need to call LLMs (GPT-5, Claude, Gemini), generate images, or create videos through a unified OpenAI-compatible API. Reach for this skill when integrating text chat, image generation, video generation, or managing async tasks with webhooks.",
      "tags": [],
      "url": "https://docs.toapis.com/.well-known/agent-skills/apis/skill.md"
    }
  ]
}