Skip to content
Back to E2B Docs

Card snapshot

docs.e2b.dev · 2026-09-17 04:09:48 UTC · f3c3f86b486be51b93cdefa3593524a94c1e7eaf212b53c8a7a1dc2faec2cf39

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": "E2B Docs",
  "url": "https://docs.e2b.dev/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.e2b.dev/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.e2b.dev/",
    "organization": "E2B Docs"
  },
  "documentationUrl": "https://docs.e2b.dev/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "e2b",
      "name": "E2b",
      "description": "Use when building AI agents, code interpreters, or applications that need isolated Linux environments. Reach for e2b when you need to execute untrusted code, run coding agents, manage sandboxes with persistence, or provide users with secure development environments.",
      "tags": [],
      "url": "https://docs.e2b.dev/.well-known/agent-skills/e2b/skill.md"
    }
  ]
}