bounty-cli uses a normal Bounty user session. It does not require infrastructure credentials.
Browser Login
- The CLI starts a temporary local callback.
- The browser opens the Bounty CLI authorization page.
- If needed, Bounty sends you through normal login.
- You explicitly approve CLI access.
- The browser returns a one-time code to the local callback.
- The CLI exchanges the code for a user session.
- The CLI stores the session locally for future commands.
Verify Identity
Log Out
Email Login Fallback
Browser login is recommended. Email/password login is available for development and fallback cases:Config
View active config:Permission Model
CLI requests run with the logged-in user’s Bounty permissions. If you cannot access an organization or object in Bounty, the CLI should not expose it either. For MCP clients, see MCP Server. The MCP server uses a separatemcp:read bearer token that wraps the same kind of authenticated Bounty user session.