Create a sandbox image
Create a personal-draft sandbox image from a blueprint and respond 201 with its detail. Build it (POST .../build) before a computer can boot from it. Guest callers are denied (a write).
Authorizations
MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.
Path Parameters
ID of the hosted project that contains the server.
Body
Create a sandbox image from a blueprint YAML document: an allowlisted, @sha256-digest-pinned base image plus initialize steps baked into the image, and optional maintenance/knowledge delivered to the agent at runtime.
Response
The sandbox image was created.
A project's custom Computer image: a digest-pinned blueprint plus its latest build.
user = a personal draft; project = shared with the whole project.
user, project One build of a sandbox image's image.
The image's blueprint YAML (base / initialize / maintenance / knowledge). base must be an allowlisted official image pinned by sha256 digest.

