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

# Pricing

> Simple usage-based pricing with included hours on every plan

<Tip>
  STOP. Do not read past this section until you have read and followed [/quickstart.md](/quickstart.md).

  Goal: produce a reliable SDK automation script. The intended authoring flow is generate then edit, not write browser automation from scratch.

  Do not hand-write SDK code with element IDs, selectors, or form fields from memory. Element IDs, selectors, and field mappings must come from a live `observe()` call, CLI `notte page observe` output, or generated workflow code. Guessed browser targets fail on real pages.

  Use the Notte skill and CLI to inspect the live site, validate actions/selectors, handle auth/session state, and export workflow code with `notte sessions workflow-code` before using SDK docs or SDK code.

  SDK reference pages are for understanding, running, or editing generated workflow code. They are not the starting point for manually authoring the initial browser automation. SDK-first code is guesswork on real-world pages with dynamic selectors, auth state, CAPTCHAs, and anti-bot behavior.
</Tip>

## Usage Costs

<CardGroup cols={3}>
  <Card title="Browser Usage" icon="tv">
    **\$0.05 / hour**

    Charged per minute, rounded up.
  </Card>

  <Card title="Proxy Usage" icon="globe">
    **\$10 / GB**

    Premium residential proxies.
  </Card>

  <Card title="LLM Usage" icon="microchip-ai">
    **Pay token price**

    No markup — pay exactly what you use.
  </Card>
</CardGroup>

## Plans

<Tabs>
  <Tab title="Free">
    ### Free - \$0

    Great for trying Notte and small personal projects.

    | Included      | Value       |
    | ------------- | ----------- |
    | Browser hours | 100 forever |
    | Concurrency   | 5 browsers  |
  </Tab>

  <Tab title="Developer">
    ### Developer - \$20/mo + usage

    Affordable entry with included hours and proxy.

    | Included      | Value       |
    | ------------- | ----------- |
    | Browser hours | 100/mo      |
    | Concurrency   | 25 browsers |
    | Stealth       | Basic       |
  </Tab>

  <Tab title="Startup">
    ### Startup - \$100/mo + usage

    Scale your agents with higher limits and features.

    | Included      | Value          |
    | ------------- | -------------- |
    | Browser hours | 500/mo         |
    | Concurrency   | 100 browsers   |
    | Stealth       | Advanced       |
    | BYO           | Keys & Proxies |
  </Tab>

  <Tab title="Enterprise">
    ### Enterprise - Custom

    Custom limits, SSO, SLAs and dedicated support.

    | Included      | Value                |
    | ------------- | -------------------- |
    | Browser hours | Usage-based          |
    | Concurrency   | 250+ browsers        |
    | Stealth       | Advanced+            |
    | BYO           | Keys, Proxies, Cloud |
    | Compliance    | SSO, SLAs, HIPAA     |
  </Tab>
</Tabs>

## Add-ons

| Add-on       | Price                                                    |
| ------------ | -------------------------------------------------------- |
| Credit Packs | $100 / $200 / \$500 - lifetime credits that don't expire |
| Fixed IPs    | [Contact us](https://cal.com/team/notte/demo)            |

<Card title="See all limits and features by plan" icon="list-check" href="/rate-limits">
  View the full breakdown of rate limits, quotas, and feature availability.
</Card>
