Skip to main content

Creating a Team

A team is the unit for grouping and managing APIs and WebUIs in NocodilySuite.
You can create teams per department, project, or purpose and flexibly manage members and permissions within each team.


Steps to Create a Team

  1. Log in to the NocodilySuite console.
  2. Select "Teams" from the left menu.
  3. Click the "Create New Team" button.
  4. Fill in the following fields:
FieldDescription
Team NameA name identifiable within the organization (e.g., Dev Team, Sales System Team)
Description (optional)A note about the team's purpose or scope
  1. Click "Create".

What You Can Do After Creating a Team

Once a team is created, the following operations are available within it:

  • Invite members: Invite members by email address and assign roles
  • Create APIs: Build IAM APIs, MicroService APIs, and Storage APIs dedicated to the team
  • Create WebUIs: Build WebUIs integrated with the team's APIs
  • View dependencies: Visualize the connections between APIs and WebUIs within the team

How to Think About Teams

In NocodilySuite, it is recommended to treat each team as an independent system unit.

For example, splitting teams as shown below simplifies permission management and specification visibility:

Organization
├── Team A (Sales System)
│ ├── IAM API
│ ├── MicroService API (Customer Management)
│ └── WebUI (Sales Dashboard)
├── Team B (Inventory Management)
│ ├── IAM API
│ ├── MicroService API (Inventory Management)
│ └── WebUI (Inventory Screen)
└── Team C (Common Platform)
├── IAM API (Company-wide Auth)
└── Storage API

You can also share and integrate APIs across teams.
See Dependencies of Built APIs/WebUIs for details.