All Providers

Vercel

Vercel

Visit

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.

deploymenthostinng
Issuer

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

Protocol

1.0-draft

Algorithms

Ed25519

Last Verified

6/28/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://vercel.agent-auth.directory/.well-known/agent-configuration

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