VX / ACTION CONTROL BOUNDARY 01

Evidence-aware approval for action-taking agents

Remove routine approvals. Keep unsupported actions out.

VerifiedX checks a proposed write against the evidence gathered in that run before it executes. Supported actions proceed. Unsupported actions replan. Genuine ambiguity can still go to a human.

Add one boundary around send, update, post, delete, write, or submit. Keep your models, tools, memory, and orchestrator.

250 checks / monthNo card requiredOne boundary first

RUN / VX-1048 LIVE BOUNDARY TRACE
PREFLIGHT ACTIVE
RUN EVIDENCE
01Orderdelivered
02Refund windowexpired
03Store crediteligible
PROPOSED EFFECT
external_action issue_refund({
  order: "ord_0001",
  amount: "$59"
})
OUTCOME / 03 REPLAN
REQUIRED
RECEIPT RETURNED

Reason: refund window closed. Offer $59 store credit instead.

SAME-RUN EVIDENCEPRE-EXECUTION CHECKDECISION RECEIPTSLOCAL / UPSTREAM REPLAN

Public, reproducible benchmark

It stops the wrong action. Not the work.

In a controlled 50-scenario support benchmark, VerifiedX completed more workflows while executing zero unjustified actions. Review the scenarios, methodology, and sanitized results yourself.

50/50 correct action results
42/50 workflows completed
0/29 unjustified actions executed
See the full benchmark

Controlled benchmark results, not a customer case study. Baselines, scoring, and limitations are published.

The missing control

Permission says the agent can act. VerifiedX checks whether it should right now.

Permissions Can this agent use the tool?

Controls access, not whether this particular action is supported by the run.

Human approval Will a person take responsibility?

Catches ambiguity, but becomes the throughput ceiling when every action needs review.

Offline evals How did the system perform?

Measures behavior before or after deployment; it does not decide the live action in front of you.

VerifiedX Did this run earn this action?

Uses same-run evidence to allow, replan, or hand off before the side effect lands.

How it works

One check at the action boundary.

VerifiedX is additive. Start with the one action where false confidence is expensive or approvals are slowing you down.

01

Observe the run

Capture the proposed effect, tool history, retrievals, conversation anchors, and upstream context.

02

Check the evidence

Preflight the action against what the run actually established, not just the tool name and arguments.

03

Continue correctly

Execute when supported. Replan when evidence is missing. Return a receipt when another agent or human must take over.

Keep your stack

Bind the methods you already have.

Native adapters cover common agent frameworks. Raw runtime bindings protect your existing retrieval and action methods without a rewrite.

OpenAI AgentsLangGraphVercel AI SDKClaudeMCP
Open the quickstart →
agent.tsTypeScript
import { initVerifiedX } from "@verifiedx-core/sdk";

const vx = await initVerifiedX();

vx.bindHarness(agent, {
  retrievals: {
    fetchInvoice: "invoice evidence",
  },
  actions: {
    issueRefund: "issueRefund",
  },
});

Where it pays

Protect actions with real downstream cost.

VerifiedX is for agents that change business state, not chatbots that only answer questions.

Finance ops

Issue refunds, release holds, update invoices

Require the policy, account state, and transaction evidence the action depends on.

Support

Change account state, grant credits, close cases

Let well-grounded cases move without turning every ticket into a manual approval.

Browser & RPA

Submit forms, upload files, confirm purchases

Check the state the agent observed before an irreversible browser action lands.

GTM & operations

Send messages, update CRM, trigger workflows

Stop stale context or weak grounding from becoming an external message or record mutation.

A controlled first step

Prove the boundary before you broaden it.

Scope the rollout to one action, inspect every decision, and expand only after the outcomes match your operating policy.

No replacement stack

Your model, orchestrator, tools, and memory remain the source of truth.

No target-system credentials

VerifiedX does not need the login or API key for the system your agent acts on.

Decision receipts

Every outcome carries reasons and safe next steps your workflow can log and route.

One boundary first

Start around one send, update, write, delete, or submit instead of changing the whole runtime.

48-hour trace review

Prove it on 25-50 past actions before touching production.

Send anonymized run evidence and the action that followed. We will return the allow / replan / handoff split, the highest-risk failure clusters, and the best first boundary for a pilot.

For teams already building agents that send, write, update, delete, or submit.

No production credentials or workflow changes required.

Pricing

Start with one action boundary.

Self-serve when you know the seam. Hands-on when you need to prove the business case.

A protected action check is one preflight of a real side-effect attempt. Context capture, receipts, execution reports, and decision reads are included.

Free Sandbox

$0

250 protected action checks per month

  • 7 day decision logs
  • All languages, providers, and adapters
  • Best for a first integration

Design Partner

$3,00030-day scoped pilot

Prove one production-relevant action with the founding team.

  • Historical trace review and boundary selection
  • Hands-on integration and calibration
  • Outcome readout for your team

Enterprise

Custom

For teams rolling protected action checks across production workflows.

  • Annual volume pricing
  • Security and procurement support
  • Longer retention and rollout support

API keys

Create a key, copy it once, and use it in your app.

Prefix Scopes Status Created Last used Actions