Skip to main content
These commands inspect existing runs, sessions, and account state. They do not run agents.

archal traces

List and inspect scenario traces you own without opening the dashboard. Requires archal login or ARCHAL_TOKEN. The default output stays compact; use --json when another coding agent or script needs the full response.
archal trace remains available as a compatibility alias.

archal inspect session <id>

Print a hosted session as JSON: services, seeds, TTL, clone URLs, and health.

archal inspect run <id>

Print a managed run bundle as JSON.

archal export run <id>

Export a run as a single JSON document. Pipe it to a file to share a failing run.

archal usage

Print current plan and usage.

archal doctor

Probe the active clone session: reachability, auth, URL resolution, and tool surface per clone.