Settings
Access settings by clicking your avatar at the bottom of the sidebar, then selecting Profile, Password, Application, or Developer.
Edit Your Profile
- Click your avatar > Profile.
- Your email is shown as read-only (managed by your identity provider).
- If infosec levels are enabled, your Classification Level is shown as a read-only badge with your assigned level name and color (set by your admin).
- Edit your First name and Last name.
- Click Save Changes.
- A confirmation banner appears: "Your new name is saved."
Change Your Password
- Click your avatar > Password.
- Enter your Current Password.
- Enter your New Password and Confirm Password.
- The form shows live validation for password requirements:
- At least 15 characters
- Uppercase letter
- Lowercase letter
- And other policy-defined rules
- Click Save Password when all requirements are met.
Application Settings
- Click your avatar > Application.
- In the main preferences card, configure:
- Font size — select from Smaller, Small, Default, Large, or Larger.
- Theme Preference — System, Light, or Dark (toggle group with sun/moon icons).
- Under Experimental Features, toggle optional capabilities (each persists per browser):
| Toggle | What it enables |
|---|---|
| System redesign | Open the redesigned systems dashboard from the sidebar instead of the legacy systems page (when enabled for the deployment) |
| System Documents | Document authoring within systems — see System Documents |
| Notebooks | Interactive Python (Jupyter) notebooks inside a system — see Notebooks |
| Istari AI Chat | Floating AI assistant — see Istari AI Chat |
Developer Settings — Keys
This option only appears when the Identity Service is enabled.
Keys allow programmatic access to the Istari API.
Generate a Key
- Click your avatar > Developer.
- Click Generate Key.
- In the New Access Key dialog, enter a Key name
- Click Generate.
- Copy or download the key immediately — it will only be shown once. Click Copy to copy. Click Download credentials to download it.
View Existing Keys
- The Access Keys table shows all your keys with their key ID, algorithm, and creation date.
Revoke Keys
- Click the Revoke Key button on the key row and confirm.
Developer Settings — Personal Access Tokens
Personal Access Tokens (PATs) allow programmatic access to the Istari API.
Deprecated
PATs are deprecated as of the July 2026 release and have been superseded by Keys. Support for PATs will be removed from the platform in a future release.
See the PAT → Key Exchange guide to migrate to keys.
Generate a Token
- Click your avatar > Developer.
- Click Generate New Token.
- In the New Personal Access Token dialog, enter a Token name.
- Click Generate.
- Copy the token immediately — it will only be shown once. Click Copy Token to copy.
View Existing Tokens
- The Personal Access Tokens table shows all your tokens with their name and creation date.
- The Registry URL is displayed below the table (click to copy).
Revoke Tokens
- Revoke a single token: Click the delete button on the token row and confirm.
- Revoke all tokens: Click Revoke All above the table and confirm.