Platform
Runtime + control plane for production decisions.
Keep execution inside your product, pricing, routing, eligibility, or operator workflow. Decide handles the verdict contract, API keys, limits, usage, audit exports, and rollout visibility.
What ships now
Phase 1 is a thin control plane. Teams do not need another daily dashboard; they need predictable runtime behavior and evidence when procurement, QA, or operators ask for it.
Integration runtime
Decision routing stays in your existing workflow.
/api/decide for yes/no/review routing plus request_id.
- Reference application checks through refund/cancel/return/trial endpoints when source-backed evidence is needed.
- Deterministic output fields mapped into decision packets, product events, automations, agents, or internal actions.
Control plane essentials
Visibility and governance for paid rollout and production operations.
- API keys, plan limits, and usage metering.
- Audit search by
request_id with CSV export.
- KPI baseline vs current snapshot for rollout readouts.
Reference application flow in production
| Workflow stage |
System action |
Stored evidence |
| Route decision |
Workflow posts decision context to /api/decide. |
request_id, verdict, input id. |
| Run reference check |
Workflow calls the matching reference endpoint with vendor + source args. |
Verdict, evidence code, latency, req/resp hashes. |
| Apply action |
Application, agent, or automation applies the approved next step. |
Final action + deterministic rationale. |
| 4. Review + export |
Ops lead reviews runs and exports audit CSV for QA/disputes. |
Run history linked by request_id. |
Access model by tier
| Tier |
Access |
Primary use |
| Evaluate ($0) |
Public playground and docs, no production key or contractual uptime terms. |
Validate payload shape and deterministic behavior before spend. |
| API Starter |
Keyed /api/decide, 10k records/month, default rate limits. |
One production boundary owned by one team. |
| API Team |
50k records/month, larger throughput envelope, launch support. |
Growing production traffic across multiple action boundaries. |
| API Enterprise |
200k+ records/month, custom uptime/security terms, and procurement package. |
Multi-team governance, stricter controls, and procurement review. |
Public docs and marketing stay on decide.fyi. Authenticated controls expand during rollout and production onboarding.