Every public gateway route. Auth is one of none, session (Bearer token from SIWE login), or admin (operator-only dev endpoints gated by PLUMB_DEV_ADMIN_TOKEN). Machine-readable: openapi.json.
A.01
Auth
auth · 3 endpoints
Method
Path
Auth
Summary
GET
/auth/siwe-nonce
none
Issue a nonce for the SIWE message.
POST
/auth/siwe-login
none
Exchange a signed SIWE message for a Bearer session token.
GET
/me
session
Return the caller address and credit balance.
A.02
Chat / receipts
chat / receipts · 3 endpoints
Method
Path
Auth
Summary
POST
/v1/chat/completions
session
OpenAI-compatible chat. Returns completion + signed receipt.