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

# Organizations

> Give your company a shared identity, centralized member management, and the ability to manage customer workspaces on their behalf

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/akua-1dce587a/NTgnQstkErDoAPAb/images/heros/organizations-light.svg?fit=max&auto=format&n=NTgnQstkErDoAPAb&q=85&s=77201203615245e141f45b9f0b264299" alt="An organization card holds shared identity and owner, admin, and member roles; the team's own workspaces belong to the organization, while customer-owned workspaces are managed through a revocable scoped-admin grant and keep their own billing" width="1536" height="864" data-path="images/heros/organizations-light.svg" />

  <img className="hidden dark:block" src="https://mintcdn.com/akua-1dce587a/NTgnQstkErDoAPAb/images/heros/organizations-dark.svg?fit=max&auto=format&n=NTgnQstkErDoAPAb&q=85&s=77de3cbe06e6b0e2e4dd7932ff97b125" alt="An organization card holds shared identity and owner, admin, and member roles; the team's own workspaces belong to the organization, while customer-owned workspaces are managed through a revocable scoped-admin grant and keep their own billing" width="1536" height="864" data-path="images/heros/organizations-dark.svg" />
</Frame>

An organization represents your company in Akua. It gives your team a shared identity, centralized member management, and the ability to manage customer workspaces on their behalf.

Every workspace belongs to an organization. During onboarding, Akua creates the first organization automatically so individual users and small teams can start in a workspace without thinking about company setup. As the team grows, the same organization becomes the place to manage members, customer workspace access, and shared identity.

## What organizations enable

### Sell and manage software for your customers

If you build software that your customers install through Akua, organizations let you manage those customer installations. Your team gets admin access to customer workspaces, so you can ship updates, monitor health, and troubleshoot issues, all while the customer retains ownership and billing control.

### Centralized team access

Add a team member to your organization once, and they automatically get access to every workspace your organization manages. When someone leaves, removing them from the organization revokes access everywhere. No need to update each workspace individually.

### Customer-first ownership model

Your customers always own their workspaces. They control billing, can add their own team members, and can revoke your access at any time. Your organization gets scoped admin access to their specific workspace, not their entire account.

## How it works

<Steps>
  <Step title="Create your organization">
    Set up an organization for your company with a name and optional slug.
  </Step>

  <Step title="Invite your team">
    Add team members with roles: owner, admin, or member. Everyone in the organization shares the same access to managed workspaces.
  </Step>

  <Step title="Manage customer workspaces">
    When a customer grants your organization access to their workspace (through an Offer or workspace settings), all your team members automatically get admin access.
  </Step>
</Steps>

## Managed workspaces

When a workspace is linked to your organization:

* All organization members get **admin** access to the workspace.
* The workspace owner retains full control, including billing and deletion.
* The workspace owner can revoke your access at any time.

<Info>
  Managed workspaces appear separately in the sidebar under "Shared With Me", keeping your own workspaces distinct from customer workspaces you manage.
</Info>

## Organization roles

| Role       | What they can do                                                  |
| ---------- | ----------------------------------------------------------------- |
| **Owner**  | Full control — delete organization, manage roles, update settings |
| **Admin**  | Manage members, update organization settings                      |
| **Member** | Access all managed customer workspaces with admin permissions     |

## API

Manage organizations programmatically.

<CardGroup cols={2}>
  <Card title="API reference" icon="book" href="/api-reference/organizations/list-organizations">
    Endpoints, parameters, response shapes, try-it playground.
  </Card>

  <Card title="Authentication" icon="key" href="/apis/authentication">
    Mint API tokens for programmatic access.
  </Card>
</CardGroup>

## Related topics

<CardGroup cols={2}>
  <Card title="Workspaces" icon="briefcase" href="/workspaces">
    Workspace roles and member management.
  </Card>

  <Card title="Authentication" icon="key" href="/apis/authentication">
    Set up API tokens for programmatic access.
  </Card>

  <Card title="Plans and pricing" icon="credit-card" href="/pricing">
    Compare plans and understand workspace limits.
  </Card>

  <Card title="Security" icon="shield-check" href="/platform/security">
    How Akua isolates workloads and protects data.
  </Card>
</CardGroup>
