Usage
archal clone with no subcommand to see the clone catalog.
Subcommands
tools
List the MCP tools a clone exposes without starting a session.start
Start a hosted clone session that stays alive between runs.| Option | Description |
|---|---|
--all | Start all available clones |
--seed <seeds...> | Preload named seeds (e.g. --seed github:enterprise-repo stripe:small-business). Variadic. |
--seed-file <path> | Load a JSON or markdown seed file into the first clone after startup |
--setup <text> | Describe desired state in plain English (seeds the first clone) |
--setup-file <path> | Read setup description from a file |
--name <name> | Custom session name shown on the dashboard |
--ttl-seconds <n> | Request a longer session lifetime (capped server-side) |
--fresh | Always create a new session, even if a recent one matches |
archal clone renew to extend.
status
Show the active session, health, and API base URLs.list
List active hosted clone sessions for the current user.autoloop
Use an existing hosted session as the local active session.renew
Extend the active session lifetime. Defaults to 1 hour if no duration is given.seed
Load state into a running clone.reset
Reset one or all clones to a clean state.stop
Tear down the active session and print usage stats.Using the returned URLs
archal clone start prints API base URLs you can use directly in your code:
curl, a Lambda, or a worker instead of the
Archal CLI, use the dual-header pattern in Direct API access.