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

# Project Management

> Create and manage Omni projects, view workflows, and monitor project status.

## Projects

A project is the top-level container in Omni. Each project is tied to an API key and can contain up to **10 workflows**.

<Frame caption="Project list — project ID, name, status, workflow count, and members. Use + Create Project to add a project (Omni Admin).">
  <img src="https://mintcdn.com/argosidentity/cr3FeY9T9OUFuAKv/images/omni/en/project-list.png?fit=max&auto=format&n=cr3FeY9T9OUFuAKv&q=85&s=708cb3ec3c320369ccb870ccb73e13bc" alt="Omni Admin project list" width="1024" height="514" data-path="images/omni/en/project-list.png" />
</Frame>

<Frame caption="Create Project — enter a project name and optional description, then create.">
  <img src="https://mintcdn.com/argosidentity/cr3FeY9T9OUFuAKv/images/omni/en/project-create-modal.png?fit=max&auto=format&n=cr3FeY9T9OUFuAKv&q=85&s=7283e723f465ec0bed7cb8becc9b768e" alt="Create Project dialog" width="1024" height="514" data-path="images/omni/en/project-create-modal.png" />
</Frame>

### Project Limits

| Resource              | Limit     |
| --------------------- | --------- |
| Projects per user     | 5         |
| Workflows per project | 10        |
| Profiles per workflow | Unlimited |

### Project Status

Projects transition through the following statuses:

<Steps>
  <Step title="Trial">
    New projects start in **Trial** status with full read/write access. Trial projects auto-convert to Closed after **1 month**.
  </Step>

  <Step title="Service">
    Active projects with full access. All CRUD operations and analysis execution are available.
  </Step>

  <Step title="Closed">
    Read-only mode. Only `GET` requests are allowed. No new profiles, items, or analyses can be created.
  </Step>
</Steps>

### Managing Projects in the Dashboard

From the dashboard, you can:

* View all projects and their statuses
* Access project settings and API keys
* Navigate to workflows within each project
* Monitor usage statistics

Inside a project, **Project Management** has three tabs: **Project Info**, **API Key**, and **Admin Settings**.

<Tabs>
  <Tab title="Project Info">
    View and edit project name, description, ID, status, and creation time.

    <Frame caption="Project Info — name, description, project ID, status (Trial/Service/Closed), and created date.">
      <img src="https://mintcdn.com/argosidentity/cr3FeY9T9OUFuAKv/images/omni/en/project-info.png?fit=max&auto=format&n=cr3FeY9T9OUFuAKv&q=85&s=da233a63813187984cf4fa907ef9316e" alt="Project Info tab" width="1024" height="511" data-path="images/omni/en/project-info.png" />
    </Frame>
  </Tab>

  <Tab title="API Key">
    View and regenerate the API key linked to the project.

    <Frame caption="API Key — view, copy, or regenerate the key. Store it securely.">
      <img src="https://mintcdn.com/argosidentity/cr3FeY9T9OUFuAKv/images/omni/en/project-api-key.png?fit=max&auto=format&n=cr3FeY9T9OUFuAKv&q=85&s=75e540ed614284ee8dddb4d5be16c686" alt="API Key tab" width="1024" height="511" data-path="images/omni/en/project-api-key.png" />
    </Frame>
  </Tab>

  <Tab title="Admin Settings">
    Add or remove project administrators.

    <Frame caption="Admin Settings — add admins by email and name, and manage the admin list.">
      <img src="https://mintcdn.com/argosidentity/cr3FeY9T9OUFuAKv/images/omni/en/project-admin-settings.png?fit=max&auto=format&n=cr3FeY9T9OUFuAKv&q=85&s=6db98aeab2d5d0080845515424cc28d6" alt="Admin Settings tab" width="1024" height="511" data-path="images/omni/en/project-admin-settings.png" />
    </Frame>
  </Tab>
</Tabs>
