Skip to content
Back to EdgeSpark Documentation

Card snapshot

docs.edgespark.dev · 2026-06-03 06:17:19 UTC · ba2063c3c449d8c1d75b9296896036861c1ce226eb7709008038bd4ed27c621d

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": "EdgeSpark Documentation",
  "description": "Official EdgeSpark docs for AI agents building full-stack apps with Hono, auth, storage, secrets, and deploy workflows.",
  "url": "https://docs.edgespark.dev/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.edgespark.dev/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.edgespark.dev/",
    "organization": "EdgeSpark Documentation"
  },
  "documentationUrl": "https://docs.edgespark.dev/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "edgespark",
      "name": "Edgespark",
      "description": "Use EdgeSpark when building and deploying full-stack Hono applications to Cloudflare's edge network with D1 database, R2 storage, built-in authentication, and agent-native CLI workflows. Agents should reach for this skill when scaffolding projects, managing schema and configuration, deploying code, testing routes, and handling errors autonomously.",
      "tags": [],
      "url": "https://docs.edgespark.dev/.well-known/agent-skills/edgespark/skill.md"
    }
  ]
}