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

# Create and manage organizations

> Add a client, keep track of their status, and work inside their workspace

By the end of this page you'll have created an organization, invited its first admin, and know
what every action on the list does.

## Creating one

**Organizations → Create organization.** A two-step wizard.

<Steps>
  <Step title="Name it and pick a plan" icon="tag">
    * **Display name** — what you and your client see. Up to 150 characters.
    * **Slug** — the short identifier, suggested from the name. Lowercase letters, numbers and
      hyphens.
    * **Billing plan** — optional, but without one there's no monthly allowance. The dropdown
      shows each plan's included credits and price.
    * **Auto-refill monthly** — on by default. Resets their allowance every cycle.

    <Warning>
      **The slug can't be changed later.** The display name can. Choose the slug with that in
      mind.
    </Warning>
  </Step>

  <Step title="Invite the first admin" icon="envelope">
    An email address — type it, or pick from a dropdown of people already in your account.
    They're invited as an **Admin** of the new organization and get a branded invitation.

    <Note>
      **This step is optional.** You can create the organization with nobody in it and invite
      people later from **Manage users**.

      You're added automatically either way, so you can switch into it right away without
      inviting yourself.
    </Note>
  </Step>
</Steps>

<Frame caption="Step 1 — name, slug, plan and the auto-refill switch">
  <img src="https://mintcdn.com/dialtu-0be120d3/ZHEqeq7tpz-ffgzp/images/en/organizations/create-wizard.png?fit=max&auto=format&n=ZHEqeq7tpz-ffgzp&q=85&s=81f36e6995b91406601bcc17366bc772" alt="Create organization wizard step 1 with display name, slug, billing plan dropdown and the monthly auto-refill checkbox" width="510" height="587" data-path="images/en/organizations/create-wizard.png" />
</Frame>

<Frame caption="Step 2 — the first admin, and you're done">
  <img src="https://mintcdn.com/dialtu-0be120d3/ZHEqeq7tpz-ffgzp/images/en/organizations/create-wizard-2.png?fit=max&auto=format&n=ZHEqeq7tpz-ffgzp&q=85&s=f89230fbb59e4145b76544f07b1afbbc" alt="Create organization wizard step 2 asking for the first admin email" width="512" height="287" data-path="images/en/organizations/create-wizard-2.png" />
</Frame>

<Note>
  **The wizard still says "subtenant"** — in its title, its button, and the confirmation
  message. It's the old internal name for an organization. The plan field is labelled
  *Billing plan ID* but is an ordinary dropdown of your plans.
</Note>

<Warning>
  **Your plan caps how many organizations you can have.** Hit the limit and creation is refused
  with a prompt to upgrade. Your own workspace doesn't count toward it.
</Warning>

## Reading the list

The stat strip across the top gives you totals, active count, failures, and **credits in
pool**. The table lists each organization with its plan, credits, auto-refill setting and
status.

| Status                   | What it means                                           |
| ------------------------ | ------------------------------------------------------- |
| **Active**               | Working normally                                        |
| **Admin invite pending** | Setup didn't finish — **nobody can sign in**. See below |
| **Suspended**            | Excluded from the monthly allowance reset               |
| **Provisioning failed**  | Creation didn't complete                                |
| **Deleted**              | Hidden from the list. Data is kept                      |

<Warning>
  **Admin invite pending is not cosmetic.** The organization exists but its members are locked
  out until you fix it. Use **Retry admin invite** from the row's menu.
</Warning>

## What you can do to a row

<Frame caption="The stat strip, the table, and every action available on a row">
  <img src="https://mintcdn.com/dialtu-0be120d3/ZHEqeq7tpz-ffgzp/images/en/organizations/row-actions.png?fit=max&auto=format&n=ZHEqeq7tpz-ffgzp&q=85&s=f9432ad12c5ee9c7848a5b4c442aac3f" alt="Organizations table with a row menu open showing open workspace, edit, manage users, refill, grant, reduce allowance and soft-delete" width="1948" height="674" data-path="images/en/organizations/row-actions.png" />
</Frame>

<Columns cols={2}>
  <Card title="Open workspace in new tab" icon="arrow-up-right-from-square">
    Go and work inside the organization.
  </Card>

  <Card title="Manage users" icon="users">
    Invite people, change roles, remove access.
  </Card>

  <Card title="Grant / Reduce allowance" icon="coins">
    Adjust their credit ceiling. See [Credits](/en/organizations/credits).
  </Card>

  <Card title="Edit organization" icon="pen">
    Display name, plan, concurrency limit and auto-refill.
  </Card>
</Columns>

Two more appear only when they're relevant: **Refill allowance**, which needs the organization
to have a billing plan, and **Retry admin invite**, which only shows on a stuck row.

<Note>
  The **slug** is not editable here, and there's **no way to suspend an organization** from the
  interface — the status column is read-only.
</Note>

### Concurrency limits

You can cap how many simultaneous calls one organization may run. Two things to understand:

<Warning>
  **All your organizations share one pool of concurrent calls**, set by your own Dialtu plan —
  plus your own workspace. A per-organization limit is a **sub-limit inside** that pool, not
  extra capacity.

  Four organizations at 10 each does not give you 40 lines. You're free to oversubscribe on
  purpose, betting they won't all peak at once.
</Warning>

<Note>
  An organization needs a plan before you can set a concurrency limit, and the limit can never
  exceed your own plan's ceiling. The same applies to the other per-organization overrides —
  they can only ever be **lower** than what your plan allows.
</Note>

## Deleting

<Warning>
  **Delete is a soft delete.** The organization disappears from the list and its subscription
  is cancelled, but **the data is kept** and existing members keep their access records.

  Treat it as archiving, not erasing. If a client needs their data genuinely destroyed, contact
  Dialtu.
</Warning>

<Note>
  **Phone numbers are not released.** A number assigned to a deleted organization stays
  assigned. Move it back to your pool first — see [Phone numbers](/en/organizations/phones).
</Note>

## Next step

<Card title="Billing plans" icon="tags" href="/en/organizations/billing-plans">
  Decide what each organization gets, and what it costs them.
</Card>
