Settings
Configure your Align organization.
Organization Settings
General
- Organization Name - Your team or company name
- Timezone - Default timezone for date displays
- Logo - Custom logo for your organization
Members
Manage who has access to your organization:
- Go to Settings → Members
- Click Invite Member
- Enter their email address
- Select their role
Roles
| Role | Permissions |
|---|---|
| Admin | Full access, manage settings, invite members |
| Member | Create/edit decisions, view all decisions |
| Viewer | Read-only access |
Integrations
Connect and manage your tools:
- Go to Settings → Integrations
- Click Connect next to the integration
- Follow the authorization flow
- Configure access (channels, projects, etc.)
See Integrations for detailed setup guides.
LLM Settings
Configure how Align uses AI for decision synthesis.
Provider Options
| Provider | Description |
|---|---|
| Align Managed | Default, no configuration needed |
| OpenAI | Use your own OpenAI API key |
| Anthropic | Use your own Anthropic API key |
| Custom | Self-hosted models (Ollama, vLLM) |
Using Your Own API Key
- Go to Settings → LLM Settings
- Select provider (OpenAI or Anthropic)
- Enter your API key
- Click Save
Your API key is encrypted at rest and never logged.
Custom/Self-Hosted Models
For self-hosted deployments, you can use local models:
- Select Custom Endpoint
- Enter your model server URL (OpenAI-compatible)
- Enter the model name
- Optionally add API key if required
See Self-Hosted LLM for detailed setup.
Token Limits
Set monthly token limits to control costs:
- Go to Settings → LLM Settings
- Set Monthly Token Limit
- Align will notify you when approaching the limit
Notification Settings
Configure how you receive notifications:
Email Notifications
- Daily Digest - Summary of new decisions
- Mentions - When you're mentioned in a decision
- Weekly Report - Weekly activity summary
Slack/Teams Notifications
- Capture Confirmations - Posted to the source channel
- Decision Updates - When decisions are edited
Data & Privacy
Data Retention
Configure how long data is retained:
- Decision Snapshots - Retained indefinitely by default
- Raw Messages - Cleared from the decision record after analysis. Some capture and import paths hold raw content for longer; see Data Retention for the exact tables and windows
- Audit Logs - Retained for the life of the tenant (no purge job currently runs against them)
Export
Export and erasure are admin API endpoints, not a self-serve UI button. GDPR Article 15
(access), Article 17 (erasure) and Article 20 (portability) are all served this way, and an
erasure request against a record under legal hold is rejected with 409 legal_hold_active.
Ask your org admin, or see Trust & Security for the endpoints.
Delete Organization
To delete your organization and all data:
- Go to Settings → Danger Zone
- Click Delete Organization
- Type your organization name to confirm
- All data is permanently deleted
This action is irreversible. All decisions, integrations, and member data will be permanently deleted.
Security
Single Sign-On (SSO)
Enterprise plans support SSO over OIDC, which covers:
- Microsoft Entra ID (Azure AD)
- Google Workspace
- Okta
- Any other OIDC identity provider
SAML 2.0 is not currently available. The service provider is implemented, but its signing library is not bundled in the shipped image. If SAML specifically is a requirement, raise it before you plan around it.
SCIM 2.0 provisioning (/Users and /Groups, including PATCH and deprovisioning) and
directory-group-to-role mapping are available.
Contact us to configure SSO for your organization.
Audit Logs
The audit trail is available to org admins through a filterable API, not a settings screen:
GET /admin/audit-logs?actor=&resourceType=&from=&to=&limit=
limit accepts 1 to 1000 and defaults to 100. It records permission denials, connector
enable/disable and credential access, decision deletion, role and activation changes, and GDPR
events. See Audit Log for the full parameter list and what is
deliberately not recorded.
API Keys
Generate API keys for programmatic access:
- Go to Settings → API Keys
- Click Create API Key
- Set a name and expiration
- Copy the key (only shown once)
Self-Hosted Settings
For self-hosted deployments, additional settings are configured via Helm values: