Skip to main content

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 is a two-product platform for developers who run AI agents at scale. Raziel Router proxies your Claude Code and API traffic through a marketplace of providers at OpenRouter rates with a 15% deposit margin — no per-request overhead, no code changes. Raziel Teams gives you a dedicated server — always on, 10 GB persistent volume, Hermes, OpenClaw, and Claude Code preinstalled — for $40/mo.

Quick Start

Install the CLI, deposit USDC, and route your first request in under 5 minutes.

Raziel Router

Drop-in Anthropic and OpenAI-compatible gateway. One env var to switch.

Raziel Teams

Persistent agent VMs with Hermes, Claude Code, and integrations preinstalled.

API Reference

Full gateway endpoint reference with request and response schemas.

Two products, one account

Router

One key for every model. Point ANTHROPIC_BASE_URL at the Raziel gateway and pay spot rates. 15% margin taken at deposit time — zero per-request overhead.

Teams

Dedicated serverless agents. A persistent Linux machine with your tools preloaded. Connect Telegram, Discord, GitHub, or Vercel in one click.

How it works

1

Sign in and get an API key

Create an account at raziel.fun, then issue an rz_live_… key from the dashboard.
2

Deposit USDC

Send USDC on Solana to your vault address. Credits appear within ~60 seconds. Minimum $0.05 before requests are forwarded.
3

Install the CLI and launch Claude Code

npx @raziel.fun/cli setup
razi claude
The CLI starts a local proxy and spawns Claude Code with the correct environment already set. No shell config required.
4

Use any OpenAI-compatible client

Set base_url to https://raziel.fun/gateway/openai/v1 and your rz_live_… key as the API key. Works with the OpenAI SDK, Hermes, Continue, and LibreChat.
Looking to spin up a persistent agent server instead? Head to Raziel Teams to create a dedicated VM with everything preinstalled.