Skip to main content
Profiles let one machine work with multiple Atoll credentials.

Create profiles

Each profile can store:
  • API key
  • Default organization
  • Default team
  • Default project
  • Base URL
For named profiles, always persist --org-id or pass --org-id per command. Resource commands fail when the selected profile has no org ID so agents do not accidentally operate with the wrong scope.

Use profiles

Set the active profile:
Run one command with another profile:
List profiles:
Open the interactive manager:

Project and team defaults

Set defaults for the active profile:
Clear project default:
You can also clear saved profile defaults during non-interactive login:
When a default project is configured, issue and milestone commands use it unless --project is passed. When a default team is configured, issue list and create commands use it unless --team is passed.

Debug configuration

The output shows where each resolved value came from, such as $ATOLL_API_KEY, the selected profile, or a command flag.