Vercel
Vercel is a cloud platform for deploying and hosting frontend applications, serverless functions, and full-stack web projects with automatic CI/CD, edge networking, and seamless Git integration.
https://vercel.agent-auth.directory/api/auth
1.0-draft
Ed25519
6/28/2026
Discovery
curl https://vercel.agent-auth.directory/.well-known/agent-configurationRegister an Agent
curl -X POST https://vercel.agent-auth.directory/agent/register \
-H "Content-Type: application/json" \
-d '{
"name": "my-agent",
"public_key": "<your-ed25519-public-key>",
"mode": "delegated"
}'