TheDocumentation Index
Fetch the complete documentation index at: https://docs.raziel.fun/llms.txt
Use this file to discover all available pages before exploring further.
razi CLI is the fastest way to use Raziel with Claude Code. It handles authentication, starts a local proxy, and launches Claude Code with the right environment already configured — no manual shell exports needed. The binary is also available as raziel (an alias for razi).
Installation
razi and raziel are available in your PATH.
razi setup
Authenticates your machine and saves your API key locally.Browser sign-in
The CLI opens your browser to the Raziel sign-in page. Complete the OAuth flow there.
rz_live_ and are issued from Customer → API Keys in the dashboard.
razi claude
Starts a local proxy and launches Claude Code with the correct environment pre-configured.What it does
- Reads your key from
~/.config/raziel/config.json. - Starts a local HTTP proxy on
localhost:3099. - Spawns
claudewithANTHROPIC_BASE_URL=http://localhost:3099andANTHROPIC_AUTH_TOKEN=<your key>set automatically — no shell config changes required. - Exits when Claude Code exits, shutting down the proxy cleanly.
Passing arguments to Claude Code
Any arguments afterclaude are forwarded directly to the claude binary:
Manual setup (advanced)
If you prefer to set environment variables yourself without the CLI:ANTHROPIC_AUTH_TOKEN, not ANTHROPIC_API_KEY — the latter triggers a connectivity check against Anthropic’s servers.
razi shell
Lists your teams or opens an interactive PTY shell into a specific team’s server.List teams
Run with no argument to see all teams on your account with their status:- Green dot — active, shellable
- Grey dot — not currently running
Open a shell
Pass a team slug or partial name to connect:exit or Ctrl-D. Ctrl-C is forwarded to the remote shell as usual (it does not disconnect you).
