Skip to main content

sandbox add

Import a spec and register a sandbox served at /<name>/. Same flags as import without --update.

sandbox list

A sandbox imported from a documentation page by model extraction is marked ⚠ DRAFT (LLM_EXTRACTED: model-written from prose docs; shapes are best-effort). Exits 2 when nothing is registered.

sandbox reset

Clears the sandbox’s stored resources. The seed is unchanged, so the same seed replays identically from an empty store. A running pikopod up keeps its in-memory journal and webhook state until restarted. The id sequence keeps advancing after a reset; for a byte-identical replay from scratch, register a fresh sandbox with the same seed.

sandbox requests

The request journal of a running sandbox: what your code actually sent, newest last.
When the bounded journal has evicted older entries, the footer says how many, because ordering claims across the gap cannot be proven. --reset clears the journal. See Request journal.

sandbox webhooks

Attach a webhook envelope and event bindings to an existing sandbox without re-importing, and without a model for a docs import. The file is the same sidecar import --webhooks takes.
Only declared events and declared operations are accepted; anything else is refused by name. See Webhooks.