CodeSandbox · Schema

MetaInformation

Metadata about the CodeSandbox API, current auth context, and rate limits.

Developer ToolsCloud IDECode SandboxesBrowser DevelopmentAI SandboxesCode Embedding

Properties

Name Type Description
api object Meta information about the CodeSandbox API
auth object Meta information about the current authentication context
rate_limits object Current workspace rate limits
View JSON Schema on GitHub

JSON Schema

codesandbox-meta-information-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.codesandbox.io/schemas/meta-information",
  "title": "MetaInformation",
  "description": "Metadata about the CodeSandbox API, current auth context, and rate limits.",
  "type": "object",
  "required": ["api"],
  "properties": {
    "api": {
      "type": "object",
      "description": "Meta information about the CodeSandbox API",
      "required": ["name", "latest_version"],
      "properties": {
        "name": {
          "type": "string",
          "description": "API name"
        },
        "latest_version": {
          "type": "string",
          "description": "Latest API version (date format YYYY-MM-DD)"
        }
      }
    },
    "auth": {
      "type": "object",
      "description": "Meta information about the current authentication context",
      "required": ["scopes", "team", "version"],
      "properties": {
        "scopes": {
          "type": "array",
          "items": {"type": "string"},
          "description": "List of permission scopes granted to this API token"
        },
        "team": {
          "type": ["string", "null"],
          "format": "uuid",
          "description": "UUID of the authenticated team/workspace"
        },
        "version": {
          "type": "string",
          "description": "API version being used"
        }
      }
    },
    "rate_limits": {
      "type": "object",
      "description": "Current workspace rate limits",
      "required": ["concurrent_vms", "sandboxes_hourly", "requests_hourly"],
      "properties": {
        "concurrent_vms": {
          "type": "object",
          "description": "Concurrent VM rate limit information",
          "properties": {
            "limit": {"type": "integer"},
            "remaining": {"type": "integer"}
          }
        },
        "sandboxes_hourly": {
          "type": "object",
          "description": "Hourly sandbox creation rate limit",
          "properties": {
            "limit": {"type": "integer"},
            "remaining": {"type": "integer"},
            "reset": {"type": "integer", "description": "Unix timestamp when the limit resets"}
          }
        },
        "requests_hourly": {
          "type": "object",
          "description": "Hourly API request rate limit",
          "properties": {
            "limit": {"type": "integer"},
            "remaining": {"type": "integer"},
            "reset": {"type": "integer", "description": "Unix timestamp when the limit resets"}
          }
        }
      }
    }
  }
}

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/codesandbox-meta-information"
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.