Register a token
Create a new token (with an associated USDC deposit address) by calling the public register endpoint.
Request
Section titled “Request”POST https://api.usepod.ai/v1/registerNo body or auth is required.
curl -X POST https://api.usepod.ai/v1/registerResponse
Section titled “Response”The response contains your <token> and a USDC deposit address. The token is
what you place in the proxy base URL; the deposit address is where you send USDC
to fund it.
After registering
Section titled “After registering”-
Fund the token by card or USDC — see Funding your balance.
-
Use it as your base URL — see Drop-in API:
Terminal window ANTHROPIC_BASE_URL=https://api.usepod.ai/proxy/<token> claudeOPENAI_BASE_URL=https://api.usepod.ai/proxy/<token>/v1 cursor
The token must carry a positive balance before it can serve requests.