OptionalagentID of the agent that owns this computer (agi_...). null if the computer is not yet assigned to an agent.
OptionalappID of the app this computer belongs to (dap_...).
OptionalconfigProvider-specific configuration key-value pairs for the computer. Structure depends on the underlying compute provider.
Optionalcreated_When the computer was created (ISO 8601).
Optionalerror_Human-readable error description when status is "error". null otherwise.
Computer ID (cmp_...).
Optionallast_When the computer last reported activity or received a command. null if the computer has never been active.
Optionallookup_Unique, stable identifier you assign to this computer within its app. null if not set.
OptionalmetadataArbitrary key-value metadata you attached to the computer. null if none was provided.
OptionalnameHuman-readable display name for the computer. null if not set.
OptionalproviderCompute backend powering this computer: "sprites" (Fly Sprites) or "vercel" (Vercel Sandbox).
OptionalregionCloud region where the computer is hosted, e.g. "us-east-1". null if not yet assigned or when the provider has no region concept (e.g. "vercel").
Optionalsprite_URL of the live screenshot sprite used to render a real-time preview of the computer's screen. null when no sprite is available.
OptionalstatusCurrent lifecycle state of the computer. Common values include "provisioning", "ready", "error", and "terminated".
Optionalupdated_When the computer record was last modified (ISO 8601).
A cloud computer resource provisioned for an agent to use for browser and desktop automation tasks.