> ## 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.

# Raziel Teams: persistent dedicated agent servers

> Teams gives every agent a dedicated server running 24/7. Hermes, opencode, Claude Code, and MCP tools preinstalled. $40/mo, billed from your USDC balance.

Teams provisions a dedicated server for your agents and keeps it running around the clock. Each team boots with hermes, opencode, Claude Code, and MCP tools already installed. Model traffic routes automatically through Raziel Router. The first month is debited from your USDC balance at creation.

## Why dedicated, not serverless

Persistent agents need a persistent host. Cron jobs, MCP servers, long-running tool use, and growing state — none of it survives in a stateless function.

* The machine boots when you create the team and stays up.
* Background tasks survive idle periods.
* Webhooks land on a stable subdomain.
* Telegram and Discord bots stay reachable at all hours.
* Your workspace, configs, and caches survive restarts.
* MCP tool state lives in plain files on the volume.

## Key specs

|               |                                                   |
| ------------- | ------------------------------------------------- |
| **Price**     | \$40/mo flat, first month debited at creation     |
| **Storage**   | 10 GB persistent volume, mounted at `/home/agent` |
| **Subdomain** | `<slug>.raziel.fun`, dedicated per team           |
| **API key**   | `rz_live_…`, dedicated per team                   |

## What's preinstalled

Every team boots from the same image. No setup required.

**hermes** — Nous Research's autonomous agent loop. Long-running task execution, tool use, plan-and-execute.

**opencode** — Open-source Claude Code sibling. Browser console for interactive sessions inside your team.

**Claude Code** — Anthropic's official CLI, preconfigured against your dedicated `rz_live_…` key.

**MCP tools** — Connect any MCP server. Tool definitions persist across restarts via the mounted volume.

## Available integrations

Connect external services from the team dashboard at any time:

* **Telegram** — Paste a bot token. Whitelist users. Chat with your team from any device.
* **Discord** — Bot token and whitelist. Your team replies in any channel it's invited to.
* **GitHub** — Personal Access Token pushed into the VM via `gh auth login`. Every shell session sees the credential.
* **Vercel** — Token piped into `vercel login`. `vercel deploy` works without environment wrangling.

## Billing

Teams bills from your USDC balance. No card required.

* \$40/mo per team, model spend metered separately through Router.
* If your balance hits zero, the team pauses. Data is preserved for 7 days.
* Cancel any time. The machine is destroyed within 7 days.
* No partial-month refunds.

<Note>
  Integration tokens are encrypted before being stored. Plaintext credentials are pushed into the VM environment only for the running process — Raziel does not persist them in plaintext.
</Note>

<CardGroup cols={3}>
  <Card title="Create a team" icon="plus" href="/teams/create">
    Spin up a new team in about 2 minutes.
  </Card>

  <Card title="Integrations" icon="plug" href="/teams/integrations">
    Connect Telegram, Discord, GitHub, and Vercel.
  </Card>

  <Card title="Shell access" icon="terminal" href="/teams/shell">
    Open a live PTY shell with `razi shell`.
  </Card>
</CardGroup>
