{"currency":"usd","billing_enabled":true,"plans":[{"id":"free","name":"Free","price_monthly_usd":0,"daily_eval_limit":250,"per_minute_limit":30,"description":"Try every endpoint. Enough to wire up a prototype or run an agent's smoke tests.","purchasable":false},{"id":"starter","name":"Starter","price_monthly_usd":29,"daily_eval_limit":5000,"per_minute_limit":120,"description":"For a single product or agent in production.","purchasable":true},{"id":"growth","name":"Growth","price_monthly_usd":99,"daily_eval_limit":25000,"per_minute_limit":300,"description":"For teams and fleets of agents with steady traffic.","purchasable":true},{"id":"scale","name":"Scale","price_monthly_usd":299,"daily_eval_limit":100000,"per_minute_limit":600,"description":"High-volume pipelines. Talk to us above this.","purchasable":true}],"how_to_upgrade":{"humans":"POST /api/v1/billing/checkout returns a hosted Stripe Checkout URL","agents":"POST /api/v1/billing/subscribe with a Stripe payment_method id (pm_...) subscribes without a browser","manage":"POST /api/v1/billing/portal returns a Stripe customer portal URL; DELETE /api/v1/billing cancels at period end"}}