Skip to content
Back to Firecrawl Docs

Card snapshot

docs.firecrawl.dev · 2026-09-03 04:26:20 UTC · b9ee9747c38a6d8f4151846a55f0ecb51a63c6b922b34d1094a9864bacb1e31e

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": "Firecrawl Docs",
  "url": "https://docs.firecrawl.dev/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.firecrawl.dev/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.firecrawl.dev/",
    "organization": "Firecrawl Docs"
  },
  "documentationUrl": "https://docs.firecrawl.dev/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "firecrawl",
      "name": "Firecrawl",
      "description": "Use when extracting web data, scraping pages, crawling websites, searching the web, monitoring content changes, or running autonomous web data gathering tasks. Agents should reach for Firecrawl when they need to access, parse, or extract information from web pages in structured or unstructured formats.",
      "tags": [],
      "url": "https://docs.firecrawl.dev/.well-known/agent-skills/firecrawl/skill.md"
    }
  ]
}