Settings
Organization
Manage your organization profile and preferences.
Organization settings control the overall configuration for your CodeWall account.
Organization profile
- Name — your organization's display name
- Logo — displayed in reports and the dashboard
Authentication
Configure how team members sign in:
- Email + password — standard authentication
- SSO (SAML/OIDC) — connect your identity provider for single sign-on
- MFA — require multi-factor authentication for all team members
See Team Members for managing user access.
API keys
Generate API keys for programmatic access to CodeWall:
- Go to Settings > API Keys
- Click Generate Key
- Copy the key — it won't be shown again
- Use the key in the
Authorizationheader:Bearer <your-key>
API keys inherit the permissions of the user who created them.

