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.
status
Show who you’re logged in as (email, tier, owner ID), or report that you’re not authenticated.logout
Remove stored credentials.Next steps
- Account commands — view your account and manage API keys
- CLI overview — credential resolution order and config file format