- API base URL
- Token
- Whether it is the default profile
List profiles
Show one profile
Create a profile
Profiles are created by logging in with--profile:
--api-base only when you need a non-default environment:
Change the default profile
--profile use the selected profile.
Run a command with a specific profile
-p is an alias for --profile:
Delete a profile
Environment overrides
Environment variables override the saved profile for a single command:Recommended profile pattern for agents
Create separate profiles for separate responsibilities:| Profile | Example scopes |
|---|---|
setup-agent | chatbots:read, chatbots:write, knowledge:write, settings:write, personas:write, instructions:write |
knowledge-agent | chatbots:read, knowledge:read, knowledge:write, knowledge:delete |
support-agent | chatbots:read, conversations:read, conversations:write, leads:read, leads:write |
billing-readonly | account:read, billing:read, usage access through the account token |