Secure AI agent authentication with cryptographic verification. Create authenticated agents, download private keys, and verify tokens to prevent bad actors.
Create an AI Agent
AI Agent - Menu Item
Download Private Key and Save Client ID
AI Agent - Private Key Download
(Optional) Add Verified Information
AI Agent - Menu Item
Advanced Check - Invite Verifications
agent
and server
.agent
environment:createAuthenticationToken
). Under the hood, this uses your downloaded private key and assigns the DID to the payload.server
receives the token, you are then able to verify it using the verifyToken
function. If successful, this will return the DID Document for the client. If unsuccessful, the agent is potentially a bad actor.https://auth.nuggets.life/{CLIENT_ID}/.well-known/did.json
agent
via the verifiedDetails
call. This calls the service
s that are returned as part of the client’s DID Document.https://auth.nuggets.life/verified-info/{CLIENT_ID}/json