Configure profile, organization, integrations, LLM routing, billing, and notifications from Integrations & Scope.
Who this is forWorkspace members, admins, and owners.
Prerequisites- Signed-in Supabase user with org membership.
Integrations & Scope: GitLab connected with OAuth scopes.Profile & organization
- Profile: display name, username, timezone. Members can edit personal details.
- Organization: legal name, billing email, website URL. Owners and admins can edit organization data.
- Changes persist via PATCH /api/workspace/profile and /organization.
Integrations & providers
- GitLab: OAuth connect, reconnect, sync work item attributes. Owners and admins manage organization connections.
- GitHub, Bitbucket, Azure DevOps, and Gitea remain roadmap surfaces for repository integration.
- Sync integration refreshes metadata tags from provider APIs.
LLM configuration
- Default Gemini model, max tokens, temperature. Members can tune AI model routing.
- Vendor routing tiers for fallback providers.
- Custom provider hosts for self-hosted endpoints.
- PATCH /api/workspace/llm persists configuration.
Work item attributes
- Label templates and metadata applied on GitLab publish.
- Maps Premortem severity and category to provider fields.
- PATCH /api/workspace/work-item-attributes.
Billing
- View plan tier, usage (scans, tokens), invoices, and upgrade via Stripe Checkout or Stripe Billing Portal.
- Free tier: local plan patch works without Checkout in local development.
- See Billing & plan limits reference for quotas.
Notifications
- Slack webhook and channel for audit completion alerts. Owners and admins manage workspace notifications.
- Email alert list with minimum severity threshold.
- PATCH /api/workspace/notifications.
Expected result
Your role sees the right settings sections, provider state is saved, and billing tier reflects usage.
Was this article helpful?