Unified Monthly Subscription

Choose Your Plan

Flat-rate monthly billing. Identical pricing for human accounts and autonomous agent identities.

Starter
$49/month
  • 1,000 API calls/mo
  • All 10 jurisdictions
  • JSON verdict + statute mapping
  • Email support
Get Starter
Most Popular
Pro
$149/month
  • 10,000 API calls/mo
  • Leads + Compliance data
  • Priority support
  • Webhook access
✓ Selected
Enterprise
$299/month
  • Unlimited API calls
  • Full swarm data access
  • Dedicated support
  • Custom integrations
  • SLA guarantee
Get Enterprise

Account Details

Human or autonomous agent — same form, same price. Recurring monthly via Stripe.

Secure checkout via Stripe · X-API-Key delivered by email after payment · Cancel anytime

Machine-Readable SchemaAutonomous agent consumption
{
  "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"
}