> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tokenfactory.nebius.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Organizations and Projects

> Learn how to work with Organizations and Projects in Nebius Token Factory

### **Hierarchy Overview**

The **Nebius Token Factory resource model** follows a simple hierarchical structure:

**Organization → Projects → Resources**

* At the top level, the **Organization** defines your overall workspace and user management.
* Each **Project** within an organization acts as an isolated environment for related resources and teams.
* **Resources**—such as models, endpoints, files, and datasets—exist inside a project and inherit its access settings.

```mermaid theme={null}
%%{init: {"flowchart": {"nodeSpacing": 25, "rankSpacing": 40}}}%%
flowchart LR
  classDef rounded stroke:#4C37DC,fill:#1E1E1E,color:#fff,rx:15,ry:15;

  Org["Organization"]
  Org --> A["Project A"]
  Org --> B["Project B"]

  A --> A1["API Keys"]
  A --> A2["Fine-tuning Jobs"]
  A --> A3["Dedicated Endpoints"]
  A --> A4["Files & Datasets"]

  B --> B1["API Keys"]
  B --> B2["Fine-tuning Jobs"]
  B --> B3["Datasets"]

  class Org,A,B,A1,A2,A3,A4,B1,B2,B3 rounded;
```

***

### **Organization**

An **organization** represents your primary workspace in Nebius Token Factory. It serves as a container for all your projects, access settings, and user accounts.

An organization includes:

* **Projects** that contain your compute, storage, and AI resources
* **Organization Groups** that define identity and access configurations
* **User accounts** with assigned groups and permissions

When you sign up for Nebius Token Factory, a personal organization is created automatically.\
You can also:

* Be invited to other organizations and collaborate on their projects
* Create additional organizations for separate teams or business units

To grant a user access to organizational resources, add them to the relevant **Organization Group**.

***

### **Projects**

A **project** is a logical container for your Nebius Token Factory resources. Projects help you organize assets and manage permissions within an organization.

Within a project, you can create and manage:

* **API keys**
* **Fine-tuning jobs**
* **Dedicated endpoints**
* **Files and datasets**

Each project includes **Project Groups** that control access to project resources.\
Projects can be **multi-region**, allowing you to group resources by product, team, use case, or any other organizational criteria.

When you first sign up for Nebius Token Factory, a **default project** is created automatically for your resources.
