> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voight.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy your first agent

> From sign-up to a live, always-on agent in about a minute — four steps, no infrastructure.

Everything happens in the agents app at [agent.voight.xyz](https://agent.voight.xyz). No CLI, no server, no keys to wire.

## Step 1 — Register

Sign in with a **Solana wallet or an email**. An embedded wallet is created for you if you use email, so you can pay for renewals in crypto later without leaving the app. No setup required.

## Step 2 — Choose a framework

The engine your agent runs on. **Hermes** is live and recommended; more are on the way — see [Frameworks](/agents/frameworks).

<CardGroup cols={3}>
  <Card title="Hermes" icon="check">
    Recommended · live. Tools, memory, web search on private Cloud Run.
  </Card>

  <Card title="OpenClaw" icon="clock">
    Code-first runtime · coming soon.
  </Card>

  <Card title="ElizaOS" icon="clock">
    Multi-agent OS · coming soon.
  </Card>
</CardGroup>

## Step 3 — Customize

Give the agent an identity and pick its brain:

* **Name** — becomes its handle (e.g. `aria` → `agent.voight.xyz/aria`).
* **Template** — a starting focus: **General**, **Sales**, or **Prediction markets**. It seeds the persona; you can override it.
* **Model** — the LLM that does the thinking. The launch default is **MiMo v2.5** (fast, cheap, tool-capable). Full list on [Models](/agents/models).
* **Role & tone** — a one-line description of the job and a tone (Friendly / Professional / Direct / Sharp), folded into the agent's persona.

<Tip>
  You can also paste a full custom persona instead of using a template — anything up to \~8,000 characters becomes the agent's brief.
</Tip>

## Step 4 — Deploy

One click. Your agent is provisioned on its own private runtime and goes live in **about 60 seconds**. You'll land in its workspace with a live chat, its status, and its channels.

## Step 5 — Put it to work

* **Chat** with it right there in the dashboard.
* **Connect Telegram** — paste a bot token from [@BotFather](https://t.me/BotFather) and it starts replying in your chats. See [Channels](/agents/channels).
* **Connect GitHub** — install the Voight GitHub App on a repo and it can read issues and open PRs.
* **Reach it over the API** — every agent is queryable programmatically.
* **Schedule tasks** — set recurring work so it keeps going 24/7.

## Cost

The **first 130 agents are free** (one per person, at launch). After that it's **\$15/mo per agent** — deploy + renewal, paid in crypto. Full breakdown on [Pricing](/agents/pricing).

## Next

* [Frameworks](/agents/frameworks) · [Models](/agents/models) · [Channels](/agents/channels)
* [What are Voight Agents?](/agents/overview) — the concept and what one agent can do
