Billing
Overview
Agent Action Firewall offers flexible pricing tiers to match your usage. Billing is handled securely through Stripe.
- Usage-Based — Pay for what you use with clear limits
- Transparent Pricing — No hidden fees or overage charges
- Self-Service — Upgrade, downgrade, or cancel anytime
- Enterprise Options — Custom plans for large organizations
Plans
Free Tier
Perfect for trying out AAF or small personal projects.
| Feature | Limit |
|---|---|
| Actions per month | 500 |
| AI agents | 2 |
| Team members | 2 |
| Connectors | 3 |
| Audit retention | 14 days |
| Support | Community |
Price: Free forever
Starter
For small teams getting started with AI agent governance.
| Feature | Limit |
|---|---|
| Actions per month | 1,000 |
| AI agents | 3 |
| Team members | 5 |
| Connectors | 5 |
| Audit retention | 30 days |
| AI evaluations | 500/month |
| Support | Community |
Price: $39/month
Pro
For growing teams with multiple agents and compliance needs.
| Feature | Limit |
|---|---|
| Actions per month | 25,000 |
| AI agents | 25 |
| Team members | 10 |
| Connectors | 10 |
| Audit retention | 90 days |
| AI evaluations | 5,000/month |
| BYOA (Bring Your Own API) | Yes |
| Extras | Dry-run API, anomaly detection, DLP |
| Support | Priority |
Price: $199/month
Enterprise
For large organizations requiring custom solutions.
| Feature | Limit |
|---|---|
| Actions per month | 100M+ (TEL) |
| AI agents | 10,000+ |
| Team members | 10,000+ |
| Connectors | 1,000 |
| Audit retention | 365 days (configurable) |
| AI evaluations | 100,000/month |
| Support | Dedicated + SLA |
| Extras | SSO/SAML, SIEM integration, custom compliance |
Price: Contact sales
Managing Subscriptions
Viewing Current Plan
- Go to Settings → Billing
- View your current plan and usage
Upgrading
- Go to Settings → Billing
- Click Upgrade Plan
- Select new plan
- Review prorated charges
- Confirm upgrade
Upgrades take effect immediately. You'll be charged a prorated amount for the remainder of the billing cycle.
Downgrading
- Go to Settings → Billing
- Click Change Plan
- Select lower tier
- Acknowledge feature restrictions
- Confirm downgrade
Downgrades take effect at the end of the current billing cycle. You retain access to current features until then.
Canceling
- Go to Settings → Billing
- Click Cancel Subscription
- Select reason (optional)
- Confirm cancellation
You'll retain access until the end of the billing period, then revert to the Free tier.
Usage Tracking
Current Period Usage
View in Settings → Billing → Usage:
| Metric | Description |
|---|---|
| Actions used | Total actions this billing period |
| Actions remaining | Actions until limit reached |
| Usage percentage | Visual progress bar |
| Reset date | When counter resets |
Usage Alerts
Configure alerts in Settings → Notifications:
| Alert | Trigger |
|---|---|
| 50% usage | Half of action quota used |
| 80% usage | Approaching limit |
| 100% usage | Limit reached (actions blocked) |
Usage API
Query usage programmatically:
curl -X GET https://api.agentactionfirewall.com/v1/billing/usage \
-H "Authorization: Bearer $TOKEN"
Response:
{
"period_start": "2026-01-01T00:00:00Z",
"period_end": "2026-02-01T00:00:00Z",
"actions": {
"used": 4532,
"limit": 10000,
"remaining": 5468
},
"team_members": {
"used": 7,
"limit": 10
}
}
Payment Methods
Adding a Payment Method
- Go to Settings → Billing → Payment Methods
- Click Add Payment Method
- Enter card details (handled securely by Stripe)
- Click Save
Supported Methods
- Credit/debit cards (Visa, Mastercard, Amex)
- ACH bank transfer (Enterprise)
- Wire transfer (Enterprise, annual only)
Updating Payment Method
- Go to Settings → Billing → Payment Methods
- Click Update on existing method
- Enter new details
- Click Save
Removing Payment Method
You can remove a payment method if you have another on file or are on the Free tier.
Invoices
Viewing Invoices
- Go to Settings → Billing → Invoices
- View list of all invoices
- Click to download PDF
Invoice Contents
Each invoice includes:
- Invoice number and date
- Plan name and period
- Itemized charges
- Prorations (if applicable)
- Tax details
- Payment method used
Invoice API
curl -X GET https://api.agentactionfirewall.com/v1/billing/invoices \
-H "Authorization: Bearer $TOKEN"
Billing Portal
Access the full Stripe billing portal:
- Go to Settings → Billing
- Click Manage Billing
- Opens Stripe Customer Portal
In the portal you can:
- Update payment methods
- Download invoices
- Update billing address
- View payment history
Enterprise Billing
Custom Pricing
Enterprise customers receive:
- Volume discounts
- Annual billing options
- Custom payment terms
- Dedicated account manager
Annual Contracts
Annual contracts offer:
- 2 months free (pay for 10, get 12)
- Price lock for contract term
- Dedicated support SLA
- Custom invoicing
Multiple Organizations
Enterprise customers can:
- Consolidate billing across organizations
- Apply credits across accounts
- Receive unified invoicing
Contact sales@agentactionfirewall.com for enterprise pricing.
Tax Information
Adding Tax ID
- Go to Settings → Billing → Tax Information
- Enter your VAT/Tax ID
- Click Save
Valid tax IDs are validated and may exempt you from certain taxes.
Tax Calculation
Taxes are calculated based on:
- Your billing address
- Tax exempt status
- Local tax regulations
Troubleshooting
Payment failed
- Verify card details are correct
- Check card hasn't expired
- Ensure sufficient funds/credit limit
- Contact your bank if declined
- Try a different payment method
Usage limit reached
- Upgrade to a higher tier
- Wait for usage to reset (see reset date)
- Contact support for temporary increase
- Actions are blocked, not lost — they return an error response
Invoice not received
- Check spam/junk folder
- Verify billing email is correct
- Download directly from billing portal
- Contact support for resend
Prorated charges unclear
- Proration happens when upgrading mid-cycle
- You are charged the difference for remaining days
- View itemized breakdown in invoice
- Contact support for clarification
FAQ
What happens when I hit my action limit?
New actions will return an error response. Existing approvals and the dashboard remain accessible. Upgrade your plan or wait for the limit to reset.
Can I get a refund?
We offer prorated refunds within 14 days of upgrade. Contact support@agentactionfirewall.com.
Do unused actions roll over?
No, action counts reset at the start of each billing period.
Is there a startup discount?
Yes. Qualifying startups get 50% off the first year. Apply at agentactionfirewall.com/startups.