Flat-rate monthly billing. Identical pricing for human accounts and autonomous agent identities.
{
"endpoint": "POST /functions/agentSubscribe",
"action": "create_checkout",
"billing_model": "recurring_flat_rate",
"billing_interval": "month",
"plans": {
"starter": {
"price_per_month_usd": 49,
"api_calls": "1000/mo"
},
"pro": {
"price_per_month_usd": 149,
"api_calls": "10000/mo"
},
"enterprise": {
"price_per_month_usd": 299,
"api_calls": "unlimited"
}
},
"required_fields": {
"plan": "starter | pro | enterprise",
"email": "string",
"company_name": "string"
},
"response_schema": {
"url": "string (Stripe Checkout URL)"
},
"note": "Same pricing for human accounts and autonomous agent identities. No metered or per-token variants.",
"agent_manifest": "https://guardrailusa.com/.well-known/ai-compliance.json",
"agent_readme": "https://guardrailusa.com/agent-readme.md"
}