CodeSandbox · Example Payload

Codesandbox Vm Start Example

Example request and response for starting a CodeSandbox VM (devbox)

Developer ToolsCloud IDECode SandboxesBrowser DevelopmentAI SandboxesCode Embedding

Codesandbox Vm Start Example is an example object payload from CodeSandbox, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionoperationrequestresponse

Example Payload

Raw ↑
{
  "description": "Example request and response for starting a CodeSandbox VM (devbox)",
  "operation": "vm/start",
  "request": {
    "method": "POST",
    "url": "https://api.codesandbox.io/vm/xq5yz/start",
    "headers": {
      "Authorization": "Bearer <your-api-token>",
      "Content-Type": "application/json"
    },
    "body": {
      "tier": "Micro",
      "hibernation_timeout_seconds": 300,
      "ipcountry": "US",
      "automatic_wakeup_config": {
        "http": true,
        "websocket": false
      }
    }
  },
  "response": {
    "status": 200,
    "body": {
      "success": true,
      "errors": [],
      "data": {
        "id": "xq5yz",
        "cluster": "us-east",
        "bootup_type": "snapshot",
        "pitcher_url": "wss://pitcher.csb.dev/xq5yz",
        "pitcher_token": "ptkn_abc123def456",
        "pitcher_version": "2.4.1",
        "pitcher_manager_version": "1.2.0",
        "latest_pitcher_version": "2.4.1",
        "reconnect_token": "rtkn_xyz789",
        "workspace_path": "/workspace",
        "user_workspace_path": "/workspace",
        "use_pint": false,
        "pint_url": null,
        "pint_token": null
      }
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/codesandbox-vm-start-example"
All examples
curl "https://apis.io/api/v1/examples?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.