Skip to main content
declaw auth manages your stored credentials. The CLI saves your API key to ~/.declaw/config.json (override the directory with DECLAW_CONFIG_DIR).

login

Authenticate and save your API key. If you don’t pass --api-key, you’re prompted to enter it (input is hidden). The key is validated against the API before being saved.
declaw auth login
declaw auth login --api-key <your-key>
On success it prints the account email and tier.

status

Show who you’re logged in as (email, tier, owner ID), or report that you’re not authenticated.
declaw auth status

logout

Remove stored credentials.
declaw auth logout

Next steps