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

# Billing

> Understand how Replicas billing works across plans, seats, and minutes.

# Billing

Everything in Replicas is measured in **minutes of workspace runtime**. Every workspace session is logged with its source (manual vs. automated) and size, and each plan defines a single meter over that log:

* **Per-seat subscription** (paid plans): covers unlimited **manual** workspaces (Dashboard, Slack, Linear, GitHub, GitLab, CLI).
* **Automated (API + Automation) minutes**: metered against a monthly included allowance; overage is priced per active minute and size.

You only pay while a workspace is awake. Workspaces auto-sleep after 1 hour of inactivity and accrue no charges while sleeping or archived.

## Plans

| Plan           | Price             | Manual                                         | Automated (API + Automations)                                                                         | At the limit                                       | Repos     | Sandbox (CPU / disk / memory) |
| -------------- | ----------------- | ---------------------------------------------- | ----------------------------------------------------------------------------------------------------- | -------------------------------------------------- | --------- | ----------------------------- |
| **Free trial** | Free for 14 days  | Unlimited; up to 50 running workspaces per org | 15,000 min for the whole trial; up to 100 running per org                                             | Automated workspaces blocked; manual keeps working | Unlimited | 2 vCPU / 20 GB / 8 GB         |
| **Developer**  | \$120 / seat / mo | Unlimited                                      | 5,000 min / cycle included, then \$0.008 (small) or \$0.016 (large) / min; up to 100 running per org  | Overage billed on the next invoice                 | 10        | 2 vCPU / 20 GB / 8 GB         |
| **Team**       | \$300 / seat / mo | Unlimited                                      | 15,000 min / cycle included, then \$0.008 (small) or \$0.016 (large) / min; up to 100 running per org | Overage billed on the next invoice                 | Unlimited | 4 vCPU / 32 GB / 16 GB        |
| **Enterprise** | Custom            | Unlimited                                      | Custom rates, SOC 2; up to 100 running per org                                                        | Custom                                             | Unlimited | Custom CPU / disk / memory    |

[Automations](/features/automations), warm pools, and the [public API](/features/api) are available on every plan, including the free trial. Live pricing: [tryreplicas.com/pricing](https://tryreplicas.com/pricing).

**The free trial** runs for 14 days from the moment your organization is created. No credit card is required. It includes unlimited manual workspace minutes, with up to 50 manual workspaces running or preparing per organization. Automated (API + Automation) minutes are capped at 15,000 for the trial and **blocked** at the cap rather than billed as overage. Every plan allows up to 100 automated workspaces running or preparing per organization. Automated workspaces do not consume manual concurrency slots, and manual workspaces keep working after the automated cap is reached.

When the trial ends, new workspaces are blocked and running workspaces are **suspended, not deleted**, including manual ones. Their state is preserved and everything resumes the moment you subscribe to Developer or Team. Trial minutes do not reset or roll over.

**Repository cap** is enforced inclusive of [repository set](/features/workspaces/overview#repository-targeting) membership; a repo in two repository sets consumes three slots toward the cap.

**Team and Enterprise extras.** Paid Team and Enterprise customers get a shared Slack channel with the Replicas team for direct support and a dedicated forward-deployed engineer (FDE) included with the plan (the free trial does not include an FDE). The FDE runs a 60-minute onboarding call to learn your stack and codebase end-to-end, then sets up your [environments](/features/environments) for you or alongside you. Team workspaces are auto-upgraded to the higher CPU/disk/memory tier shown in the plan table. [Book a session](https://cal.com/connor-replicas/30min) to get started. Enterprise plans also offer a data processing agreement (DPA), SCIM user provisioning, custom security and privacy settings, and custom sandbox CPU/memory/disk limits beyond the standard tiers.

## Seats

A **seat** is one unique user (by email) who creates a workspace from a manual surface (Dashboard, Slack, Linear, GitHub, GitLab, or the CLI, which authenticates as you). Seat totals are reconciled at the end of each billing period. Seats already paid through the subscription line item cover the next cycle; any additional seats from the period that just ended are added to that renewal invoice.

Seats with `@replicas.dev` email addresses are excluded from billable seat totals and charges.

## Automated (API & Automation) minutes

Minutes from the [public API](/features/api) and [Automations](/features/automations) are metered separately from seats on paid plans:

* Paid plans include a per-cycle allowance (Developer 5,000 min, Team 15,000 min) before overage applies.
* Overage is priced per active minute and size:

  | `size`            | Compute                          | Rate          |
  | ----------------- | -------------------------------- | ------------- |
  | `small` (default) | 2 vCPU, 8 GB memory, 20 GB disk  | \$0.008 / min |
  | `large`           | 4 vCPU, 16 GB memory, 32 GB disk | \$0.016 / min |

  Pass `size` on `POST /v1/replica` or set `workspace_size` on an automation; workspaces without an explicit size are `small`. Usage is **rounded down** to whole minutes (minimum 1 per session).
* Mixed fleets bill correctly; a workspace charges at the rate of the size it was created with. e.g. an automation set to `small` always costs \$0.008/min even if you also have `large` workspaces running.
* Personal automations attach workspaces to the owner's user account, but the workspace source remains Automation and its minutes are automated minutes.
* No charges while a workspace sleeps or is archived. Workspaces auto-sleep after 1 hour idle, archive after 7 days asleep, and are deleted after 30 days dormant.
* Metered totals are added to the next invoice.

Programmatic and automated use of Replicas is allowed **only** through the public REST API (with an organization API key) or [Automations](/features/automations). Driving interactive surfaces from scripts or headless browsers is prohibited under our [Terms of Service](https://tryreplicas.com/terms).

## Examples

* Teammate on a paid plan opens the dashboard or runs `replicas create` → counts as a **seat**, no metered charge.
* CI pipeline hits the API with `"size": "small"` for a 25-minute workspace → **25 automated minutes** at \$0.008/min (≈ \$0.20) past the included allowance.
* Nightly Automation with `workspace_size: "large"` runs for 90 minutes → **90 automated minutes**, weighted 2x against the allowance, overage at \$0.016/min.
* Trial org runs a 30-minute dashboard workspace and a 30-minute `large` automation → the dashboard minutes are free (manual is unlimited); **60 automated minutes** count against the 15,000 trial cap.

Questions? Email `founders@replicas.dev`.
