CodeWallDocs
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:

  1. Go to Settings > API Keys
  2. Click Generate Key
  3. Copy the key — it won't be shown again
  4. Use the key in the Authorization header: Bearer <your-key>

API keys inherit the permissions of the user who created them.