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

# Plans and limits

> Compare Free and Team plans, usage limits, and how to upgrade

Arga offers three plans. All include the CLI, MCP integration, and access to the web app.

## Plan comparison

| Feature                                                | Free | Team                   | Paid      |
| ------------------------------------------------------ | ---- | ---------------------- | --------- |
| **Runs** (test a live URL)                             | Yes  | Yes                    | Yes       |
| **Tests and Scenarios**                                | Yes  | Yes                    | Yes       |
| **PR Checks** (validate code changes from a branch/PR) | —    | Yes                    | Yes       |
| **Sandboxes** (preview environments with twins)        | —    | Yes                    | Yes       |
| **Security scans**                                     | —    | Yes                    | Yes       |
| **Test runner runs / month**                           | 10   | Unlimited              | Unlimited |
| **PR check runs / month**                              | —    | 500                    | Unlimited |
| **Sandbox deployments / month**                        | —    | 100                    | Unlimited |
| **CI checks / month**                                  | —    | 500                    | Unlimited |
| **Twins per run**                                      | 1    | Unlimited              | Unlimited |
| **Prompt required**                                    | Yes  | No                     | No        |
| **Session history**                                    | Yes  | Yes                    | Yes       |
| **Ask (chat)**                                         | —    | Yes                    | Yes       |
| **MCP context tools**                                  | Yes  | Yes                    | Yes       |
| **Team workspace**                                     | —    | Yes                    | Yes       |
| **Email verification required**                        | No   | Yes (for team invites) | No        |

## Free plan

The free plan is designed to let individual developers try Arga with no commitment:

* **10 test runner runs per month**, reset on a rolling monthly basis
* **1 digital twin per run** (e.g. Slack *or* Stripe, not both)
* A test prompt is required for every run
* Access to the Test Runner Runs workflow only
* Full session history — view, retrieve, and delete past validation sessions
* Full CLI and MCP access for context search and investigation

## Team plan

The Team plan unlocks all workflows and higher limits:

* **Unlimited test runner runs per month**
* **500 PR check runs per month**
* **100 sandbox deployments per month**
* **500 CI checks per month** for automatic PR validation
* **Unlimited twins per run** — combine Slack, Stripe, Discord, and more in a single test
* No prompt requirement — Arga can auto-plan tests based on your app
* Team workspace with GitHub organization linking, member management, and email invites
* PR Checks and Sandboxes workflows

## Paid plan

The Paid plan removes all usage limits:

* **Unlimited validation runs** — no monthly cap
* **Unlimited CI checks**
* **Unlimited twins per run**
* **Unlimited TTL** — no maximum run duration
* No prompt requirement
* All workflows: Runs, Tests, Scenarios, PR Checks, Sandboxes, Twins, and security scans
* Team workspace with full management features

Contact [founders@argalabs.com](mailto:founders@argalabs.com) to discuss Paid plan pricing.

## Session and run TTL

Each validation run and twin session has a time-to-live (TTL) that controls its maximum duration.

|                 | Free           | Team              | Paid              |
| --------------- | -------------- | ----------------- | ----------------- |
| **Default TTL** | 10 min         | 30 min            | 30 min            |
| **Max TTL**     | 10 min (fixed) | 480 min (8 hours) | 480 min (8 hours) |
| **Extendable**  | No             | Yes               | Yes               |

Free plan users cannot override the 10-minute limit. Team and Paid users can set a custom TTL with the `--ttl` flag (1–480 minutes).

## Upgrading

You can upgrade from the web app:

1. Go to [Settings](https://app.argalabs.com/settings)
2. Click **Upgrade subscription** in the Subscription section
3. Complete checkout via Stripe

You can also manage your subscription or cancel from the same page — the **Cancel subscription** button opens the Stripe billing portal.

## Usage tracking

Run `arga whoami` from the CLI to see your current plan and remaining usage. Free plan users can also view their test runner usage and remaining quota on the [Settings](https://app.argalabs.com/settings) page under the **Usage** section.

When you hit a limit, Arga returns an error explaining the restriction and how many runs remain. Limits reset monthly.
