Settings

Settings covers your profile and how your organization works in the portal: members, invitations, and API keys for automation (Terraform, CI, scripts).
What you manage here
- Profile and notification preferences
- Organization membership and invites
- API keys with scoped permissions (for example
clusters:read,clusters:write)
API keys are created in the console and used for automation. Prefer least privilege and separate keys per pipeline.
In the portal
- Open Settings.
- Update profile details as needed.
- Invite teammates and assign the access your org model provides.
- Create an API key only for the resources a tool must touch; revoke keys you no longer use.
For interactive cluster access, prefer kubeconfig. For infrastructure-as-code, prefer API keys as documented in the API reference.