How it works
Identify. Verify. Revoke.
An agent is registered once. Any service can check its identity. And if it's compromised, the network can stop trusting it - instantly.
Identify
An agent is registered once and receives a persistent, cryptographic identity.
npx xysera register MyAgent
Verify
Any participating service can check that identity and confirm its current status.
await xysera.verify(credential)
Revoke
If an agent is compromised, its identity is revoked - so the network knows not to trust it.
status: "revoked"
The CLI and API above are launching soon - join early access to be notified.
What happens when an agent goes rogue?
● REVOKED
Participating services
can now refuse the identity.
Xysera doesn't control the agent.
It gives the network a way to stop trusting it.