01DID Identity
did:key with Ed25519
Every agent gets a globally unique Decentralized Identifier derived from its Ed25519 public key. Register once — the DID is portable across every site that trusts Agent Auth by Vigil.
02Challenge-Response Auth
Zero shared secrets
Agents prove identity by signing a one-time nonce with their private key. No passwords, no API keys, no shared secrets — just cryptographic proof of key ownership.
03Verifiable Credentials
W3C VC-JWT standard
Issued credentials are signed JWTs following the W3C Verifiable Credentials spec. Verify offline with the server's public key or via one API call.
04Headless Flow
No browser required
AI agents authenticate entirely via API — register, challenge, sign, verify. No redirects, no cookies, no browser. Purpose-built for autonomous agents.
05Website Integration
Like 'Sign in with Google'
Add a sign-in link to your site. Agents authenticate through Agent Auth by Vigil and get redirected back with a verified credential. Three steps to integrate.
06Official SDKs
Node.js & Python
npm install auth-agents or pip install auth-agents. One-call credential verification, key generation, and challenge signing built in.