Skip to content
Back to Firecrawl Docs

Card snapshot

docs.firecrawl.dev · 2026-08-19 22:04:31 UTC · 9acfbae4b2f4df6c971a2af16db2aa45d439cc62c22911705242cc963eb9ca90

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 content, scraping URLs, crawling entire websites, searching the web, or building web data pipelines. Reach for Firecrawl when you need to convert web pages to clean markdown or structured JSON, handle dynamic JavaScript-rendered content, interact with pages (click, fill forms), or monitor websites for changes.",
      "tags": [],
      "url": "https://docs.firecrawl.dev/.well-known/agent-skills/firecrawl/skill.md"
    }
  ]
}