ApiSchemas
SandboxProviderName
One shape from the contract, as it appears on the wire.
Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions, sandboxes.get, sandboxes.list, sandboxes.release, sandboxes.resume, sandboxes.snapshot, sessions.annotate, sessions.events, sessions.send
Referenced from Sandbox, SandboxAttachedEvent, SandboxSnapshot
JSON Schema
{
"type": "string",
"enum": [
"modal",
"local",
"docker"
]
}