Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.replicas.dev/llms.txt

Use this file to discover all available pages before exploring further.

Billing

Replicas has two billing surfaces:
  • Per-seat subscription: covers interactive workspaces (Dashboard, Slack, Linear, GitHub, CLI).
  • Metered API/Automation usage: $0.0166 per active minute, separate from seats.
You only pay while a workspace is awake. Workspaces auto-sleep after 1 hour of inactivity and accrue no charges while sleeping.

Plans

PlanPriceInteractiveAPI/AutomationIncluded minutesReposSandbox (disk / memory)
HobbyFree20 h, one-time grant20 h, one-time grant (separate bucket)None310 GB / 8 GB
Developer$120 / seat / moUnlimited$0.0166 / min5,000 / cycle1010 GB / 8 GB
Team$300 / seat / moUnlimited$0.0166 / min, higher rate limits15,000 / cycleUnlimited32 GB / 16 GB
EnterpriseCustomUnlimitedCustom rates, SOC 2CustomUnlimitedCustom CPU / memory / disk
Automations and warm pools are available on every plan; the public API is Developer and above. Live pricing: tryreplicas.com/pricing. Hobby buckets are seeded once at signup and do not refill monthly. When a bucket is exhausted, that bucket’s workspaces are terminated; the other bucket is unaffected. Repository cap is enforced inclusive of repository set membership; a repo in two repository sets consumes three slots toward the cap. Team and Enterprise extras. 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 FDE runs a 60-minute onboarding call to learn your stack and codebase end-to-end, then sets up your environments for you or alongside you. Book a session to get started. Enterprise customers can also request custom sandbox CPU/memory/disk limits beyond the standard tiers.

Seats

A seat is one unique user (by email) who creates a workspace from an interactive surface (Dashboard, Slack, Linear, GitHub, or the CLI, which authenticates as you). Seat totals are reconciled at the end of each billing period and added to the next invoice.

Metered API & Automation usage

Minutes from the public API and Automations are tracked separately from seats:
  • Paid plans include a per-cycle quota (Developer 5,000 min, Team 15,000 min) before overage applies.
  • Overage is $0.0166 / minute, rounded up per minute.
  • No charges while a workspace sleeps. Workspaces auto-sleep after 1 hour idle and archive after 7 days.
  • 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. Driving interactive surfaces from scripts or headless browsers is prohibited under our Terms of Service.

Examples

  • Teammate opens the dashboard or runs replicas create → counts as a seat, no metered charge.
  • CI pipeline hits the API for a 25-minute workspace → 25 metered minutes (≈ $0.42).
  • Nightly Automation runs for 90 minutes → 90 metered minutes (≈ $1.49).
Questions? Email founders@replicas.dev.