Agent Number

Authentication

Bearer tokens for protected endpoints; no auth required on the free Discovery endpoints.

Bearer tokens

Every protected request carries:

Authorization: Bearer <token>

Tokens are minted by:

Bearer-gated endpoints

Public endpoints (no auth)

Token rotation on recovery

A successful POST /auth revokes every existing token for the wallet, then issues a single fresh one. Multi-agent setups must re-auth in lockstep.

What's NOT auth

See also