Organizations & Projects
Multi-tenancy model — accounts, organizations, projects, and role-based access.
Noukai uses a three-level hierarchy for organizing your work.
Hierarchy
Organizations
An organization represents a team or company. It:
- Has a unique slug (used in API URLs)
- Contains one or more projects
- Manages members with role-based access
Roles
| Role | Permissions |
|---|---|
| Owner | Full control — delete org, manage all members, billing |
| Admin | Manage members, create/revoke API keys, manage projects |
| Member | Read-only access to projects and flows |
Projects
A project is a workspace within an organization for a set of related flows. It:
- Has a unique slug within its org (used in API URLs)
- Contains flows (your AI pipelines)
- Scopes API keys (each key belongs to one project)
URL Structure
The organization and project slugs form part of your API URL:
Example: An org acme-corp with a project support-bot and flow classify-intent: