Skip to main content

Usage

Run 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.
Clone sessions stay alive for 30 minutes of inactivity. Use 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.

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 their session-start state: seeded clones snap back to their seed baseline, unseeded clones return to empty.
--session looks the session up remotely, so it also works for sessions started from the dashboard (find the id with archal clone list).

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:
If you call clone endpoints from curl, a Lambda, or a worker instead of the Archal CLI, use the dual-header pattern in Direct API access. SDK clients that call the printed clone URLs also need the route-control header shown in the archal clone start output.