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

# Organizations

> Turn your Nevermined account into a team workspace: invite members, manage tiered billing, track customers, view analytics, and embed checkout widgets.

An **Organization** turns your personal Nevermined account into a first-class, multi-tenant workspace. Instead of one builder shipping agents alone, you get a shared space with its own members, agents, plans, billing, customers, and analytics — everything a team needs to run a payments business on Nevermined.

You keep building agents and plans exactly as before. Organizations add the team and business layer on top: who can publish, how you're billed, who's buying from you, and how you embed Nevermined flows into your own product.

## See it in action

Watch a walkthrough of the Organizations dashboard — workspaces, members, billing, customers, analytics, and embeddable widgets:

<Frame caption="A tour of the Nevermined Organizations dashboard.">
  <iframe width="100%" height="400" src="https://www.youtube.com/embed/NKmNcaothLo" title="Nevermined Organizations — product demo" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />
</Frame>

## What you get

<CardGroup cols={2}>
  <Card title="A shared team workspace" icon="users">
    Invite teammates as Admins or Members. Agents, plans, and API keys are owned by the organization, not a single person.
  </Card>

  <Card title="Tiered billing" icon="credit-card">
    Subscribe to a Premium or Enterprise tier per environment. Higher tiers raise your caps and unlock features.
  </Card>

  <Card title="Know your customers" icon="address-book">
    A customer list that auto-populates as people buy from your agents, with spend, purchase history, and CSV export.
  </Card>

  <Card title="Revenue analytics" icon="chart-line">
    Revenue, MRR, usage, conversion, and top customers — dashboards built from your real on-platform activity.
  </Card>

  <Card title="Event streams" icon="bolt">
    An activity feed, a realtime WebSocket stream, and outbound webhooks to wire org events into your own systems.
  </Card>

  <Card title="Embeddable widgets" icon="puzzle-piece">
    Drop Nevermined checkout, card enrollment, and delegation flows into your own site as signed iframes.
  </Card>
</CardGroup>

## Tiers at a glance

Every Nevermined account starts as a **Personal** account. When you're ready for a team and the business tooling, you upgrade that workspace to a paid organization tier — **Premium** or **Enterprise** — from the [Billing page](https://nevermined.app/organization). Each tier raises your caps and unlocks more of the platform.

| Capability                   | Personal | Premium   | Enterprise |
| ---------------------------- | -------- | --------- | ---------- |
| Agents                       | Up to 20 | Up to 100 | Unlimited  |
| Plans                        | Up to 10 | Up to 50  | Unlimited  |
| Team members                 | —        | Up to 5   | Unlimited  |
| Member invitations           | —        | ✓         | ✓          |
| Analytics dashboards         | —        | ✓         | ✓          |
| Activity feed                | —        | ✓         | ✓          |
| Webhooks                     | —        | ✓         | ✓          |
| Embeddable widgets           | —        | ✓         | ✓          |
| AI instructions + `llms.txt` | —        | ✓         | ✓          |
| Customer management (CRM)    | —        | —         | ✓          |
| Realtime activity stream     | —        | —         | ✓          |

*Webhooks are available on Premium and Enterprise through the API today; the in-dashboard **Webhooks** tab is rolling out — see [Activity & Events](/docs/solutions/organizations/activity-and-events#webhooks).*

<Note>
  Subscriptions are scoped to a single environment. Your **sandbox** and **live** workspaces are billed and upgraded independently, so you can trial a tier on sandbox before paying for it on live.
</Note>

## Where to find it

Organizations live in the [Nevermined App](https://nevermined.app). Use the **workspace switcher** in the bottom-left of the sidebar to move between your Personal account and any organization you belong to. When an organization is selected, the sidebar exposes the organization dashboard at [`nevermined.app/organization`](https://nevermined.app/organization), with one tab per feature: Details, Plans, Agents, Members, Integration, Customers, Analytics, Events, Widgets, Realtime, and Billing.

## Explore the features

<CardGroup cols={2}>
  <Card title="Workspaces & Members" icon="users" href="/docs/solutions/organizations/workspaces-and-members">
    Create an organization, switch workspaces, and invite teammates as Admins or Members.
  </Card>

  <Card title="Plans & Billing" icon="credit-card" href="/docs/solutions/organizations/plans-and-billing">
    Compare Premium and Enterprise, upgrade or downgrade, and understand caps and entitlements.
  </Card>

  <Card title="Customers" icon="address-book" href="/docs/solutions/organizations/customers">
    The Enterprise CRM: who's buying from your agents, what they spend, and their purchase history.
  </Card>

  <Card title="Analytics" icon="chart-line" href="/docs/solutions/organizations/analytics">
    Revenue, MRR, usage, conversion, and per-member attribution dashboards.
  </Card>

  <Card title="Activity & Events" icon="bolt" href="/docs/solutions/organizations/activity-and-events">
    The activity feed, the realtime WebSocket stream, and outbound webhooks.
  </Card>

  <Card title="Embed Widgets" icon="puzzle-piece" href="/docs/integrations/organization-widgets">
    Render Nevermined checkout, card, and delegation flows on your own domain.
  </Card>

  <Card title="Platform Partners" icon="money-bill-transfer" href="/docs/integrations/organizations">
    Run a marketplace: branded checkout and commissions on every builder's sale.
  </Card>

  <Card title="SDK & Workspaces" icon="code" href="/docs/integrate/patterns/organizations">
    List memberships, target a workspace when publishing, and read the activity feed from code.
  </Card>
</CardGroup>
