Commands
auth login
Authenticate interactively and save credentials to~/.devhelm/contexts.json. The token is validated against the API before saving — an invalid token exits with code 11 and saves nothing.
auth logout
Remove the active context from~/.devhelm/contexts.json. If other contexts remain, the first one becomes active.
auth me
Show the API key identity, organization, plan tier, rate limits, and usage counters for the resolved token.auth token
Display the resolved API token. Useful for piping into other tools:auth context
Show active context
Create a context
List contexts
*.
Switch context
Delete a context
Next steps
CLI authentication guide
Token resolution order and best practices.
API keys
Create and manage API keys.