> For the complete documentation index, see [llms.txt](https://rootai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rootai.gitbook.io/docs/edge/cloud.md).

# Cloud

## Edge Cloud

Edge Cloud is rootAI's free inference tier. No API key, no provider setup, no install. Log in once with a wallet or Google and start chatting.

{% hint style="info" %}
**Edge Cloud is hosted by rootAI.** It gives you a ready-to-use rootAI chat without pasting an API key. There is a daily cap per user so the tier stays available for everyone.
{% endhint %}

### How it works

When you log in, the Cloud panel gives you two modes:

| Mode        | What it is                                                               | Best for                                                                                         |
| ----------- | ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| **Cirrus**  | rootAI's default cloud agent runtime. It is auto-connected.              | Research, live market questions, MCP-powered reads, news, odds, prices, and multi-tool analysis. |
| **Stratus** | Native Edge Cloud chat. Connect it when you want to pick a hosted model. | Fast everyday chat, model selection, and Base actions through the classic rootAI flow.           |

Cirrus is the default. Stratus is optional: when Stratus is disconnected, the Cloud panel shows `Native`; when you connect Stratus, that line becomes the model picker.

### Setup

{% stepper %}
{% step %}
**Log in**

Click the **Login** pill at the top right of the dashboard. Pick a wallet (any Privy-supported wallet,MetaMask, Rabby, Coinbase Wallet, Trust, WalletConnect, hardware) or sign in with Google. Google users get a Privy-embedded Base wallet automatically.
{% endstep %}

{% step %}
**Open the Cloud panel**

From the left sidebar, click **cloud**. You'll see **Cirrus** and **Stratus**.
{% endstep %}

{% step %}
**Use Cirrus**

Cirrus is auto-connected. Open the **rootAI** panel and ask your question.
{% endstep %}

{% step %}
**Optional: connect Stratus**

Click **Connect** on Stratus if you want the native Edge Cloud route. Once connected, the `Native` line turns into a model picker.&#x20;
{% endstep %}

{% step %}
**Chat**

Open the **rootAI** panel and ask. The tier badge in the panel header shows `cloud`. Every Edge Cloud message has access to the same curated MCP tools as BYOK chat (news, prices, polymarket, dex, hyperliquid, etc.).
{% endstep %}
{% endstepper %}

### Edge Cloud vs BYOK

|                      | Edge Cloud                             | BYOK                           |
| -------------------- | -------------------------------------- | ------------------------------ |
| Setup                | Log in                                 | Paste your provider key        |
| Cost to you          | Free                                   | Whatever your provider charges |
| Daily message cap    | Yes (per user)                         | No                             |
| Model choice         | Stratus includes a hosted model picker | Depends on your provider key   |
| Tool catalog         | Curated (most-used tools)              | Full catalog (every MCP tool)  |
| Aeon deep research   | ❌                                      | ✅ (OpenRouter only)            |
| Custom system prompt | ❌                                      | ✅                              |

### Troubleshooting

| Symptom                                          | Fix                                                                           |
| ------------------------------------------------ | ----------------------------------------------------------------------------- |
| `Log in to use the Edge Cloud tier`              | Click the wallet pill, sign in with a wallet or Google.                       |
| Empty response, send button re-enabled, no error | Hard refresh, likely a stale browser bundle from a previous deploy.           |
| `Edge Cloud is full for today`                   | You hit your daily cap. Either wait for UTC midnight reset or switch to BYOK. |
| Stratus model unavailable                        | Pick another Stratus model, or switch back to Cirrus.                         |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://rootai.gitbook.io/docs/edge/cloud.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
