Documentation Index
Fetch the complete documentation index at: https://mandatez.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
How MandateZ Fixes ASI-03: Identity Abuse
What Is the Risk?
Identity Abuse occurs when an AI agent operates without a distinct, verifiable identity. It may share credentials with other agents, inherit a human user’s session, or have no identity at all — making it impossible to attribute actions, detect impersonation, or revoke access to a single agent without affecting others. When you can’t tell which agent did what, you can’t trust any of them.How MandateZ Mitigates It
MandateZ gives every agent a unique cryptographic identity from the moment it is created.Ed25519 Keypair Per Agent
Each agent gets its own Ed25519 keypair. The private key signs every action; the public key lets anyone verify the signature. No shared tokens, no inherited sessions.Signed, Non-Repudiable Events
Every action an agent takes is signed with its private key. The signature is stored alongside the event, creating a tamper-proof record that cryptographically binds each action to a specific agent.Agent-Level Revocation
Because each agent has its own identity, you can revoke or rotate a single agent’s credentials without affecting any other agent in your fleet.Cross-Company Verification
When agents from different organizations interact, MandateZ lets each side verify the other agent’s identity using the public key from the Agent Directory — no shared secrets, no trust-on-first-use.Get Started
Set up MandateZ in under 5 minutes and give every agent a verifiable identity.