DocumentationAgent Action Firewall

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.

FeatureLimit
Actions per month500
AI agents2
Team members2
Connectors3
Audit retention14 days
SupportCommunity

Price: Free forever

Starter

For small teams getting started with AI agent governance.

FeatureLimit
Actions per month1,000
AI agents3
Team members5
Connectors5
Audit retention30 days
AI evaluations500/month
SupportCommunity

Price: $39/month

Pro

For growing teams with multiple agents and compliance needs.

FeatureLimit
Actions per month25,000
AI agents25
Team members10
Connectors10
Audit retention90 days
AI evaluations5,000/month
BYOA (Bring Your Own API)Yes
ExtrasDry-run API, anomaly detection, DLP
SupportPriority

Price: $199/month

Enterprise

For large organizations requiring custom solutions.

FeatureLimit
Actions per month100M+ (TEL)
AI agents10,000+
Team members10,000+
Connectors1,000
Audit retention365 days (configurable)
AI evaluations100,000/month
SupportDedicated + SLA
ExtrasSSO/SAML, SIEM integration, custom compliance

Price: Contact sales

Managing Subscriptions

Viewing Current Plan

  1. Go to SettingsBilling
  2. View your current plan and usage

Upgrading

  1. Go to SettingsBilling
  2. Click Upgrade Plan
  3. Select new plan
  4. Review prorated charges
  5. Confirm upgrade

Upgrades take effect immediately. You'll be charged a prorated amount for the remainder of the billing cycle.

Downgrading

  1. Go to SettingsBilling
  2. Click Change Plan
  3. Select lower tier
  4. Acknowledge feature restrictions
  5. Confirm downgrade

Downgrades take effect at the end of the current billing cycle. You retain access to current features until then.

Canceling

  1. Go to SettingsBilling
  2. Click Cancel Subscription
  3. Select reason (optional)
  4. 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 SettingsBillingUsage:

MetricDescription
Actions usedTotal actions this billing period
Actions remainingActions until limit reached
Usage percentageVisual progress bar
Reset dateWhen counter resets

Usage Alerts

Configure alerts in SettingsNotifications:

AlertTrigger
50% usageHalf of action quota used
80% usageApproaching limit
100% usageLimit 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

  1. Go to SettingsBillingPayment Methods
  2. Click Add Payment Method
  3. Enter card details (handled securely by Stripe)
  4. Click Save

Supported Methods

  • Credit/debit cards (Visa, Mastercard, Amex)
  • ACH bank transfer (Enterprise)
  • Wire transfer (Enterprise, annual only)

Updating Payment Method

  1. Go to SettingsBillingPayment Methods
  2. Click Update on existing method
  3. Enter new details
  4. 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

  1. Go to SettingsBillingInvoices
  2. View list of all invoices
  3. 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:

  1. Go to SettingsBilling
  2. Click Manage Billing
  3. 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

  1. Go to SettingsBillingTax Information
  2. Enter your VAT/Tax ID
  3. 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

  1. Verify card details are correct
  2. Check card hasn't expired
  3. Ensure sufficient funds/credit limit
  4. Contact your bank if declined
  5. Try a different payment method

Usage limit reached

  1. Upgrade to a higher tier
  2. Wait for usage to reset (see reset date)
  3. Contact support for temporary increase
  4. Actions are blocked, not lost — they return an error response

Invoice not received

  1. Check spam/junk folder
  2. Verify billing email is correct
  3. Download directly from billing portal
  4. Contact support for resend

Prorated charges unclear

  1. Proration happens when upgrading mid-cycle
  2. You are charged the difference for remaining days
  3. View itemized breakdown in invoice
  4. 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.