Documentation Index
Fetch the complete documentation index at: https://docs.archal.ai/llms.txt
Use this file to discover all available pages before exploring further.
Usage
archal twin with no subcommand to see the available twin catalog.
Subcommands
tools
List the MCP tools a twin exposes without booting a session. Useful for previewing surface area before starting a run.start
Start a persistent hosted twin session.| Option | Description |
|---|---|
--all | Start all available twins |
--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 twin after startup |
--setup <text> | Describe desired state in plain English (seeds the first twin) |
--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 | Bypass idempotency replay — always create a new session even if params match a recent one |
archal twin renew to extend.
status
Show the active session, worker health, and API base URLs.list
List all active hosted twin sessions for the current user.attach
Attach the local CLI to an existing hosted session. Useful when sharing a session between terminals.renew
Extend the active session lifetime. Defaults to 1 hour if no duration is given.seed
Load state into a running twin.reset
Reset one or all twins to a clean state.stop
Tear down the active session and print usage stats.Using the returned URLs
archal twin 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.
