Card snapshot
docs.e2b.dev
·
2026-09-19 11:36:31 UTC
·
ea5e1baa5fb47bbdbe601cfa84762d64d49549af70544281998e261de356d097
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 user-generated scripts, spin up development environments, or provide sandboxed compute for LLM-powered tools.",
"tags": [],
"url": "https://docs.e2b.dev/.well-known/agent-skills/e2b/skill.md"
}
]
}