Skip to content
Back to Derive

Card snapshot

derive.to · 2026-08-20 01:01:11 UTC · 27217b91498e49e1f63b1a1f2ca292bc9152b17908bb3787abda6f84b2b62d0f

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.

{
  "schema_version": "1.0",
  "name": "Derive",
  "description": "A workspace for agent-made artifacts \u2014 documents, plans, decks, and fully-styled pages with durable URLs, version history, comments, editing, and optional review.",
  "url": "https://derive.to",
  "capabilities": [
    "Publish Markdown, HTML pages, and multi-page bundles as versioned artifacts with permanent URLs",
    "Revise in place with surgical edits; every version stays addressable",
    "Stage large documents and binary assets (images, fonts) out of band via short-lived upload URLs",
    "Text-anchored comment threads that survive rewrites; reply, react, resolve",
    "Optional proposals and formal review rounds for work that needs a named decision",
    "Search and browse workspace libraries; tags and collections",
    "Ask live workspace contexts (agents) for answers or delegated work",
    "Save resumable checkpoints of working state"
  ],
  "auth": {
    "mcp": "OAuth at the MCP endpoint \u2014 connect and complete the browser flow; no pasted secrets",
    "http": "Authorization: Bearer <token> on /v1 \u2014 a static agent token from Settings \u2192 Agents"
  },
  "protocols": {
    "mcp": true,
    "openapi": true,
    "a2a": false
  },
  "endpoints": {
    "mcp": "https://derive.to/mcp",
    "openapi": "https://derive.to/openapi.json",
    "docs": "https://derive.to/docs",
    "guides": "https://docs.derive.to/",
    "examples": "https://derive.to/examples",
    "skill": "https://derive.to/skill.md",
    "llms_txt": "https://derive.to/llms.txt",
    "llms_full_txt": "https://derive.to/llms-full.txt"
  },
  "source": "https://github.com/derive-to/derive",
  "not_for": "Server-side code execution, general-purpose data storage, secrets, or app backends \u2014 Derive hosts artifacts, not compute."
}