Daytona · Schema

SnapshotDto

Artificial IntelligenceAgentsCloudCode ExecutionComputer UseDeveloper ToolsInfrastructureOpen-SourceSandboxSecure Execution

Properties

Name Type Description
id string
organizationId string
general boolean
name string
imageName string
state object
size number
entrypoint array
cpu number
gpu number
mem number
disk number
errorReason string
createdAt string
updatedAt string
lastUsedAt string
buildInfo object Build information for the snapshot
regionIds array IDs of regions where the snapshot is available
initialRunnerId string The initial runner ID of the snapshot
ref string The snapshot reference
View JSON Schema on GitHub

JSON Schema

daytona-snapshot-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "organizationId": {
      "type": "string"
    },
    "general": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "imageName": {
      "type": "string"
    },
    "state": {
      "allOf": [
        {
          "type": "string",
          "enum": [
            "building",
            "pending",
            "pulling",
            "active",
            "inactive",
            "error",
            "build_failed",
            "removing"
          ]
        }
      ]
    },
    "size": {
      "type": "number",
      "nullable": true
    },
    "entrypoint": {
      "nullable": true,
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "cpu": {
      "type": "number"
    },
    "gpu": {
      "type": "number"
    },
    "mem": {
      "type": "number"
    },
    "disk": {
      "type": "number"
    },
    "errorReason": {
      "type": "string",
      "nullable": true
    },
    "createdAt": {
      "format": "date-time",
      "type": "string"
    },
    "updatedAt": {
      "format": "date-time",
      "type": "string"
    },
    "lastUsedAt": {
      "format": "date-time",
      "type": "string",
      "nullable": true
    },
    "buildInfo": {
      "description": "Build information for the snapshot",
      "allOf": [
        {
          "type": "object",
          "properties": {
            "dockerfileContent": {
              "type": "string",
              "description": "The Dockerfile content used for the build",
              "example": "FROM node:14\nWORKDIR /app\nCOPY . .\nRUN npm install\nCMD [\"npm\", \"start\"]"
            },
            "contextHashes": {
              "description": "The context hashes used for the build",
              "example": [
                "hash1",
                "hash2"
              ],
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "createdAt": {
              "format": "date-time",
              "type": "string",
              "description": "The creation timestamp"
            },
            "updatedAt": {
              "format": "date-time",
              "type": "string",
              "description": "The last update timestamp"
            },
            "snapshotRef": {
              "type": "string",
              "description": "The snapshot reference",
              "example": "daytonaio/sandbox:latest"
            }
          },
          "required": [
            "createdAt",
            "updatedAt",
            "snapshotRef"
          ]
        }
      ]
    },
    "regionIds": {
      "description": "IDs of regions where the snapshot is available",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "initialRunnerId": {
      "type": "string",
      "description": "The initial runner ID of the snapshot",
      "example": "runner123"
    },
    "ref": {
      "type": "string",
      "description": "The snapshot reference",
      "example": "daytonaio/sandbox:latest"
    }
  },
  "required": [
    "id",
    "general",
    "name",
    "state",
    "size",
    "entrypoint",
    "cpu",
    "gpu",
    "mem",
    "disk",
    "errorReason",
    "createdAt",
    "updatedAt",
    "lastUsedAt"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/daytona-io/refs/heads/main/json-schema/daytona-snapshot-schema.json",
  "title": "SnapshotDto"
}

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/daytona-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 email required.

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