Self-register and mint an API key
Registration
Self-register and mint an API key
Create an account and mint an API key in a single unauthenticated
call — no login required. The account is granted the standard signup
credit and the plaintext API key is returned exactly once (it is
hashed at rest and cannot be retrieved again — store it securely).
Send the returned key as the x-api-key header on /api/v1/*
requests. Rate limited per client IP.
POST
Self-register and mint an API key
Response
OK — account registered and API key minted (key shown once).
