Dashboard

Billing

Manage subscriptions, track usage, view invoices, and configure payment methods. Supports credits, BYOK (Bring Your Own Key), and usage-based pricing.

Billing Plans

FeatureFreeProEnterprise
Agents3UnlimitedUnlimited
Runs/day10010,000Unlimited
BYOKYesYesYes
SupportCommunityEmailDedicated

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"