Product
An action control plane between agents and business software
Gatewise is an action control layer for AI agents. It evaluates proposed business actions against deterministic policies and trusted evidence before execution.
Works with your agents and existing business tools.
Capabilities
What the product does
Action gateway
One entry point for proposed actions. The agent asks before it acts, so there is a single place where control is applied.
Evidence checks
Decisions use current system data: invoice state, contract dates, ownership, consent, prior actions. Missing data returns INSUFFICIENT EVIDENCE.
Policy engine
Deterministic rules with thresholds, hard blocks and conditions per action type. The same action and evidence always give the same decision.
Approval routing
Actions above an autonomous limit are held and routed to a named approver with the full context attached.
Duplicate detection
Repeated or already covered actions return NO ACTION instead of a second message, a second task or a second refund.
Decision record
Every proposed action is stored with the policy evaluated, the evidence used, the decision, the reason and the execution status.
Decisions
Five outcomes your application can rely on
Integration is simple because the contract is small. Your code handles five cases and nothing else.
- ALLOWEvidence and policy conditions are met. The agent may execute the action.
- BLOCKA policy rule forbids this action. The agent cannot execute it.
- REQUIRE APPROVALThe action is valid but above an autonomous threshold. A named human has to approve it.
- NO ACTIONThe action is unnecessary. A duplicate or an existing task already covers it.
- INSUFFICIENT EVIDENCERequired system data is missing or stale, so the decision cannot be made safely.
- 09:41Refund 79 EURsupport-agent-v3ALLOW
- 09:43Discount 25 percentReason: Exceeds 10 percent autonomous discount limitsales-copilotBLOCK
- 09:44Renewal follow-upReason: Existing task already assignedcs-agentNO ACTION
- 09:47Refund 640 EURReason: Finance approval requiredsupport-agent-v3REQUIRE APPROVAL
- 09:51Delete customer recordReason: Deletion restricted to humansops-agentBLOCK
Interface example. Not Gatewise customer data.
Evidence
Decisions built on system state, not on summaries
Gatewise references system categories rather than a fixed vendor list. Evidence sources are configured per policy.
- CRMOwnership, stage, lifecycle, record state
- SupportTickets, conversations, escalations
- Payments and billingInvoices, refunds, disputes, ledger state
- Internal toolsTasks, workflows, entitlements
Categories, not integration claims.
- R01Allow refunds up to 100 EUR automatically.
- R02Require manager approval from 100 EUR to 500 EUR.
- R03Require Finance approval above 500 EUR.
- R04Never issue a refund when a chargeback or previous refund already exists.
- R05Require invoice status = paid.
Interface example of a configured policy.
Policies
Owned by the team that owns the rule
Policies are stated in business language and enforced deterministically. Gatewise does not ask a model to interpret the rule at decision time.
Shadow mode
Measure before you enforce
Run Gatewise with enforcement off. See what would have been allowed, blocked or escalated, then enable enforcement per action type.
- actions evaluated
- 1,284
- would have been blocked
- 42
- required approval
- 11
- duplicate actions detected
- 7
Interface example. These numbers are not Gatewise customer results.
Give your agents freedom without giving them a blank cheque.
Tell us what your agents are allowed to do today. We will review whether Gatewise fits your agent workflow.
Works with your agents and existing business tools