AgentPlatform Register Log in

Billing & Usage

Plans

AgentPlatform offers three plans. All plans include the full feature set — limits apply to agents, runs, and LLM token passthrough.

Plan Price Agents Runs / month Tokens / month
Free $0 3 100 50,000
Pro $29/mo 25 2,500 500,000
Team $99/mo 100 10,000 2,000,000

Upgrading or Downgrading

Go to Settings → Billing to manage your subscription.

  • Upgrade: Click the plan you want and complete checkout via Stripe. The new plan takes effect immediately.
  • Downgrade: Use the Stripe customer portal (linked from the billing page) to switch to a lower plan. The change takes effect at the end of your current billing period.

Usage Limits

How limits are enforced depends on your plan:

  • Free plan: Hard block — agent runs are prevented once you hit a limit
  • Paid plans (Pro & Team): Soft limit — you receive a notification but runs continue

Usage Alerts

Automatic notifications are sent at two thresholds:

  • 80% — approaching your limit
  • 100% — limit reached

Alerts are deduplicated per billing month, so you only receive each threshold notification once.

Viewing Usage

Check your current usage in Settings → Billing. The page shows agent count, runs consumed, and tokens used for the current billing period.

You can also retrieve usage programmatically via the API:

GET /api/v1/usage

Related Guides