Agent Deploy
A deployment platform for HTML sites. AI agents can create, update, and manage static HTML deployments through capability-based authentication.
https://deploy.agent-auth.directory/api/auth
1.0-draft
Ed25519
3/18/2026
Discovery
curl https://deploy.agent-auth.directory/.well-known/agent-configurationRegister an Agent
curl -X POST https://deploy.agent-auth.directory/agent/register \
-H "Content-Type: application/json" \
-d '{
"name": "my-agent",
"public_key": "<your-ed25519-public-key>",
"mode": "delegated"
}'