# Pricing

## Pricing tiers

Middle offers two different pricing tiers: INTEGRATE and ENTERPRISE.

<table><thead><tr><th>Feature</th><th width="123.24609375">INTEGRATE</th><th width="131.765625">ENTERPRISE</th></tr></thead><tbody><tr><td>Starting price</td><td>$259</td><td>$259</td></tr><tr><td>Unlimited integrations</td><td>☑️</td><td>☑️</td></tr><tr><td>Unlimited seats</td><td>☑️</td><td>☑️</td></tr><tr><td>Relational data storage</td><td>☑️</td><td>☑️</td></tr><tr><td>Custom data deletion</td><td>☑️</td><td>☑️</td></tr><tr><td>Execution logs &#x26; performance data</td><td>☑️</td><td>☑️</td></tr><tr><td>Platform support</td><td>☑️</td><td>☑️</td></tr><tr><td>Related record lookups</td><td>☑️</td><td>☑️</td></tr><tr><td>Module workflows</td><td>☑️</td><td>☑️</td></tr><tr><td>Module development</td><td>❌</td><td>☑️</td></tr><tr><td>Multi-tenancy</td><td>❌</td><td>☑️</td></tr><tr><td>App customization</td><td>❌</td><td>☑️</td></tr><tr><td>Siloed infrastructure</td><td>❌</td><td>☑️</td></tr></tbody></table>

INTEGRATE is a single-tenant, usage-limited license that restricts the ability to view and edit [Apps](/middle-docs/app-development.md) and [Modules](/middle-docs/modules.md).

ENTERPRISE licenses a siloed instance of Middle where you are paying for the cloud infrastructure behind your instance. If your instance is running hot and you see increased latency, you can always upgrade your instance's infrastructure. ENTERPRISE customers have access to [App](/middle-docs/app-development.md) and [Module](/middle-docs/modules.md) development.

## INTEGRATE PRICING

| Description       | Price |
| ----------------- | ----- |
| INTEGRATE Account | $259  |

### Caps and overages

INTEGRATE accounts are alloted a set amount of usage per months. Overages are levied if an account goes over this amount. INTEGRATE customers always have the option to upgrade their usage or upgrade to an ENTERPRISE account.

| Metric                                 | Total per month   | Overage\* |
| -------------------------------------- | ----------------- | --------- |
| Data stored/updated via syncs          | 150,000 records   | $0.002    |
| Workflow actions executed successfully | 70,000 OK actions | $0.004    |
| Records accessed in workflow steps     | 310 megabytes     | $0.97     |

\*Overage are charged per metric (records, OK actions, megabytes)

## ENTERPRISE PRICING

Starts at **$1,702** per month.

ENTERPRISE pricing is charged per component. Depending on your volume and latency requirements, you'll need different infrastructure.

### Database

<table><thead><tr><th>RDS size</th><th width="144.01953125">Monthly cost</th></tr></thead><tbody><tr><td>db.t4g.medium</td><td>$669</td></tr><tr><td>db.t4g.large</td><td>$1,818</td></tr><tr><td>db.r6g.large</td><td>$2,847</td></tr><tr><td>db.r6g.xlarge</td><td>$5,684</td></tr></tbody></table>

{% hint style="info" %}
For anything larger contact Middle at <support@middle.app>
{% endhint %}

### Integration server(s)

<table><thead><tr><th>EC2 size</th><th width="142.96875">Monthly cost*</th></tr></thead><tbody><tr><td>m6g.medium</td><td>$422</td></tr><tr><td>m6g.large</td><td>$844</td></tr><tr><td>m6g.xlarge</td><td>$1,687</td></tr><tr><td>m6g.2xlarge</td><td>$3,373</td></tr><tr><td>m6g.4xlarge</td><td>$6,746</td></tr></tbody></table>

\*Per EC2 machine deployed to your ENTERPRISE instance

{% hint style="info" %}
For anything larger contact Middle at <support@middle.app>
{% endhint %}

### Elastic search

Flat rate **$495** regardless of elastic search deployment.

### Lamba usage

**$2.72** per day of duration per month

### Storage

**$1.50** per GB per month


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.middle.app/middle-docs/pricing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
