E2B · Schema

E2B Sandbox Template

A reusable sandbox base image definition derived from the E2B Template API.

Artificial IntelligenceAgentsCode ExecutionCode InterpreterSandboxesFirecrackerMicroVMsComputer UseDesktop SandboxTemplatesMCPOpen-Source

Properties

Name Type Description
templateID string Identifier of the sandbox template.
names array Full names including team namespace and tag, e.g. team-slug/my-template:default.
public boolean Whether the template is public or restricted to the owning team.
cpuCount integer Default vCPU count for sandboxes created from this template.
memoryMB integer Default memory in MiB for sandboxes created from this template.
buildID string Identifier of the most recent successful build of the template.
createdAt string
updatedAt string
tags array User-defined tags applied to the template.
View JSON Schema on GitHub

JSON Schema

e2b-template-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/e2b-dev/refs/heads/main/json-schema/e2b-template-schema.json",
  "title": "E2B Sandbox Template",
  "description": "A reusable sandbox base image definition derived from the E2B Template API.",
  "type": "object",
  "required": ["templateID"],
  "properties": {
    "templateID": {
      "type": "string",
      "description": "Identifier of the sandbox template."
    },
    "names": {
      "type": "array",
      "items": {"type": "string"},
      "description": "Full names including team namespace and tag, e.g. team-slug/my-template:default."
    },
    "public": {
      "type": "boolean",
      "description": "Whether the template is public or restricted to the owning team."
    },
    "cpuCount": {
      "type": "integer",
      "minimum": 1,
      "description": "Default vCPU count for sandboxes created from this template."
    },
    "memoryMB": {
      "type": "integer",
      "minimum": 128,
      "description": "Default memory in MiB for sandboxes created from this template."
    },
    "buildID": {
      "type": "string",
      "description": "Identifier of the most recent successful build of the template."
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time"
    },
    "tags": {
      "type": "array",
      "items": {"type": "string"},
      "description": "User-defined tags applied to the template."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/e2b-template"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.