> For the complete documentation index, see [llms.txt](https://documentation.rorulabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rorulabs.com/product/pricing.md).

# Access Tiers

Roru AI offers three tiers: a free Starter tier, a paid Pro tier, and custom Enterprise plans.

## Billing Modes

* **Monthly:** No long-term commitment. Usage scales with your job volume.
* **Settlement:** Every job is priced in US dollars and settled in $RORU. Subscribers pay in dollars and their payment converts automatically into the $RORU their agents consume. Pay in $RORU directly for 10% off. Pro runs on prepaid 30-day periods; renew any time, unused days carry over.

## Starter — Free / month

For developers and individuals evaluating secure enclave workflows.

* Pay in $RORU for 10% off.
* Deploy private sessions with Roru AI inside secure enclaves.
* 5 GB encrypted storage anchored to your private keys.
* Standard daily AI allowance (includes access to Roru Edge and Roru Rouge).
* Enclave isolation and zero-trust verification.
* Access to standard pre-configured agents.
* Up to three secure enterprise integrations.

## Pro — $10 / month

For daily work that deserves more headroom.

* Pay in $RORU for 10% off.
* 10x the Starter daily AI allowance.
* 50 GB encrypted storage anchored to your private keys.
* MCP support for your favorite tools.
* Prepaid 30-day periods, renew any time, unused days carry over.
* Attested hardware execution environments with verification proofs.
* 24/7 priority support.

## Enterprise — Custom / month

For enterprise organizations requiring maximum scale, compliance, and dedicated enclaves.

* Pay in $RORU for 10% off.
* Custom daily AI limits tailored to your workload.
* Multi-user administrative dashboard (includes 10 seats).
* 200 GB shared encrypted storage vault.
* Dedicated enclave clusters with certified, auditable hardware attestations.
* Unlimited hardened system integrations.
* Enterprise SLA and dedicated technical account management.
* Custom compliance policy and data residency options.
* Full API access for custom private cloud deployments.

*20% of all revenue is used for open market $RORU buybacks, executed monthly.*

## Roadmap Alignment

* Phase One (Q4 2024 - Q4 2025) sealed the enclave-first architecture and launched the beta console.
* Phase Two (Q1 2026 - Q3 2026, current) releases the command dashboard, mobile companions, and multi-agent assistants.
* Phase Three (Q4 2026 onwards) expands into the Roru Sovereign Cloud with global enclaves and predictive intelligence you still own.

To generate a cost estimate for internal approval, export a zero-knowledge quote directly from the Console. The quote contains pricing figures only — no job content, integration configuration, or operator identity is included in the export.


---

# 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://documentation.rorulabs.com/product/pricing.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.
