> ## 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.

# Platform Partners

> Turn your AI marketplace into a revenue-sharing network. Let your builders monetize their agents while you earn a commission on every sale.

You run an AI platform. Your builders create agents. Nevermined lets you monetize both sides — builders earn from their agents, and you take a cut on every transaction. No custom billing infrastructure required.

<Info>
  Platform Partners is one of the [Organizations](/docs/solutions/organizations/overview) features. For the full picture — team workspaces, tiers, customers, analytics, and events — start with the [Organizations overview](/docs/solutions/organizations/overview).
</Info>

## Who is this for?

Platform Partners is designed for **AI marketplaces and developer platforms** that host communities of agent builders. If you're running a platform where developers build and publish AI agents, tools, or services, this is how you turn that ecosystem into a revenue engine.

<CardGroup cols={2}>
  <Card title="Revenue Sharing" icon="money-bill-transfer">
    Set your commission rate. When any builder on your platform sells a plan, you automatically receive your cut.
  </Card>

  <Card title="Branded Checkout" icon="palette">
    Your logo, your colors, your messaging on the checkout page where clients purchase plans from your builders.
  </Card>
</CardGroup>

## How It Works

<Steps>
  <Step title="Upgrade to a Platform Partner account">
    Go to [Settings > Organization](https://nevermined.app/organization) in the Nevermined App and subscribe to the Platform Partner plan.
  </Step>

  <Step title="Configure your marketplace">
    Set your organization name, commission rates (for both crypto and fiat payments), and customize the checkout appearance.
  </Step>

  <Step title="Onboard your builders">
    Add builders to your organization. They register agents and create plans as usual — your branding and commission apply automatically.
  </Step>

  <Step title="Earn on every sale">
    When a client purchases a plan from one of your builders, fees are deducted and your commission is disbursed automatically.
  </Step>
</Steps>

## Revenue Flow

When a client purchases a plan from a builder on your platform:

```
Client pays for plan
  |
  |-> Plan value
        |-> Stripe fees (deducted)
        |-> Nevermined fees (deducted)
        |-> Your platform commission (sent to you)
        |-> Builder payout (remainder)
```

You set the commission rate. Nevermined handles the split and disbursement.

## What You Get

| Feature                  | Description                                                                    |
| ------------------------ | ------------------------------------------------------------------------------ |
| **Commission control**   | Set your own percentage for crypto and fiat transactions                       |
| **Branded checkout**     | Custom logo, colors, and messaging on all purchase flows                       |
| **Builder management**   | Manage who can sell through your platform                                      |
| **Automatic settlement** | No manual invoicing — commissions are calculated and disbursed per transaction |

## Getting Started

<Note>
  Builder onboarding is currently handled with our team. Contact [contact@nevermined.ai](mailto:contact@nevermined.ai) to set up your organization and add your first builders.
</Note>

<CardGroup cols={2}>
  <Card title="Nevermined App" icon="browser" href="/docs/products/nevermined-app/overview">
    Manage your platform from the dashboard
  </Card>

  <Card title="Payment Patterns" icon="money-bill" href="/docs/integrate/patterns/fiat-payments">
    Understand how fiat payments and payouts work
  </Card>
</CardGroup>

## Widgets

Embed Nevermined checkout, card enrollment, and delegation flows directly into your site as iframes — without redirecting your customers to nevermined.app. Generate a widget key from your organization settings and use the official SDKs to render the flows on any page you control.

<CardGroup cols={1}>
  <Card title="Embed Nevermined Widgets" icon="puzzle-piece" href="/docs/integrations/organization-widgets">
    Step-by-step guide: generate a widget key, mint widget sessions server-side, and mount checkout / card / delegation widgets on your site.
  </Card>
</CardGroup>

## Programmatic access from the SDKs

List the organizations you belong to, target a specific workspace when publishing agents and plans, and read the org activity feed directly from TypeScript or Python.

<CardGroup cols={1}>
  <Card title="Organizations & Workspaces (SDK guide)" icon="building" href="/docs/integrate/patterns/organizations">
    Pin a workspace per session or per call, list `getMyMemberships()`, and page through the activity feed.
  </Card>
</CardGroup>
