convex-org

Integrate multi-tenant organization management with Better Auth and Convex.

434|33|Updated Jul 27, 2025
One-click install
npx skills add https://github.com/udecode/better-convex --skill convex-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex-org
Source: https://github.com/udecode/better-convex/tree/main/.claude/skills/convex-org
Command: npx skills add https://github.com/udecode/better-convex --skill convex-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implement multi-tenant organization capabilities by enabling organization management, member roles, invitations, and cross-org access controls within apps using Better Auth and Convex.

Core Features & Use Cases

  • Organization model and tenancy boundaries to isolate data per org.
  • Role-based access control with configurable member roles and permissions.
  • Invitations and onboarding workflows to add members across organizations.
  • Centralized policy enforcement and cross-org access controls integrated with Better Auth and Convex.

Quick Start

Set up a new multi-tenant organization with role-based access using Better Auth and Convex.

Frequently Asked Questions about convex-org

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

FAQPage Schema
How do I set up multi-tenant organizations with role-based access control in Convex?

Multi-tenant organizations with role-based access control in Convex are set up by defining an organization schema, configuring member roles, and applying access policy hooks to isolate data per organization. This provides tenancy boundaries and centralized policy enforcement across teams.

What is the best way to manage user invitations and onboarding for multi-tenant apps using Better Auth and Convex?

User invitations and onboarding for multi-tenant apps using Better Auth and Convex are managed through built-in invitation workflows. You can send invitations to add members across organizations and enforce access policies during the onboarding process.

Does Better Auth support cross-org access controls and multi-tenant data isolation?

Better Auth supports cross-org access controls and multi-tenant data isolation when integrated with Convex. This combination enforces organization-scoped data boundaries and centralizes access policy management across multiple organizations.

Can I configure custom member roles and permissions for organization-scoped data in Convex?

You can configure custom member roles and permissions for organization-scoped data in Convex. The system provides role definitions and access policy hooks to implement granular role-based access control tailored to your application's requirements.

When do I need multi-tenant organization management with access control?

Multi-tenant organization management with access control is needed when your application requires organization-scoped data, multi-tenant isolation, user invitations, and role-based access control across teams. It ensures data boundaries and controlled member access per organization.