All Providers

Gmail

Gmail

Visit

Gmail is Google's email service with over 1.8 billion users. This proxy provides AI agents with secure access to read, send, and manage emails, threads, labels, and drafts through the Gmail API.

emailinbox
Issuer

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

Protocol

1.0-draft

Algorithms

Ed25519

Last Verified

3/18/2026

Modes

delegated

Approval Methods

ciba
device_authorization

Endpoints

register/agent/register
capabilities/capability/list
execute/capability/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://gmail.agent-auth.directory/.well-known/agent-configuration

Register an Agent

curl -X POST https://gmail.agent-auth.directory/agent/register \ -H "Content-Type: application/json" \ -d '{ "name": "my-agent", "public_key": "<your-ed25519-public-key>", "mode": "delegated" }'