CLI Auth

Exchange a CLI authorization code for an API key

Completes the CLI browser-login flow: verifies the single-use authorization code and its PKCE code_verifier, then mints and returns the approved API key exactly once.

post/v1/cli/auth/token

Request body

codestring required
code_verifierstring required

Response

The minted API key

Changes