clerk-orgs

Manage multi-tenant access and organization scoping for B2B apps using Clerk Organizations.

66|4|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/clerk/skills --skill clerk-orgs-clerk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clerk-orgs
Source: https://github.com/clerk/skills/tree/main/skills/features/clerk-orgs
Command: npx skills add https://github.com/clerk/skills --skill clerk-orgs-clerk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clerk Organizations provide a structured way to build multi-tenant apps with per-org scopes, role-based access, verified domains, and enterprise SSO, so teams can work in isolated environments without data leakage.

Core Features & Use Cases

  • Multi-tenant org switching and org-scoped routing to keep user data isolated per organization.
  • Role-based access control (RBAC) with per-org permissions and invitations.
  • Domain verification and Enterprise SSO integration to enforce secure sign-in flows.
  • Built-in organizational management components like organization switcher and invitation workflows.

Quick Start

Enable Organizations in the Clerk Dashboard and wire OrganizationSwitcher to scope UI and data to the active organization.

Frequently Asked Questions about clerk-orgs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement multi-tenant org switching in a B2B app?

Multi-tenant org switching is implemented by enabling Organizations in the Clerk Dashboard and wiring the OrganizationSwitcher component to scope UI and route data to the active organization, keeping user data isolated per organization without leakage.

Can I enforce role-based access control with per-org permissions?

Yes, role-based access control (RBAC) with per-org permissions is supported natively. You can enforce org-level roles and manage user invitations to restrict access to specific organization environments within your B2B application.

Does Clerk support domain verification and enterprise SSO for organizations?

Domain verification and enterprise SSO integration are fully supported to enforce secure sign-in flows. These features allow you to verify organizational domains and configure per-org SSO directly via the Clerk SDK and dashboard settings.

What is the best way to isolate user data across multiple organizations?

To isolate user data across multiple organizations, use Clerk Organizations for multi-tenant org-scoped routing. This structured approach ensures teams work in isolated environments, preventing data leakage between different organizations.

Do I need to configure the Clerk Dashboard to use organization features?

Yes, you must enable Organizations in the Clerk Dashboard before wiring components. This setup activates the built-in organizational management components, domain verification, and enterprise SSO configurations required for your application.