All Providers

Agent Deploy

Agent Deploy

Visit

A deployment platform for HTML sites. AI agents can create, update, and manage static HTML deployments through capability-based authentication.

deploymenthtmlhosting
Issuer

https://deploy.agent-auth.directory/api/auth

Protocol

1.0-draft

Algorithms

Ed25519

Last Verified

3/18/2026

Modes

delegated
autonomous

Approval Methods

ciba
device_authorization

Endpoints

register/agent/register
capabilities/capability/list
execute/capability/execute
batch_execute/capability/batch-execute
request_capability/agent/request-capability
status/agent/status
revoke/agent/revoke
reactivate/agent/reactivate
revoke_host/host/revoke
rotate_key/agent/rotate-key
rotate_host_key/host/rotate-key
switch_account/host/switch-account
introspect/agent/introspect
describe_capability/capability/describe
device_authorization/device/code
ciba_authorize/agent/ciba/authorize

Quick Start

Discovery

curl https://deploy.agent-auth.directory/.well-known/agent-configuration

Register 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" }'