# Org Settings (/docs/organizations/settings)



**Org → Settings** holds the organization-level configuration.

## Editable fields [#editable-fields]

These fields can be updated via `PATCH /api/organizations/{orgId}` (the
same call the settings UI uses):

| Field                | Notes                                           |
| -------------------- | ----------------------------------------------- |
| Name                 | Shown in the switcher and on invoices.          |
| Description          | Free-form internal description.                 |
| Logo URL             | Displayed in the app shell.                     |
| Billing email        | Where Stripe invoices are sent.                 |
| Status / `is_active` | Set by the system during lifecycle transitions. |

## Billing environment [#billing-environment]

Each organization has a `billing_env` flag (`live` or `sandbox`) that
controls which Stripe account is used for billing. This is an
administrative setting — contact support if you need it changed.

## Not currently configurable [#not-currently-configurable]

Features referenced elsewhere in Layers that do not yet have a self-serve
settings surface include:

* Custom slug / subdomain.
* White-label branding (custom login, custom domain).
* Timezone defaults (scheduling uses per-project or per-user settings).
* Custom fields / tag library.
* Transfer ownership / archive org.

If you need any of these, contact Layers.
