Create a snapshot
Create a snapshot from a Docker image (async build).
Authorizations
Body
Description says what this snapshot's image can do, so a caller can hand it to an agent as a capability summary. At most 1024 characters.
1024Labels seed the snapshot's labels, overriding any label of the same key derived from the Docker image.
RunConfig overrides the runtime configuration taken from the Docker image. Every sandbox created from the snapshot runs as the image's USER, in its WORKDIR, with its ENV beneath the sandbox's own env_vars; user and work_dir given here replace the image's, and env_vars merge over it.
mutable Docker-style tag; defaults to "latest"
Response
Created
Description says what this snapshot's image can do, so a caller can hand it to an agent as a capability summary.
MemorySnapshotSizeBytes is non-nil iff the snapshot was captured with VM memory state. A non-nil value is the canonical signal that this snapshot can warm-restore from memory; nil means rootfs only.
RunConfig is what sandboxes from this snapshot boot with. Absent on snapshots built before it was recorded, which run as root with their own env.
Tags currently resolving to this snapshot, under Name. A snapshot with no tags is dangling — addressable only by id.

