Skip to content
Back to ToAPIs Documentation

Card snapshot

docs.toapis.com · 2026-09-09 03:09:51 UTC · 10baec26e9f7b51bfa6f7910373a2b887011f4525dbfa1251d2cfeaecbd54546

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 LLM APIs, generating images or videos, managing async tasks, or migrating from OpenAI. Agents should reach for this skill when working with chat completions, image/video generation, task status tracking, webhooks, or account management through a unified OpenAI-compatible API gateway.",
      "tags": [],
      "url": "https://docs.toapis.com/.well-known/agent-skills/apis/skill.md"
    }
  ]
}