Skip to content
Back to TUROS

Card snapshot

docs.secapi.ai · 2026-08-26 15:39:40 UTC · 00ae61628188230adacbb9e53e2660ff567b2be86e9529dfb66af39ba9aee0fc

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": "SEC API for AI",
  "description": "SEC filing, company, ownership, market, and intelligence APIs for developers and agents.",
  "url": "https://docs.secapi.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.secapi.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.secapi.ai/",
    "organization": "SEC API for AI"
  },
  "documentationUrl": "https://docs.secapi.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "secapi",
      "name": "Secapi",
      "description": "Use when building integrations to access SEC filings, financial data, ownership records, and intelligence products. Agents should reach for this skill when users need to search filings, extract financial facts, monitor regulatory disclosures, analyze institutional ownership, run portfolio analysis, or generate intelligence reports backed by SEC data.",
      "tags": [],
      "url": "https://docs.secapi.ai/.well-known/agent-skills/secapi/skill.md"
    }
  ]
}