> ## 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.

# 프로젝트 관리

> Omni 프로젝트를 생성 및 관리하고, 워크플로우를 확인하고, 프로젝트 상태를 모니터링합니다.

## 프로젝트

프로젝트는 Omni의 최상위 컨테이너입니다. 각 프로젝트는 API 키에 연결되며 최대 **10개의 워크플로우**를 포함할 수 있습니다.

<Frame caption="프로젝트 목록 — 프로젝트 ID, 이름, 상태, 워크플로우 수, 멤버 등을 확인할 수 있습니다.">
  <img src="https://mintcdn.com/argosidentity/7l1n9Ki4cvQVRdUJ/images/omni/ko/project-list.png?fit=max&auto=format&n=7l1n9Ki4cvQVRdUJ&q=85&s=29fde7d0a11f2ac72327cdc661089001" alt="Omni 프로젝트 목록 화면" width="1914" height="961" data-path="images/omni/ko/project-list.png" />
</Frame>

### 프로젝트 제한

| 리소스         | 제한  |
| ----------- | --- |
| 사용자당 프로젝트   | 5개  |
| 프로젝트당 워크플로우 | 10개 |
| 워크플로우당 프로필  | 무제한 |

### 프로젝트 상태

프로젝트는 다음 상태로 전환됩니다:

<Steps>
  <Step title="Trial">
    새 프로젝트는 **Trial** 상태로 시작되며 전체 읽기/쓰기 접근이 가능합니다. Trial 프로젝트는 **1개월** 후 자동으로 Closed로 전환됩니다.
  </Step>

  <Step title="Service">
    모든 접근 권한이 있는 활성 프로젝트입니다. 모든 CRUD 작업과 분석 실행이 가능합니다.
  </Step>

  <Step title="Closed">
    읽기 전용 모드입니다. `GET` 요청만 허용됩니다. 새로운 프로필, 아이템, 분석을 생성할 수 없습니다.
  </Step>
</Steps>

### 대시보드에서 프로젝트 관리

대시보드에서 다음을 수행할 수 있습니다:

* 모든 프로젝트와 상태 확인
* 프로젝트 설정 및 API 키 접근
* 각 프로젝트 내 워크플로우로 이동
* 사용량 통계 모니터링

프로젝트 관리 페이지는 **프로젝트 정보**, **API 키**, **관리자 설정** 3개의 탭으로 구성됩니다.

<Tabs>
  <Tab title="프로젝트 정보">
    프로젝트 이름, 설명, ID, 상태, 생성일시를 확인하고 수정할 수 있습니다.

    <Frame caption="프로젝트 정보 탭 — 프로젝트명, 설명, ID, 상태(Trial/Service/Closed), 생성일시를 관리합니다.">
      <img src="https://mintcdn.com/argosidentity/7l1n9Ki4cvQVRdUJ/images/omni/ko/project-info.png?fit=max&auto=format&n=7l1n9Ki4cvQVRdUJ&q=85&s=058961b0fc7092e6a88d0727106b2df2" alt="프로젝트 정보 탭" width="1918" height="958" data-path="images/omni/ko/project-info.png" />
    </Frame>
  </Tab>

  <Tab title="API 키">
    프로젝트에 연결된 API 키를 확인하고 재발급할 수 있습니다.

    <Frame caption="API 키 탭 — API 키 확인, 복사, 재발급이 가능합니다. API 키는 안전하게 보관하세요.">
      <img src="https://mintcdn.com/argosidentity/7l1n9Ki4cvQVRdUJ/images/omni/ko/project-api-key.png?fit=max&auto=format&n=7l1n9Ki4cvQVRdUJ&q=85&s=30eebaff5af76324891e12a5844403f8" alt="API 키 탭" width="1918" height="958" data-path="images/omni/ko/project-api-key.png" />
    </Frame>
  </Tab>

  <Tab title="관리자 설정">
    프로젝트에 멤버를 추가하거나 제거할 수 있습니다.

    <Frame caption="관리자 설정 탭 — 이메일과 이름으로 관리자를 추가하고 관리합니다.">
      <img src="https://mintcdn.com/argosidentity/7l1n9Ki4cvQVRdUJ/images/omni/ko/project-admin-settings.png?fit=max&auto=format&n=7l1n9Ki4cvQVRdUJ&q=85&s=107c26edbbb5e8ba636d6d3318581635" alt="관리자 설정 탭" width="1918" height="958" data-path="images/omni/ko/project-admin-settings.png" />
    </Frame>
  </Tab>
</Tabs>
