- Workflows
- Runs
- Knowledge Bases
Organizational Structure in Noxus
In the Noxus platform, any resource within an organization is associated with an workspace. Any action executed through the API will run in the context of a specific workspace.- Workspaces: An organization is divided into multiple workspaces, each functioning as an independent area to manage flows, runs, and other resources. Workspaces help segregate projects, teams, or environments (e.g., development, staging, production).
- Members and Roles: Members are assigned to workspaces, where they have specific roles that define their permissions and access levels. This role-based system ensures secure and streamlined collaboration.
- Personal Workspaces: Every member has a personal workspace, providing a private space for individual tasks and experimentation. Members can also join and collaborate in other workspaces within the organization.
Authentication
Authentication in the Noxus platform is performed using an API key. To generate an API key, navigate to Settings > Organization > Workspaces > API Keys in the dashboard. An API key is always associated with one workspace, with full permissions.Be careful when sharing access to an API key, as it will grant access to all
the resources in the workspace with full permissions.