> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zelto.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Settings

> Members and invites, organization profile, API keys, and usage & billing.

Everything that governs your workspace lives under **Settings**, split
into tabs. This page walks each one. Most tabs are owner/admin-only to
edit; members see a read-only view.

## Members & invites

The **Members** tab lists everyone in the org with their name, email,
role, and the date they joined.

Roles, in increasing privilege:

| Role     | Can do                                                      |
| -------- | ----------------------------------------------------------- |
| `member` | Read the workspace.                                         |
| `admin`  | Everything a member can, plus invite and remove members.    |
| `owner`  | Everything an admin can. The owner row can't remove itself. |

Owners and admins get an **Invite member** form and a remove control on
each row. An invited person shows up under **Invitations** with one of
three statuses:

| Status     | Meaning                                                   |
| ---------- | --------------------------------------------------------- |
| `pending`  | Sent, not yet accepted.                                   |
| `accepted` | The invitee joined — they now appear in the member list.  |
| `expired`  | The invite lapsed before it was accepted. Send a new one. |

<Tip>
  To skip one-off invites entirely, turn on **domain join** in the
  [Organization](#organization) tab — anyone signing in with an email on
  your verified domain joins automatically.
</Tip>

## Organization

The **Organization** tab holds your workspace profile. Owners and admins
can edit:

* **Name** and **logo** — how the org is shown across the product.
* **Domain** plus **allow domain join** — when enabled, new sign-ups on
  that email domain join this org without an invite.
* **Timezone** — an [IANA](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
  zone (e.g. `America/New_York`).
* **Default locale** — the language new members start in.

The **slug** (the `/org/<slug>` in your URLs) is read-only. Non-admin
members see this tab as a read-only summary.

<Note>
  The timezone here also sets the day boundary for daily [reports](/docs/reports)
  and day-over-day call counts, so set it to where your team actually works.
</Note>

## API keys

API keys are minted under **Settings → Integrations → API Call Upload**,
not on a dedicated tab. A key is scoped to one organization, and the
**same key authenticates the [REST API](/api-reference/agents/list-agents) and the
[MCP server](/docs/mcp)** — there's no separate credential per surface.

The key list shows each key's name, prefix, and last-used time. The full
secret is shown **once** at creation — Zelto only stores a hash — so copy it
then.

For step-by-step minting and the canonical call upload shape, see
[Custom & other providers](/docs/integrations/api-call-upload). For pointing an
AI client at your workspace, see [MCP](/docs/mcp).

## Usage & billing

The **Usage** tab meters two kinds:

| Kind                 | Counts                              |
| -------------------- | ----------------------------------- |
| `calls_analyzed`     | Conversations run through analysis. |
| `transcript_minutes` | Minutes of audio Zelto transcribed. |

Each kind shows your monthly **quota**, any prepaid **grant balance**, and
**overage** once you exceed both. A toggle switches between the **current**
period and the **previous** one; grant balance and the free-remaining bar
are live-state, so they only show on the current period.

Below the quotas you get a **daily usage chart** for the selected period
and a **usage-by-source** breakdown so you can see which
[integration](/docs/integrations) drove the volume.

If a quota runs out with no payment method on file, an **Add payment
method** prompt opens the Stripe billing portal so you can keep analyzing
calls.

## Related

* [Reports](/docs/reports) — the org timezone sets the day boundary for daily counts.
* [MCP](/docs/mcp) — point an AI client at your workspace with an org API key.
* [API Call Upload](/docs/integrations/api-call-upload) — mint keys and push calls into Zelto.
* [Quickstart](/docs/quickstart) — get your first transcript in minutes.
