---
title: Pricing
description: Inth plans, Credits, Consent plans, usage allowances, and billing safeguards.
lastModified: "2026-08-21T17:01:05+01:00"
lastAuthor: Kaylee
---
Inth has two plan families:

* **Inth plans** cover the workspace, Credits, Inth Agent, and audits.
* **Consent plans** cover hosted Consent infrastructure and its usage allowances.

## Inth plans

|Plan|Price|Included Credits|Includes|
|--|--|--|--|
|Free|$0|No recurring Credit grant|Core workspace access and one introductory Code Audit preview|
|Startup|$250/month or $3,000/year|2,500 each month, or 30,000 up front each year|Continuous and scheduled audits|
|Enterprise|Custom agreement|Set by agreement|Startup capabilities, Consent Pro, custom terms, onboarding, and support|

Startup's monthly and annual options are the same plan with different billing and Credit schedules. Monthly organizations receive 2,500 Credits each month. Annually billed organizations receive 30,000 Credits up front each year.

Included Startup Credits roll over and do not expire while the paid plan remains active. The Inth Free plan does not include a recurring Credit grant, but organization owners can add Credits when needed.

Consent plans are purchased separately from Inth Free and Startup. Enterprise includes Consent Pro under its custom agreement.

## Inth Credits

Credits are a shared organization balance. They can be used across projects for:

* [Inth Agent](/docs/agent)
* [Inth Code Audit](/docs/code-audit)
* [Inth Website Audit](/docs/website-audit)

Credit use depends on the product and the work requested:

|Product|How Credits are handled|What affects usage|
|--|--|--|
|Inth Agent|A response can start at zero Credits. Completed responses charge AI Gateway cost plus 50%; failed or cancelled responses do not. A negative balance blocks the next response until top-up.|The model and research work required by the response|
|Code Audit|Full-repository planning is free and shows a quote before approval. Pull request scans settle after provider usage is known.|Repository or PR scope and the investigation required|
|Website Audit|Credits are reserved when an audit starts and settled when it succeeds. Failed or cancelled audit reservations are released.|Crawl breadth, pages visited, and site behavior|

There is no single Credit amount that applies to every request or audit. The dashboard shows the relevant balance, quote, or top-up prompt before work starts.

### Code Audit pull request pricing

One Credit is $0.10. A successfully settled pull request scan costs:

```text
50 Credits + ceil(AI provider cost in USD micros / 70,000)
```

The first 50 Credits are the $5 platform fee. The provider-cost component passes
through the reconciled AI cost at a 30% gross margin and rounds up to a whole
Credit. For example, $17.57 of reconciled provider usage produces a total charge
of 301 Credits ($30.10).

The platform fee is reserved before the scan and settles after successful
analysis. Inth then settles the provider-cost balance from the usage reported
for that run. If the organization cannot cover that completion balance, the
platform fee remains charged and the report stays locked until Credits are
added. Inth automatically retries the existing settlement after a top-up;
failed, cancelled, and superseded scans release unsettled reservations instead
of charging the full successful-scan amount.

### View and add Credits

Open **Billing** in the Inth dashboard to view:

* the organization's current Credit balance
* settled usage for Inth Agent, Code Audit, and Website Audit
* which user or automation initiated the work
* recent Credit purchases and invoices

Organization owners can select **Add credits**, choose an amount, and review the total before checkout. Other members can ask an owner to add Credits.

Credit usage is separate from hosted Consent allowances and usage billing.

## Consent plans

These plans are for hosted Consent infrastructure. They are separate from Inth Free and Startup; Consent Pro is included with Enterprise.

|Plan|Monthly price|Annual billing|Projects|Support|
|--|--|--|--|--|
|Free|$0/mo|-|1 project|Community + docs|
|Starter|$20/mo|$200/year|3 projects|Community + docs|
|Pro|$50/mo|$500/year|Unlimited|Standard support|

## Included usage

Consent usage is measured with two meters:

|Meter|Free|Starter|Pro|
|--|--|--|--|
|Consent Sessions|5,000/month|25,000/month|100,000/month|
|Consent saves|5,000/month|25,000/month|100,000/month|

Usage above the included amount is billed at $0.001 per billable Consent Session or consent save unless an Enterprise agreement specifies different terms.

## What counts

Inth meters hosted consent activity, not page views.

Consent Sessions represent hosted consent checks needed to resolve the right consent experience for a visitor. Consent saves represent durable consent writes, such as accepting, rejecting, customizing, or updating preferences.

Only successful hosted consent activity is eligible for usage billing. Inth groups related activity so normal page reloads, retries, and repeated checks do not become a raw page-view counter.

## Automated traffic

Known automated traffic is excluded from billable usage when detected.

Automated traffic can still appear in operational analytics so you can understand traffic quality, but it is not included in billable consent usage.

## Usage safeguards

Inth usage billing is designed to avoid charging for duplicate delivery, retry noise, and short-lived traffic spikes as if each technical event were a separate user interaction.

If your usage changes unexpectedly, review consent analytics before changing implementation code. Look for duplicate consent surfaces, preview traffic, unusual automation, or repeated preference writes.

If a spike still looks unusual, contact support. We can help review the usage pattern, identify likely causes, and work through next steps with you.

## IAB TCF and policy packs

[IAB TCF](/docs/consent/concepts/iab-tcf) and policy packs are included with Consent Pro and Enterprise. They are not billed as separate per-project add-ons.

Consent Free and Consent Starter do not include these features.

## Free plan usage billing

The Free plan includes the same usage meters with a smaller allowance. If usage billing is disabled for a Free or trial organization, hosted Consent Sessions and consent-save features can be restricted until usage billing is enabled or the organization upgrades.
