Runloop · Example Payload

Runloop Snapshot Create Example

AIAI AgentsCoding AgentsSandboxesDevboxesCode ExecutionEvaluationBenchmarksSWE-BenchMCPSnapshotsmicroVMEnterpriseSOC 2

Runloop Snapshot Create Example is an example object payload from Runloop, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.runloop.ai/v1/devboxes/dbx_2c1c8a9e/snapshot_disk",
    "headers": {
      "Authorization": "Bearer $RUNLOOP_API_KEY",
      "Content-Type": "application/json"
    },
    "body": {
      "name": "post-passing-tests",
      "metadata": {
        "branch": "main",
        "commit": "abc123"
      }
    }
  },
  "response": {
    "status": 200,
    "body": {
      "id": "ds_7c4ed1",
      "status": "ready",
      "create_time_ms": 1748150700000,
      "source_devbox_id": "dbx_2c1c8a9e",
      "name": "post-passing-tests"
    }
  }
}