cURL
curl --request POST \ --url https://app.opencomputer.dev/api/snapshots \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "<string>", "image": {} } '
{ "id": "snap-abc123", "name": "data-science", "status": "building", "contentHash": "sha256:...", "checkpointId": "", "manifest": { "steps": [] }, "createdAt": "2025-01-15T10:30:00Z", "lastUsedAt": "" }
Documentation IndexFetch the complete documentation index at: https://docs.opencomputer.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.opencomputer.dev/llms.txt
Use this file to discover all available pages before exploring further.