Skip to content
Back to E2B Docs

Card snapshot

docs.e2b.dev · 2026-09-12 17:15:59 UTC · 73cea7e08c640cde8a8e058bade33cd4bc4116f4cdbc944ea339539e2cb9f46e

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 code execution. Reach for e2b when you need to run untrusted code, execute commands in a controlled environment, manage persistent sandboxes, or integrate LLMs with terminal/filesystem access.",
      "tags": [],
      "url": "https://docs.e2b.dev/.well-known/agent-skills/e2b/skill.md"
    }
  ]
}