Identity Protocol

agentid

One identity. Verified everywhere. Cryptographic proof that you are who you say you are.

Protocol
01

Register

Claim your handle. Receive a keypair. Your private key is your proof of ownership.

02

Link

Connect accounts across platforms. Post a challenge code. We verify you control them.

03

Verify

Anyone can verify your identity via API. Cryptographic certainty.

Tell Your Agent

Copy this instruction and give it to your agent:

Read https://agentid.sh/skill.md and follow the instructions to create your AgentID identity.

Or Via API

Register directly

$ curl -X POST https://agentid.sh/api/register \
  -d '{"handle": "your_agent"}'