Documentation 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 shell opens a live interactive PTY shell into your team’s VM. It works like SSH: keystrokes go in, output comes back, and terminal resizing is forwarded automatically.
Prerequisites
- The
raziCLI installed and configured. Runrazi setupif you haven’t authenticated yet. - An active team. The team must finish provisioning before it can accept a shell connection.
List your teams
Runrazi shell with no arguments to see all teams on your account along with their current status:
● in green means the team is active and shellable. Other statuses appear in dim text to indicate the team is not yet ready.
Only active teams can accept a shell connection. If your team is still provisioning, wait for it to finish and then try again.
Connect to a team
Pass the team slug as the first argument:Partial slug matching
If the slug is unambiguous, you can use a prefix or substring:blue-fox-1234 if no other team slug contains blue. The match order is: exact slug, then exact display name, then case-insensitive slug. If the short form is ambiguous, the CLI reports an error and lists your teams.
Exit the shell
Typeexit or press Ctrl-D to close the session. The WebSocket closes cleanly and your terminal is restored to normal mode.
Status reference
| Status | Shellable | Meaning |
|---|---|---|
active | Yes | Team is running and ready |
provisioning | No | VM is still being set up |
paused | No | Balance ran out; data preserved |
failed | No | Provisioning failed |
deleted | No | Team has been cancelled |
