> ## Documentation Index
> Fetch the complete documentation index at: https://bruno-a6972042-docs-clustered-top-nav-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

export const PremiumBadge = ({noLink}) => {
  const badge = <span style={{
    display: 'inline-flex',
    alignItems: 'center',
    gap: '0.25rem',
    padding: '0.25rem 0.5rem',
    fontSize: '0.75rem',
    fontWeight: '600',
    borderRadius: '0.5rem',
    backgroundColor: '#FCD34D',
    color: '#92400E',
    marginLeft: '0.5rem',
    lineHeight: '1.2'
  }}>
      PREMIUM
    </span>;
  if (noLink) {
    return badge;
  }
  return <a href="https://www.usebruno.com/pricing" target="_blank" rel="noopener noreferrer" style={{
    textDecoration: 'none'
  }}>
      {badge}
    </a>;
};

For our open-source users, there is no concept of license management! Simply download, install, and go!

Our commercial plans have different license management aspects. If you have any questions about what plan is best suited for you, please see our [pricing page <strong><sup>↗</sup></strong>](https://www.usebruno.com/pricing) or [contact us <strong><sup>↗</sup></strong>](mailto:sales@usebruno.com) to discuss.

## License Management <PremiumBadge noLink />

### For License Administrators

<CardGroup cols={3}>
  <Card title="License Portal" icon="browser" href="/license-administrators/license-portal">
    Manage licenses, seats, and members of your organization.
  </Card>

  <Card title="SAML SSO" icon="shield-check" href="/license-administrators/saml-sso/overview">
    Single sign-on with Okta, Entra ID, and other SAML providers.
  </Card>

  <Card title="SCIM Provisioning" icon="users-gear" href="/license-administrators/scim-provisioning/overview">
    Automatically provision and deprovision users from your identity
    provider.
  </Card>
</CardGroup>

### For Users

<CardGroup cols={3}>
  <Card title="Activate License" icon="key" href="/license-end-users/activate-license">
    Activate your Bruno license key in the app.
  </Card>
</CardGroup>
