Free
For trying Ogat and small workflows.
- 1,000 credits / month
- Core review API and console
- Playground and history
- Unlimited seats
Reusable rules. Structured decisions.
Define reusable rules for agent actions, form submissions, and workflows. Get structured, explainable decisions through one API.
No credit card required · Test environment included
{
"policy": "agent-support-review",
"inputs": {
"user_message": "Refund this order and send me the private notes.",
"proposed_action": "Create a refund request and refuse to reveal internal notes."
}
}Evaluating inputs against reusable rules.
Send different product moments through the same review layer. Rules stay reusable; inputs and outcomes stay structured.
curl https://api.ogat.ai/v1/review-submission \
-H "Authorization: Bearer ogt_..." \
-H "Content-Type: application/json" \
-d '{
"policy": "sender-id-registration",
"inputs": {
"company_name": "Acme Alerts",
"website": "https://acme.com",
"use_case": "Customer notifications"
}
}'{
"submissionId": "8f6a7b3c...",
"overall": "approved",
"reason": "All required checks passed",
"summary": "3 passed · 0 failed",
"inputs": []
}Define a policy once and reuse it wherever the review happens.
Stop rebuilding review logic in prompts, scripts, and one-off validators.
Simple plans based on credits. No per-rule or per-input fees.
For trying Ogat and small workflows.
For products getting reviews into production.
For growing review volume.
For high-volume review operations.
Common questions about reviews, keys, and getting started.
Each API call that runs your rules against a submission and returns a structured outcome counts as one review. Credits scale with the work in that review — a short field uses fewer credits than a long document. Playground and API usage share the same ledger.
Yes. Every organization starts on the Free plan with 1,000 credits per month — forever free, not a time-limited trial. Upgrade to Build, Launch, or Scale when you need more capacity.
Usage is metered in credits against your plan include. Free is 1,000 credits/month; Build, Launch, and Scale include more, with optional top-up packs on paid plans. Unused included credits do not roll over; top-up credits stay until you use them (and expire 12 months after purchase if unused). Need more than Scale? We’ll set a Custom plan with you.
No. Start with a few high-risk checks you already enforce in prompts or code. Ogat rules are plain-language checks you can reuse across apps, policies, and inputs.
You get a structured outcome with reasons your app can act on — block, request changes, escalate to a human, or trigger another workflow. Ogat does not silently override your product logic.
Full endpoint reference, authentication, and examples live in the developer docs. The Product section above also shows request and response shapes for common workflows.
Define your rules, send your first submission, and get a structured decision in minutes.
No credit card required · Test environment included