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

# Accounts and billing

> Plans, usage, and billing details

## Plans

| Feature              | Free        | Pro           | Enterprise        |
| -------------------- | ----------- | ------------- | ----------------- |
| Knowledge resolution | 1,000/month | 50,000/month  | Unlimited         |
| Payment calculations | 1,000/month | 50,000/month  | Unlimited         |
| AI agent jobs        | 100/month   | 5,000/month   | Unlimited         |
| MCP server           | Yes         | Yes           | Yes               |
| SENTINEL audit       | Yes         | Yes           | Yes               |
| Rate limit           | 100 req/min | 1,000 req/min | Custom            |
| Facilities           | 5           | 100           | Unlimited         |
| API keys             | 2           | 10            | Unlimited         |
| Support              | Community   | Email         | Dedicated + Slack |
| Webhooks             | No          | Yes           | Yes               |
| SLA                  | —           | 99.9%         | 99.99%            |

## Usage tracking

View your current usage:

```bash theme={null}
curl https://api-dev.rcintell.com/v1/admin/usage \
  -H "X-API-Key: kp_test_..."
```

## Billing

* **Free tier** — No credit card required
* **Pro** — Billed monthly. Overage charged per 1,000 requests
* **Enterprise** — Custom pricing. Contact [sales@rcintell.com](mailto:sales@rcintell.com)

## Non-billable requests

The following requests are free and do not count toward your usage:

* Health checks (`GET /health`)
* API key management
* Webhook management
* Requests that return errors (4xx, 5xx)
