Tool call authorisation
Gate MCP tool invocations before data leaves the agent sandbox.
MCP · policyAgentic systems
Gate AI agents before they call tools, move funds, or take autonomous action. AffixIO evaluates policy per request and returns ML-DSA-65 signed allow or deny with Merkle audit evidence. No profile store at the verifier. Integrate via REST API, Node.js SDK, or MCP connector for Claude and Cursor.
AI agent verification is a policy gate that returns a signed allow or deny before an autonomous agent executes a consequential action. AffixIO separates authorisation from the agent runtime so auditors can verify what was permitted without replaying prompts or storing user profiles at the gate.
The challenge
Autonomous agents act at machine speed. Without a verification boundary, authorisation is buried in prompts, heuristics, or post-hoc logs that auditors cannot replay.
LLM instructions are not cryptographic evidence. They fail under adversarial input and cannot be audited after the fact.
Agents that can call any tool accumulate privilege. Each integration expands blast radius without a binary gate.
Transaction logs show what happened, not what policy permitted at decision time.
EU AI Act Article 12 and OWASP Agentic Top 10 expect traceable controls on autonomous actions.
Use cases
Any autonomous action that should be explicitly permitted or denied before execution.
Gate MCP tool invocations before data leaves the agent sandbox.
MCP · policyVerify spend limits and consent before an agent initiates payment.
AP2 · treasuryConfirm the agent may access a dataset without exporting records to the gate.
ZK · ABACMulti-step automations get a signed outcome per step.
pipelineRoute denied actions to review with proof metadata attached.
audit refSub-agents inherit bounded credentials with spent-proof anti-replay.
delegationProof pipeline
Policy authority defines a Noir circuit for the rule set. Witness inputs come from systems that already own the records.
Proof is bound to event context: programme ID, expiry, geography, and anti-replay nonce. ML-DSA-65 signature applied at issue.
User, agent, or device presents the credential via API call or secure QR at the service boundary.
Verifier receives allow or deny plus Merkle reference. No personal data retained at the verifier by default.
Stack
Proof generation can run on infrastructure you control. See technical architecture and circuit catalogue.
FAQ
KYA is the practice of verifying an agent's authority to act before it executes. AffixIO returns a signed outcome, not a risk score.
The MCP connector exposes verification endpoints for Claude, Cursor, and compatible clients. See the MCP documentation.
Yes. The Node.js SDK issues and verifies proofs on infrastructure you control.
The verifier receives deny with signed proof metadata. Downstream systems block the action and may route to human review.
No. By default the verifier receives allow or deny and proof metadata, not prompts or user profiles.
Architectural alignment with EU AI Act audit evidence patterns and OWASP Agentic Top 10. Not a certification claim.
Validate ai agent verification on the live sandbox, then scope a pilot with engineering.