The Moneda CLI uses OAuth 2.0 to securely connect to your account. Your credentials are never stored in plain text — the CLI saves an encrypted token on your machine.Documentation Index
Fetch the complete documentation index at: https://docs.moneda.com/llms.txt
Use this file to discover all available pages before exploring further.
Logging in
Run the login command to authenticate:Your password is never shared with the CLI. The OAuth flow means the CLI only receives a scoped access token, not your credentials.
Checking your session
To see if you’re currently logged in and which account is active:Logging out
To clear your stored credentials:moneda auth login again to use the CLI.
Token storage
The CLI stores your OAuth token in:What’s next?
Command Reference
See all available CLI commands.
CLI Examples
Common workflows using the CLI.
Scopes
Understand what permissions the CLI requests.
REST API Authentication
How authentication works at the API level.
