Runloop · Schema

Runloop Snapshot

JSON Schema for the Runloop snapshot resource, derived from the Runloop OpenAPI schema DevboxDiskSnapshotView.

Artificial IntelligenceAI AgentsCoding AgentsSandboxesDevboxesCode ExecutionEvaluationBenchmarksSWE-BenchMCPSnapshotsMicroVMEnterpriseSOC 2

Properties

Name Type Description
id string The unique identifier of the snapshot.
name string (Optional) The custom name of the snapshot.
create_time_ms integer Creation time of the Snapshot (Unix timestamp milliseconds).
metadata object User defined metadata associated with the snapshot.
source_devbox_id string The source Devbox ID this snapshot was created from.
source_blueprint_id string (Optional) The source Blueprint ID this snapshot was created from.
commit_message string (Optional) The commit message of the snapshot (max 1000 characters).
size_bytes integer (Optional) The size of the snapshot in bytes, relative to the base blueprint.
View JSON Schema on GitHub

JSON Schema

runloop-snapshot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/runloop-ai/main/json-schema/runloop-snapshot-schema.json",
  "title": "Runloop Snapshot",
  "description": "JSON Schema for the Runloop snapshot resource, derived from the Runloop OpenAPI schema DevboxDiskSnapshotView.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the snapshot."
    },
    "name": {
      "type": "string",
      "nullable": true,
      "description": "(Optional) The custom name of the snapshot."
    },
    "create_time_ms": {
      "type": "integer",
      "format": "int64",
      "description": "Creation time of the Snapshot (Unix timestamp milliseconds)."
    },
    "metadata": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "User defined metadata associated with the snapshot."
    },
    "source_devbox_id": {
      "type": "string",
      "description": "The source Devbox ID this snapshot was created from."
    },
    "source_blueprint_id": {
      "type": "string",
      "nullable": true,
      "description": "(Optional) The source Blueprint ID this snapshot was created from."
    },
    "commit_message": {
      "type": "string",
      "nullable": true,
      "description": "(Optional) The commit message of the snapshot (max 1000 characters)."
    },
    "size_bytes": {
      "type": "integer",
      "format": "int64",
      "nullable": true,
      "description": "(Optional) The size of the snapshot in bytes, relative to the base blueprint."
    }
  },
  "required": [
    "id",
    "create_time_ms",
    "metadata",
    "source_devbox_id"
  ],
  "$defs": {}
}

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/runloop-snapshot"
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.