{"currency":"USD","billingModel":"tiered subscriptions with per-decision overage","effectiveDate":"2026-07-27","publicDocsUrl":"https://omegaengine.ai/docs","agentGuide":{"mintKey":"POST /api/auth/signup { email, password } → { apiKey } (public, no CSRF token needed)","subscribe":"POST /api/billing/checkout with the x-api-key header — see plans[].apiCheckout","docs":"https://omegaengine.ai/docs/billing"},"plans":[{"id":"free","name":"Free","monthlyPrice":0,"yearlyPrice":0,"includedDecisions":100,"decisionPeriod":"month","maxApiKeys":1,"auditRetentionDays":3,"overagePerDecision":null,"checkoutUrl":"https://omegaengine.ai/signup?plan=free","notes":"Free tier — 100 BYOK decisions/month. Perfect for evaluating OmegaEngine."},{"id":"developer","name":"Developer","monthlyPrice":299,"yearlyPrice":2990,"includedDecisions":1000,"decisionPeriod":"month","maxApiKeys":2,"auditRetentionDays":30,"overagePerDecision":"$0.25","checkoutUrl":"https://omegaengine.ai/signup?plan=developer","annualCheckoutUrl":"https://omegaengine.ai/signup?plan=developer&interval=year","apiCheckout":{"endpoint":"POST /api/billing/checkout","auth":"x-api-key: <your API key> (mint one via POST /api/auth/signup { email, password } → { apiKey })","body":{"plan":"developer","interval":"month | year"},"returns":"{ ok, url, sessionId } — url is a Stripe Checkout session bound to the API key's account; complete payment there. If the account already has an active plan subscription, returns { ok, url, portal: true } deep-linking the billing portal's prorated plan-change flow instead. interval \"year\" answers 409 annual_unavailable when the annual price is not yet provisioned — fall back to \"month\"."}},{"id":"pro","name":"Pro","monthlyPrice":799,"yearlyPrice":7990,"includedDecisions":5000,"decisionPeriod":"month","maxApiKeys":5,"auditRetentionDays":90,"overagePerDecision":"$0.15","checkoutUrl":"https://omegaengine.ai/signup?plan=pro","annualCheckoutUrl":"https://omegaengine.ai/signup?plan=pro&interval=year","apiCheckout":{"endpoint":"POST /api/billing/checkout","auth":"x-api-key: <your API key> (mint one via POST /api/auth/signup { email, password } → { apiKey })","body":{"plan":"pro","interval":"month | year"},"returns":"{ ok, url, sessionId } — url is a Stripe Checkout session bound to the API key's account; complete payment there. If the account already has an active plan subscription, returns { ok, url, portal: true } deep-linking the billing portal's prorated plan-change flow instead. interval \"year\" answers 409 annual_unavailable when the annual price is not yet provisioned — fall back to \"month\"."},"popular":true,"notes":"Pro and above include signed decision receipts (OmegaReceipt v1): opt in with \"receipt\": true on POST /api/v2/judge; Ed25519-signed, offline-verifiable with @omegaengine/verify against /.well-known/jwks.json. Pro also unlocks ledger anchoring: submit your audit ledger's RFC-6962 Merkle root to the append-only transparency log via POST /api/v2/anchor (or `omega-audit anchor <ledger> --api https://omegaengine.ai`) for an inclusion proof that an auditor can re-verify offline."},{"id":"business","name":"Business","monthlyPrice":4999,"yearlyPrice":49990,"includedDecisions":25000,"decisionPeriod":"month","maxApiKeys":50,"auditRetentionDays":365,"overagePerDecision":"$0.08","checkoutUrl":"https://omegaengine.ai/signup?plan=business","annualCheckoutUrl":"https://omegaengine.ai/signup?plan=business&interval=year","apiCheckout":{"endpoint":"POST /api/billing/checkout","auth":"x-api-key: <your API key> (mint one via POST /api/auth/signup { email, password } → { apiKey })","body":{"plan":"business","interval":"month | year"},"returns":"{ ok, url, sessionId } — url is a Stripe Checkout session bound to the API key's account; complete payment there. If the account already has an active plan subscription, returns { ok, url, portal: true } deep-linking the billing portal's prorated plan-change flow instead. interval \"year\" answers 409 annual_unavailable when the annual price is not yet provisioned — fall back to \"month\"."}},{"id":"enterprise","name":"Enterprise","monthlyPrice":null,"yearlyPrice":null,"includedDecisions":-1,"decisionPeriod":"month","maxApiKeys":-1,"auditRetentionDays":-1,"overagePerDecision":"$0.05","checkoutUrl":null,"popular":false,"pricingModel":"custom","contactUrl":"mailto:sales@omegaengine.ai?subject=Enterprise%20plan%20inquiry","notes":"Custom annual contract (starts at $150,000/year) with contracted decision volume, SLA, deployment, retention, and integration terms. Contact sales@omegaengine.ai for a quote."}],"addOns":[{"id":"security_attestation","name":"Agent Security Attestation","price":499,"unit":"one-time","checkout":"self-serve","checkoutUrl":"https://omegaengine.ai/signup?plan=attestation","note":"Self-assessed signed red-team evidence artifact; offline-verifiable with @omegaengine/verify. Not a certification."},{"id":"compliance_report","name":"Compliance Report","price":999,"unit":"one-time","checkout":"self-serve","checkoutUrl":"https://omegaengine.ai/signup?product=compliance_report","note":"A one-time, self-assessed, framework-mapped compliance evidence report (OWASP / EU AI Act / NIST mapping). Not a certification; auditor-ready evidence."},{"id":"evidence_pack","name":"Evidence Pack","price":3500,"unit":"one-time","checkout":"scope-first","checkoutUrl":"https://omegaengine.ai/signup?product=evidence_pack","contactUrl":"mailto:sales@omegaengine.ai?subject=Evidence%20Pack%20scoping","infoUrl":"https://omegaengine.ai/evidence-pack","note":"A concierge-assembled evidence pack for a single enterprise security review: signed, offline-verifiable red-team + governance evidence, framework-mapped (OWASP / MITRE ATLAS / NIST AI RMF / EU AI Act Art. 15) and packaged to hand straight to your customer's auditor. Self-assessed evidence, not a certification; assembled and delivered by our security team."},{"id":"agent_compliance_evidence","name":"Agent Compliance Evidence","price":12000,"unit":"year","checkout":"self-serve","checkoutUrl":"https://omegaengine.ai/signup?product=agent_compliance_evidence","contactUrl":"mailto:sales@omegaengine.ai?subject=Agent%20Compliance%20Evidence%20program","note":"Annual program that keeps you audit-ready for enterprise security reviews: quarterly signed attestation, security-questionnaire autofill, an evidence locker, and a Merkle-anchored decision ledger. The artifacts are automated and offline-verifiable; the quarterly packaging is concierge — assembled and delivered by our security team. Self-assessed evidence, not a certification."},{"id":"kill_switch_addon","name":"Org Kill Switch","price":299,"unit":"month","checkout":"self-serve","checkoutUrl":"https://omegaengine.ai/signup?product=kill_switch_addon","note":"Org-wide kill switch: instantly halt all agent actions, with alerting. Delivered as OmegaGuard Pro (org kill switch, 90-day audit logs, Slack/webhook alerts). INCLUDED free with Business and Enterprise plans — no separate purchase needed on those tiers."},{"id":"redteam_continuous","name":"Continuous Red-Team Monitoring","price":4999,"unit":"month","checkout":"self-serve","checkoutUrl":"https://omegaengine.ai/redteam","apiCheckout":"POST /api/redteam/checkout { assessmentType: \"continuous\" }","note":"Recurring adversarial testing with regression tracking and alerting. Base $4,999/mo; final price scales with target count and priority. Included with Business and Enterprise plans."},{"id":"design_partner_program","name":"Design Partner Program","price":null,"priceRange":"$7,500–$15,000","unit":"90-day program","checkout":"application","applicationUrl":"https://omegaengine.ai/design-partners","contactUrl":"mailto:sales@omegaengine.ai?subject=Design%20Partner%20Program%20application","note":"90-day paid design partnership: concierge evidence pack on your real agent, weekly working sessions, and roadmap input. Application-based; invoiced after scoping."}],"creditPacks":{"availability":"paid plans only (Developer and above)","purchase":"self-serve via POST /api/credits/topoff","apiCheckout":{"endpoint":"POST /api/credits/topoff","auth":"x-api-key: <your API key> (paid plans only)","body":{"packId":"one of packs[].id"},"returns":"{ ok, checkoutUrl } — a Stripe Checkout session bound to the API key's account; credits land on the same account after payment."},"topoffUrl":"https://omegaengine.ai/billing/topoff","packs":[{"id":"pack_100","name":"100 Credits","credits":100,"price":29,"pricePerDecision":"$0.290"},{"id":"pack_500","name":"500 Credits","credits":500,"price":140,"pricePerDecision":"$0.280"},{"id":"pack_1000","name":"1,000 Credits","credits":1000,"price":270,"pricePerDecision":"$0.270"},{"id":"pack_5000","name":"5,000 Credits","credits":5000,"price":1300,"pricePerDecision":"$0.260"},{"id":"pack_10000","name":"10,000 Credits","credits":10000,"price":2500,"pricePerDecision":"$0.250"}]},"professionalServices":[{"name":"Red Team Assessment","price":15000,"unit":"one-time","checkout":"sales-led","contactUrl":"mailto:sales@omegaengine.ai?subject=Red%20Team%20Assessment","infoUrl":"https://omegaengine.ai/redteam","description":"5,023 catalogued attack vectors. Full vulnerability report. Scoped via /redteam; invoice-first above $5,000."},{"name":"Onboarding Package","price":7500,"unit":"one-time","checkout":"sales-led","contactUrl":"mailto:sales@omegaengine.ai?subject=Onboarding%20Package","description":"12-hour guided implementation."},{"name":"Constitution Workshop","price":25000,"unit":"one-time","checkout":"sales-led","contactUrl":"mailto:sales@omegaengine.ai?subject=Constitution%20Workshop","description":"Custom policy development with AI governance experts."},{"name":"Security Audit","price":50000,"unit":"one-time","checkout":"sales-led","contactUrl":"mailto:sales@omegaengine.ai?subject=Security%20Audit","description":"Full penetration test + compliance review."},{"name":"Custom Integration","price":750,"unit":"hour","checkout":"sales-led","contactUrl":"mailto:sales@omegaengine.ai?subject=Custom%20Integration","description":"Dedicated engineering hours for complex integrations."}],"usageUnits":{"decision":"One governed action authorization or judgment. POST /api/authorize, POST /api/decision, POST /api/v2/judge, POST /api/fast-decision, and POST /api/public/decision all draw from the SAME monthly decision quota (one unified meter)."},"deprecatedTiers":{"solo":"Discontinued. Existing customers grandfathered; maps to free.","starter":"Discontinued. Existing customers grandfathered; maps to developer.","team":"Discontinued. Existing customers grandfathered; maps to business.","sandbox":"Renamed to 'free'","startup":"Renamed to 'pro'","growth":"Renamed to 'business'","scale":"Renamed to 'team' (itself now deprecated → business)."}}