You decide exactly what an agent is allowed to see and exactly what it is allowed to do. Provenant holds those limits every time it runs, and produces the evidence.
“There will always be ways to prompt the AI that can make it disregard these rules.”NIST, announcing a peer-reviewed proof that no finite set of guardrails is universally robust — Vassilev, IEEE Security & Privacy, May/June 2026. Source
Existing frameworks “were architected [for systems] whose behavior can, in principle, be characterized at deployment time” — and autonomous agents “routinely violate” this. Organizations “lack mechanisms to enforce access policies dynamically as agent tasks evolve,” and “no enforceable, agent-specific security controls exist today.”Cloud Security Alliance, AI agent governance gap, April 2026. Source
You set the limits. Nothing your agent reads can change them.
MCP server you already run. No fork, no wrapper, no rewrite.
from importing an existing tool to a live agent with its controls documented and enforced.
changes to the tools you already run. No SDK, no code, nothing to rewrite.
Agent governance is arriving from several directions. We handle all of them.
Hand an assessor the whole picture — what your agent can do, what it sees, and where every value came from. Nothing to reconstruct.
Purpose — book an appointment slot for the patient in this session.
diagnosisCode is not disclosed to the agent and is not retained in session state. patientRef is supplied from session state; the agent does not choose its value. The agent receives confirmationId.
Produced from the same decisions that hold the agent.
Purpose — refund a charge to the payment method that made it.
cardLast4 and billingAddress are not disclosed to the agent and are not retained in session state. merchantId is supplied from session state; the agent does not choose its value. The agent receives refundId and status.
Produced from the same decisions that hold the agent.
A live document is produced for each agent.
If you have an agent doing something you cannot afford to get wrong, we would like to hear about it — including the parts that are still messy.
hello@useprovenant.ai