Billing
Manage subscriptions, track usage, view invoices, and configure payment methods. Supports credits, BYOK (Bring Your Own Key), and usage-based pricing.
Billing Plans
| Feature | Free | Pro | Enterprise |
|---|---|---|---|
| Agents | 3 | Unlimited | Unlimited |
| Runs/day | 100 | 10,000 | Unlimited |
| BYOK | Yes | Yes | Yes |
| Support | Community | Dedicated |
Check Usage
Billing APIbash
# View current usage
curl http://localhost:8000/api/v1/billing/usage \
-H "Authorization: Bearer YOUR_API_KEY"
# View invoices
curl http://localhost:8000/api/v1/billing/invoices \
-H "Authorization: Bearer YOUR_API_KEY"