> ## Documentation Index
> Fetch the complete documentation index at: https://manual.seahorse.dnotitia.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> Agent 목록 — 상태·Agent URL·Access·Resources·생성일을 한눈에 보고 관리

# Agent list

# Agent 목록

**경로**: Console → **Agent Ops** → **Agent**

생성된 AI 에이전트 전체 목록을 조회하고, 상태·공유 범위·연결 리소스 수를 한눈에 확인합니다.

<img src="https://mintcdn.com/dnotitia-328335e7/pi5a4xJA1fTcDZ9m/.gitbook/assets/admin__AgentOpsList.png?fit=max&auto=format&n=pi5a4xJA1fTcDZ9m&q=85&s=dbccd2db238f1e3fa7c59638177f8cf3" alt="Agent 목록 화면" width="982" height="628" data-path=".gitbook/assets/admin__AgentOpsList.png" />

## 헤더 영역

| 요소                            | 설명                                                             |
| ----------------------------- | -------------------------------------------------------------- |
| **Agents** (타이틀)              | 페이지 제목                                                         |
| `Create and manage AI agents` | 부제                                                             |
| **Create Agent** (우측 상단)      | 신규 에이전트 생성 → [Agent 생성](/console/agent-ops/agent/agent-create) |
| **Search agents…**            | 에이전트 이름 실시간 필터                                                 |

## 목록 컬럼

| 컬럼             | 설명                                                                       | 예시                                        |
| -------------- | ------------------------------------------------------------------------ | ----------------------------------------- |
| **Name**       | 에이전트 이름 (🧠 아이콘) — 클릭 시 [상세](/console/agent-ops/agent/agent-detail) 로 이동 | `test-agent`, `seahorse-agent`            |
| **Status**     | 배포 상태 뱃지                                                                 | `Ready` (녹색) / `Deploying` / `Failed`     |
| **Agent URL**  | 배포된 에이전트 엔드포인트 — `Open` 클릭 시 새 탭에서 Agent Chat 으로 이동                      | 🔗 `Open`                                 |
| **Access**     | 공유 범위                                                                    | `🛡 All` (전체 공개) · `👥 N` (특정 사용자 N 명 공유) |
| **Resources**  | 연결된 리소스 개수 — 순서대로 **Tool · Table · System Prompt**                       | `🧰 4` · `▦ 17` · `🔑 0`                  |
| **Created At** | 생성 일시 (절대 + 상대)                                                          | `2026. 4. 21. 오후 8:19:15` · `17h ago`     |
| **Actions**    | ✏ 편집 · 🗑 삭제                                                             | —                                         |

### Status 값

| 값           | 색상 | 의미                           |
| ----------- | -- | ---------------------------- |
| `Ready`     | 녹색 | 배포 완료 — Agent URL 로 즉시 사용 가능 |
| `Deploying` | 노랑 | 배포 진행 중 — 폴링으로 자동 갱신         |
| `Failed`    | 빨강 | 배포 실패 — 로그 확인 후 재배포          |

<Info>
  `Deploying` 상태가 **5 분 이상** 지속되면 [Agent 상세 → 로그](/console/agent-ops/agent/agent-detail) 에서 원인을 확인하세요.
</Info>

### Access 아이콘 해석

| 아이콘 + 값  | 의미                          |
| -------- | --------------------------- |
| 🛡 `All` | 테넌트 전체 사용자 공개               |
| 👥 `N`   | 명시적으로 공유된 **N 명** 에게만 접근 허용 |

### Resources 3 카운트

각 행의 Resources 칸에는 **3 개의 숫자 뱃지** 가 나란히 표시됩니다.

| 순서 | 의미                             | 연결 관리                                              |
| -- | ------------------------------ | -------------------------------------------------- |
| 1  | **Tools** 개수 (MCP · Built-in)  | [Tool Management](/console/agent-ops/agent-tool)   |
| 2  | **Tables** 개수 (검색 대상 벡터 Table) | [Database → Table](/console/database/tables)       |
| 3  | **System Prompts** 개수          | [System Prompt](/console/agent-ops/system-prompts) |

## 행 동작

* **Name 클릭** → [Agent 상세](/console/agent-ops/agent/agent-detail)
* **Agent URL `Open` 클릭** → 새 탭에서 Agent Chat UI 열림 (배포된 slug 기반 URL)
* **✏ Edit** → [Agent 수정](/console/agent-ops/agent/agent-update)
* **🗑 Delete** → [Agent 삭제](/console/agent-ops/agent/agent-delete) 확인 다이얼로그

<Warning>
  **배포(Ready) 상태의 에이전트를 삭제** 하면 Agent URL 이 즉시 404 가 됩니다. 외부 서비스·Slack 봇 등에 URL 이 박혀 있다면 먼저 교체 후 삭제하세요.
</Warning>

## 관련 문서

* [Agent 생성](/console/agent-ops/agent/agent-create)
* [Agent 상세](/console/agent-ops/agent/agent-detail)
* [Agent 수정](/console/agent-ops/agent/agent-update)
* [Agent 삭제](/console/agent-ops/agent/agent-delete)
* [Agent Chat](/agent-chat) — 배포된 에이전트와 채팅
