전역 기능 계약
이 실행 가능한 인벤토리는 frontend/src/App.tsx에 명시된 모든 페이지 경로, 마운트된 각 backend/src/routes/*.ts Express 라우터의 모든 리터럴 메서드/경로 선언 및 backend/src/websocketServer.ts의 모든 리터럴 WebSocket 업그레이드 경로 이름을 포함합니다. 각 엔드포인트에는 기능 소유자가 정확히 하나 있고 모든 WebSocket 엔드포인트에는 인증 근거가 있습니다. 또한 각 기능은 스키마, 매니페스트 및 기본값의 적용 여부를 소스 근거나 구체적인 해당 없음 사유와 함께 선언하고, 일반 패키지 또는 브라우저 CI에 등록된 문서와 이름 있는 동작 테스트를 제시합니다.
실행 가능한 제공자 세부 사항은 계속 scripts/capability-contracts.json과 scripts/test-capability-contracts.mjs에서 관리합니다. 이 전역 인벤토리는 매니페스트 및 기본값 규칙을 중복하지 않고 해당 계약으로 연결합니다.
| 기능 | UI 경로 | HTTP 엔드포인트 | WebSocket 엔드포인트 | 스키마 | 매니페스트 | 기본값 | 문서 | 이름 있는 동작 테스트 |
|---|---|---|---|---|---|---|---|---|
| 홈 | / | 0 | 0 | N/A — 홈 페이지는 탐색 및 작성 화면이며 독립적인 요청 또는 응답 페이로드가 없습니다. | N/A — 홈 페이지는 애플리케이션에 내장되어 있으며 매니페스트를 통해 설치하거나 검색하지 않습니다. | frontend/src/utils/welcomePrompts.ts | docs/00-README.md | new chats rotate through distinct creator promptsfrontend/e2e/welcome-prompts.spec.ts (test:e2e) |
| 채팅 | /chat/c/:sessionId | 32 | 1 | backend/src/types/index.ts | scripts/capability-contracts.json | backend/src/services/preferencesService.ts | docs/01-QUICK_START.md | ChatRequestService prepares target, persona prompt, and shared messagesscripts/test-chat-context.mjs (test:package)oversized history compacts into one summary on a user-turn boundaryscripts/test-context-compaction.mjs (test:package)queued prompts can be edited, reordered, and removed atomicallyscripts/test-prompt-queue.mjs (test:package)a comparison fan-out shares one user turn across independent jobsscripts/test-multi-model-compare.mjs (test:package)forking at a message copies the prefix with remapped identitiesscripts/test-chat-fork.mjs (test:package) |
| 모델 관리 | — | 51 | 0 | backend/src/types/index.ts | scripts/capability-contracts.json | backend/src/services/ollamaService.ts | docs/02-WORKING_WITH_MODELS.md | cloud library pulls append the Ollama cloud suffix automaticallyfrontend/e2e/model-manager.spec.ts (test:e2e) |
| 페르소나 | /personas | 12 | 0 | backend/src/types/index.ts | N/A — 페르소나는 Libre가 영속화하는 계정 리소스이며 설치 또는 검색 매니페스트를 사용하지 않습니다. | frontend/src/components/persona-form/defaults.ts | docs/16-PERSONA_DEVELOPMENT_FRAMEWORK.mddocs/52-ASSISTANT_PROFILES.md | memory insert acknowledgement loss resolves the committed row and retry is idempotentscripts/test-memory-reliability.mjs (test:package)a profile stores its bindings normalized, versioned, and encryptedscripts/test-assistant-profiles.mjs (test:package) |
| 미디어 갤러리 | /gallery | 20 | 0 | backend/src/types/index.ts | scripts/capability-contracts.json | scripts/test-capability-contracts.mjs | docs/38-MEDIA_GENERATION.md | video jobs can stop waiting, reopen, and resume without losing the handlefrontend/e2e/media-generation.spec.ts (test:e2e)edits post an authorized multipart request and meter usagescripts/test-image-editing.mjs (test:package) |
| 노트 | /notes | 12 | 0 | backend/src/types/index.tsbackend/src/persistence/resourceTypes.ts | N/A — 노트는 기본 제공 계정 리소스이며 설치 또는 검색 매니페스트가 없습니다. | N/A — 노트에는 사용자가 명시적으로 제공한 필드 외에 암시적 콘텐츠 또는 표시 기본값이 없습니다. | docs/61-NOTES.md | notes open in Markdown preview and make editing explicitfrontend/e2e/notes.spec.ts (test:e2e)content changes snapshot restorable revisions and prune beyond the capscripts/test-notes.mjs (test:package) |
| 캘린더 | /calendar | 10 | 0 | backend/src/types/index.ts | N/A — 캘린더 일정은 기본 제공 계정 리소스이며 설치 또는 검색 매니페스트가 없습니다. | N/A — 캘린더 일정에는 사용자가 명시적으로 제공한 필드 외에 암시적 콘텐츠 기본값이 없습니다. 반복 계산에는 docs/47-CALENDAR.md에 문서화된 서버 시간대를 사용합니다. | docs/47-CALENDAR.md | calendar events persist per owner and expand recurrence into range queriesscripts/test-calendar.mjs (test:package)named calendars carry colors and share read/write through grantsscripts/test-calendar-team.mjs (test:package)reminders fire once per occurrence into the notification inboxscripts/test-calendar-team.mjs (test:package) |
| 자동화 | /automations | 15 | 0 | backend/src/types/index.ts | N/A — 자동화는 기본 제공 계정 리소스이며 설치 또는 검색 매니페스트가 없습니다. | docs/48-AUTOMATIONS.md | docs/48-AUTOMATIONS.md | the scheduler fires due automations once and settles stalled runsscripts/test-automations.mjs (test:package) |
| 채널 | /channels | 24 | 0 | backend/src/types/index.ts | N/A — 채널은 기본 제공 계정 리소스이며 설치 또는 검색 매니페스트가 없습니다. | docs/54-CHANNELS.md | docs/54-CHANNELS.md | timeline: idempotent posts, ordering, threads, edit and tombstone rulesscripts/test-channels.mjs (test:package)@model mentions run under the invoking member and fail safelyscripts/test-channels.mjs (test:package) |
| 알림 | — | 13 | 0 | backend/src/types/index.ts | N/A — 알림은 기본 제공 계정 상태이며 설치 또는 검색 매니페스트가 없습니다. | docs/55-NOTIFICATIONS.md | docs/55-NOTIFICATIONS.mddocs/55-NOTIFICATIONS.md | the inbox is durable, encrypted, deduplicated, and cappedscripts/test-notifications.mjs (test:package)webhook targets are egress-guarded, signed, redacted, and retriedscripts/test-notifications.mjs (test:package)payload encryption reproduces the RFC 8291 test vectorscripts/test-web-push.mjs (test:package)revoking an auth session removes its device subscriptionsscripts/test-web-push.mjs (test:package) |
| 프롬프트 라이브러리 | — | 9 | 0 | backend/src/services/promptService.ts | N/A — 프롬프트는 기본 제공 계정 리소스입니다. 이식 가능한 형식은 버전이 지정된 libre-prompt.v1 내보내기 문서이며 설치 또는 검색 매니페스트가 아닙니다. | N/A — 프롬프트에는 암시적 콘텐츠 기본값이 없습니다. 모든 필드는 사용자가 제공하며 렌더링은 선언된 변수만 치환합니다. scripts/test-prompts.mjs가 이를 강제합니다. | docs/50-PROMPTS.md | prompts round-trip through the API and stay encrypted at restscripts/test-prompts.mjs (test:package) |
| 스킬 | — | 14 | 0 | backend/src/services/skillService.ts | backend/src/services/skillService.ts | N/A — 스킬에는 암시적 콘텐츠 기본값이 없습니다. 매니페스트와 지시는 소유자가 작성한 그대로이며 비활성 스킬은 매니페스트에서 완전히 제외됩니다. | docs/51-SKILLS.md | skills round-trip through the API and stay encrypted at restscripts/test-skills.mjs (test:package)a skill imports from a remote store URL through the egress guardscripts/test-skills.mjs (test:package) |
| 채팅 도구 | — | 15 | 0 | backend/src/types/tools.ts | backend/src/services/toolServerService.ts | backend/src/services/toolAccessService.ts | docs/49-CHAT_TOOLS.md | registering an OpenAPI server pins the spec and extracts its toolsscripts/test-tool-gateway.mjs (test:package)a side-effecting call waits for approval and then executesscripts/test-chat-tool-loop.mjs (test:package) |
| Work | /work/work/:taskId | 44 | 3 | backend/src/types/work.ts | scripts/capability-contracts.json | backend/src/services/workRuntimeShared.ts | docs/33-WORKSPACES.md | runtime limits expose admission capacity and live occupancyscripts/test-work-runtime.mjs (test:package)approval decisions gate side-effecting Work actionsscripts/test-work-approvals.mjs (test:package)an agent delegates to a peer and the report returns to its conversationscripts/test-work-delegation.mjs (test:package)connected tools reach network-enabled runs and stay off offline onesscripts/test-work-mcp.mjs (test:package)production Work upgrade applies task-bound ticket authenticationscripts/test-websocket-tickets.mjs (test:package) |
| Agent CLI 모델 | /agents | 1 | 0 | backend/src/services/agentCliService.ts | N/A — Agent CLI 어댑터는 컴파일된 기본 제공 정의이며 제공자 매니페스트에서 로드되지 않습니다. | backend/src/services/agentAccessService.ts | docs/36-AGENT_CLI_MODELS.md | every agent CLI passes an explicit model through to its argvscripts/test-agent-cli-chat.mjs (test:package) |
| Artifacts | /artifacts | 1 | 0 | frontend/src/utils/artifactParser.ts | frontend/src/artifact-runtime/manifest.ts | frontend/src/components/ArtifactSlideOutPanel.tsxfrontend/src/store/appStore.ts | docs/13-ARTIFACTS_FEATURE.md | chat detects multi-file HTML artifacts and renders them in the slide-out panelfrontend/e2e/artifacts.spec.ts (test:e2e) |
| 제공자 사용량 | /usage | 10 | 0 | backend/src/services/pluginUsageService.ts | N/A — 사용량 분석은 제공자 이벤트를 사용하지만 별도의 설치 또는 검색 매니페스트를 정의하지 않습니다. | backend/src/services/pluginUsageService.ts | docs/37-SYSTEM_MONITORING.mddocs/58-COST_GOVERNANCE.mddocs/60-OBSERVABILITY.md | the usage endpoint is explicitly protected by administrator middlewarescripts/test-plugin-usage-analytics.mjs (test:package)hard budgets block exhausted principals and fail open otherwisescripts/test-cost-governance.mjs (test:package) |
| 평가 플랫폼 | /evaluations | 16 | 0 | backend/src/persistence/resourceTypes.ts | N/A — 평가는 Libre가 영속화하는 계정 리소스이며 설치 또는 검색 매니페스트를 사용하지 않습니다. | backend/src/services/evaluationService.ts | docs/59-EVALUATIONS.md | arena votes are one per user per comparison and Elo replays deterministicallyscripts/test-evaluations.mjs (test:package) |
| 시스템 진단 | /system | 5 | 0 | backend/src/services/systemDiagnosticsService.ts | N/A — 시스템 진단은 기본 제공 인증 보고서이며 설치 또는 검색 매니페스트가 없습니다. | backend/src/services/healthService.ts | docs/37-SYSTEM_MONITORING.md | system route requires both authentication and current administrator statusscripts/test-system-diagnostics.mjs (test:package) |
| 사용자 관리 | /users | 8 | 0 | backend/src/types/index.ts | N/A — 사용자 관리는 기본 제공 ID 관리 기능이며 설치 또는 검색 매니페스트가 없습니다. | N/A — 사용자 역할과 계정 상태는 재사용 가능 기능의 기본값이 아니라 bootstrap 또는 승인 정책으로 선택됩니다. | docs/12-AUTHENTICATION.md | public registrations require administrator approval before authenticationscripts/test-user-approval.mjs (test:package) |
| 인증 | /login | 40 | 0 | backend/src/types/index.ts | N/A — 인증은 기본 제공 보안 경계이며 매니페스트를 통해 설치하거나 검색하지 않습니다. | backend/src/services/registrationPolicy.ts | docs/12-AUTHENTICATION.mddocs/12-AUTHENTICATION.mddocs/12-AUTHENTICATION.md | password login requires and submits a Turnstile tokenfrontend/e2e/auth.spec.ts (test:e2e)revoking the session rejects its token with 401scripts/test-auth-sessions.mjs (test:package)scope-to-path matrix: notes scope on notes, chat, and auth routesscripts/test-api-tokens.mjs (test:package)verifyIdToken accepts a good token and returns its claimsscripts/test-oidc-provider.mjs (test:package)password login returns an MFA challenge, and the challenge is not a sessionscripts/test-mfa.mjs (test:package)a passkey assertion signs the user in and challenges are one-usescripts/test-mfa.mjs (test:package)the signup password field grades strength live against the real policyfrontend/e2e/password-strength.spec.ts (test:e2e) |
| 접근 제어 | — | 14 | 0 | backend/src/persistence/securityTypes.ts | N/A — 접근 제어는 기본 제공 보안 경계이며 매니페스트를 통해 설치하거나 검색하지 않습니다. | backend/src/services/authorizationService.ts | docs/12-AUTHENTICATION.md | group grants reach members and die with the membershipscripts/test-authorization.mjs (test:package)a rolled-back duplicate group create leaves no audit rowscripts/test-security-audit.mjs (test:package)group principal lookup and grant names surface through the APIscripts/test-resource-sharing.mjs (test:package) |
| 공개 API | — | 2 | 0 | backend/src/routes/openaiCompat.ts | N/A — OpenAI 호환 인터페이스는 외부 wire 형식을 반영하며 설치형 매니페스트가 없습니다. | N/A — 샘플링 기본값은 호출자 요청과 모델 자체 설정에서 가져오며 이 인터페이스에서 제공하지 않습니다. | docs/53-PUBLIC_API.md | a streaming completion emits OpenAI chunk frames and [DONE]scripts/test-openai-compat.mjs (test:package) |
| 데이터 이식성 | — | 3 | 0 | backend/src/services/dataArchiveService.ts | backend/src/services/dataArchiveService.ts | backend/src/services/dataArchiveService.ts | docs/41-DATA_PORTABILITY.md | v3 export is complete, checksummed, user-scoped, and explicit about exclusionsscripts/test-data-archive.mjs (test:package) |
| 문서 지식 및 검색 | — | 15 | 0 | backend/src/types/index.ts | scripts/capability-contracts.json | backend/src/services/preferencesService.ts | docs/09-RAG_FEATURE.mddocs/09-RAG_FEATURE.md | keyword retrieval sees session documents AND user-scoped uploadsscripts/test-rag-retrieval.mjs (test:package)multi-image OCR produces one labeled page segment per imagescripts/test-media-extraction.mjs (test:package)audio transcripts carry one Transcript section and respect the stt gatescripts/test-media-extraction.mjs (test:package) |
| 페르소나 메모리 | — | 6 | 0 | backend/src/types/index.ts | N/A — 페르소나 메모리는 내부 페르소나 리소스이며 설치 또는 검색 매니페스트가 없습니다. | frontend/src/components/persona-form/defaults.ts | docs/16-PERSONA_DEVELOPMENT_FRAMEWORK.md | persona deletion during vector publication still removes the recreated vectorscripts/test-memory-reliability.mjs (test:package) |
| 웹 검색 | — | 6 | 0 | backend/src/services/webSearchService.ts | N/A — 웹 검색은 설치 가능한 제공자 매니페스트가 아니라 관리자 연결 설정을 사용합니다. | backend/src/services/webSearchService.ts | docs/39-WEB_SEARCH.md | web search ships disabled and validates its configurationscripts/test-web-search.mjs (test:package)search is scoped to what the actor can readscripts/test-workspace-search.mjs (test:package) |
| 설정 및 환경설정 | — | 11 | 0 | backend/src/types/index.ts | N/A — 설정은 기본 제공 및 제공자 설정을 모으지만 별도의 설치형 매니페스트를 정의하지 않습니다. | backend/src/services/preferencesService.ts | docs/35-PROVIDER_CONNECTIONS.md | theme preference survives refresh and retries a failed savefrontend/e2e/settings.spec.ts (test:e2e) |
| 음성 입력 및 출력 | — | 13 | 0 | backend/src/types/index.ts | scripts/capability-contracts.json | scripts/test-capability-contracts.mjs | docs/42-SPEECH_TO_TEXT.mddocs/27-QWEN3_TTS.mddocs/57-VOICE_MODE.md | STT sends an OpenAI-compatible multipart request to the selected routescripts/test-stt-routing.mjs (test:package)provider speech input discloses its route and transcribes recorded audiofrontend/e2e/stt.spec.ts (test:e2e)invalid provider audio is rejected safely without inserting a transcriptfrontend/e2e/stt.spec.ts (test:e2e)TTS routes a shared model alias through the selected plugin and user valvescripts/test-tts-routing.mjs (test:package)voice mode opens hands-free conversation and transcribes a manual turnfrontend/e2e/voice-mode.spec.ts (test:e2e) |
| Hugging Face Hub | — | 7 | 0 | backend/src/routes/huggingfaceHub.ts | N/A — Hub 모델 메타데이터는 원격 API 데이터입니다. Libre는 브라우저 기능을 위한 로컬 설치형 매니페스트를 정의하지 않습니다. | backend/src/routes/huggingfaceHub.ts | docs/29-HUGGINGFACE_HUB.md | Hugging Face Hub task discovery is authenticated route behaviorscripts/test-huggingface-hub-routes.mjs (test:package) |
| Libre Claw | — | 26 | 0 | backend/src/services/libreClawService.ts | N/A — Libre Claw는 명시적으로 설정하는 서비스 통합이며 Libre 제공자 매니페스트를 사용하지 않습니다. | backend/src/services/libreClawService.ts | docs/31-LIBRE_CLAW_INTEGRATION.md | Work and Agents are hidden and route-protected for non-admin usersfrontend/e2e/sidebar-create-actions.spec.ts (test:e2e) |
| 영속 작업 및 이벤트 | — | 4 | 0 | backend/src/platform/jobs/durableJobTypes.ts | N/A — 영속 작업은 설치 가능한 매니페스트가 아니라 등록된 처리기 유형과 영속 페이로드 계약을 사용합니다. | backend/src/platform/jobs/embeddedDurableJobWorker.ts | docs/45-PLATFORM_FOUNDATION.md | ordered event replay uses global cursors and per-stream sequencesscripts/test-durable-jobs.mjs (test:package) |
| solo 및 team 배포 프로필 | — | 0 | 0 | backend/src/platform/runtimeConfig.ts | helm/libre-webui/values.schema.json | helm/libre-webui/values.yaml | docs/45-PLATFORM_FOUNDATION.md | real Redis coordinates independent replicas and fails closed after shutdownscripts/test-platform-coordination.mjs (test:package) |
| 복구 및 백업 | — | 2 | 0 | backend/src/services/recoveryInventoryService.ts | backend/src/platform/recovery/backupArchive.ts | backend/src/services/recoveryInventoryService.ts | docs/44-RECOVERY_READINESS.mddocs/44-RECOVERY_READINESS.md | integrated backup is signed, encrypted, tamper-evident, and clean-restorablescripts/test-integrated-backup.mjs (test:package)team backup restores a clean PostgreSQL and versioned S3 target with authenticated PGVector statescripts/test-team-backup.mjs (test:package)a manual drill backs up, restores in isolation, verifies, and measuresscripts/test-recovery-drills.mjs (test:package)an unattended drill failure alerts every administrator oncescripts/test-recovery-drills.mjs (test:package) |
정확한 백엔드 경로 인벤토리
홈
마운트된 Express 엔드포인트가 없습니다. 실행 가능한 경계는 위에 기록된 UI 및/또는 소스 근거입니다.
채팅
DELETE /api/chat/folders/:folderId—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/folders/:folderId)DELETE /api/chat/sessions—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions)DELETE /api/chat/sessions/:sessionId—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId)DELETE /api/chat/sessions/:sessionId/queue/:entryId—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/queue/:entryId)GET /api/chat/compaction-config—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/compaction-config)GET /api/chat/context-policy—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/context-policy)GET /api/chat/folders—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/folders)GET /api/chat/sessions—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions)GET /api/chat/sessions/:sessionId—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId)GET /api/chat/sessions/:sessionId/events—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/events)GET /api/chat/sessions/:sessionId/messages/:messageId/branches—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/messages/:messageId/branches)POST /api/chat/folders—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/folders)POST /api/chat/sessions—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions)POST /api/chat/sessions/:sessionId/compaction/:messageId/restore—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/compaction/:messageId/restore)POST /api/chat/sessions/:sessionId/followups—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/followups)POST /api/chat/sessions/:sessionId/fork—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/fork)POST /api/chat/sessions/:sessionId/generate—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/generate)POST /api/chat/sessions/:sessionId/generate-title—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/generate-title)POST /api/chat/sessions/:sessionId/generate/stream—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/generate/stream)POST /api/chat/sessions/:sessionId/generations—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/generations)POST /api/chat/sessions/:sessionId/generations/:assistantMessageId/cancel—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/generations/:assistantMessageId/cancel)POST /api/chat/sessions/:sessionId/messages—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/messages)POST /api/chat/sessions/:sessionId/messages/:messageId/branch—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/messages/:messageId/branch)POST /api/chat/sessions/:sessionId/messages/:messageId/branches—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/messages/:messageId/branches)POST /api/chat/sessions/:sessionId/messages/:messageId/truncate—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/messages/:messageId/truncate)POST /api/chat/sessions/:sessionId/queue—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/queue)PUT /api/chat/compaction-config—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/compaction-config)PUT /api/chat/folders/:folderId—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/folders/:folderId)PUT /api/chat/sessions/:sessionId—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId)PUT /api/chat/sessions/:sessionId/messages/:messageId—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/messages/:messageId)PUT /api/chat/sessions/:sessionId/queue—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/queue)PUT /api/chat/sessions/:sessionId/queue/:entryId—backend/src/routes/chat.ts(마운트/api/chat, 하위 경로/sessions/:sessionId/queue/:entryId)
모델 관리
DELETE /api/ollama/models—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models)GET /api/ollama/health—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/health)GET /api/ollama/library—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/library)GET /api/ollama/models—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models)GET /api/ollama/models/:modelName/defaults—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models/:modelName/defaults)GET /api/ollama/models/access—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models/access)GET /api/ollama/models/pull-all/stream—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models/pull-all/stream)GET /api/ollama/models/show—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models/show)GET /api/ollama/models/visibility—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models/visibility)GET /api/ollama/pull/stream—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/pull/stream)GET /api/ollama/running—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/running)GET /api/ollama/settings—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/settings)GET /api/ollama/version—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/version)HEAD /api/ollama/blobs/:digest—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/blobs/:digest)POST /api/ollama/blobs/:digest—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/blobs/:digest)POST /api/ollama/chat—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/chat)POST /api/ollama/chat/stream—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/chat/stream)POST /api/ollama/embed—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/embed)POST /api/ollama/embeddings—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/embeddings)POST /api/ollama/models—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models)POST /api/ollama/models/copy—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models/copy)POST /api/ollama/models/pull—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models/pull)POST /api/ollama/models/pull-all—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models/pull-all)POST /api/ollama/models/push—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models/push)POST /api/ollama/models/unload—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models/unload)POST /api/ollama/models/unload-all—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models/unload-all)PUT /api/ollama/models/access—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models/access)PUT /api/ollama/models/visibility—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/models/visibility)PUT /api/ollama/settings—backend/src/routes/ollama.ts(마운트/api/ollama, 하위 경로/settings)DELETE /api/plugins/:id—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/:id)DELETE /api/plugins/:id/credentials—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/:id/credentials)DELETE /api/plugins/:id/variables—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/:id/variables)GET /api/plugins—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/)GET /api/plugins/:id—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/:id)GET /api/plugins/:id/credentials/check—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/:id/credentials/check)GET /api/plugins/:id/export—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/:id/export)GET /api/plugins/:id/variables—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/:id/variables)GET /api/plugins/active—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/active)GET /api/plugins/active/current—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/active/current)GET /api/plugins/credentials/all—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/credentials/all)GET /api/plugins/status/all—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/status/all)POST /api/plugins/:id/credentials—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/:id/credentials)POST /api/plugins/activate/:id—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/activate/:id)POST /api/plugins/deactivate—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/deactivate)POST /api/plugins/deactivate/:id—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/deactivate/:id)POST /api/plugins/discover/:id—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/discover/:id)POST /api/plugins/install—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/install)POST /api/plugins/probe-endpoint—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/probe-endpoint)POST /api/plugins/upload—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/upload)PUT /api/plugins/:id—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/:id)PUT /api/plugins/:id/variables—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/:id/variables)
페르소나
DELETE /api/personas/:id—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/:id)GET /api/personas—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/)GET /api/personas/:id—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/:id)GET /api/personas/:id/backup—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/:id/backup)GET /api/personas/:id/download—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/:id/download)GET /api/personas/:id/export—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/:id/export)GET /api/personas/:id/export/dna—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/:id/export/dna)GET /api/personas/defaults/parameters—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/defaults/parameters)GET /api/personas/stats/count—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/stats/count)POST /api/personas—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/)POST /api/personas/import—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/import)PUT /api/personas/:id—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/:id)
미디어 갤러리
DELETE /api/image-gen/gallery/:imageId—backend/src/routes/imageGen.ts(마운트/api/image-gen, 하위 경로/gallery/:imageId)GET /api/image-gen/config/:pluginId—backend/src/routes/imageGen.ts(마운트/api/image-gen, 하위 경로/config/:pluginId)GET /api/image-gen/gallery—backend/src/routes/imageGen.ts(마운트/api/image-gen, 하위 경로/gallery)GET /api/image-gen/gallery/:imageId—backend/src/routes/imageGen.ts(마운트/api/image-gen, 하위 경로/gallery/:imageId)GET /api/image-gen/models—backend/src/routes/imageGen.ts(마운트/api/image-gen, 하위 경로/models)GET /api/image-gen/plugins—backend/src/routes/imageGen.ts(마운트/api/image-gen, 하위 경로/plugins)POST /api/image-gen/generate—backend/src/routes/imageGen.ts(마운트/api/image-gen, 하위 경로/generate)DELETE /api/media/gallery/:mediaId—backend/src/routes/media.ts(마운트/api/media, 하위 경로/gallery/:mediaId)DELETE /api/media/video/jobs/:jobId—backend/src/routes/media.ts(마운트/api/media, 하위 경로/video/jobs/:jobId)GET /api/media/gallery—backend/src/routes/media.ts(마운트/api/media, 하위 경로/gallery)GET /api/media/gallery/:mediaId/content—backend/src/routes/media.ts(마운트/api/media, 하위 경로/gallery/:mediaId/content)GET /api/media/models—backend/src/routes/media.ts(마운트/api/media, 하위 경로/models)GET /api/media/video/jobs—backend/src/routes/media.ts(마운트/api/media, 하위 경로/video/jobs)GET /api/media/video/jobs/:jobId—backend/src/routes/media.ts(마운트/api/media, 하위 경로/video/jobs/:jobId)POST /api/media/audio/generate—backend/src/routes/media.ts(마운트/api/media, 하위 경로/audio/generate)POST /api/media/audio/voice-clone—backend/src/routes/media.ts(마운트/api/media, 하위 경로/audio/voice-clone)POST /api/media/image/edit—backend/src/routes/media.ts(마운트/api/media, 하위 경로/image/edit)POST /api/media/sound/generate—backend/src/routes/media.ts(마운트/api/media, 하위 경로/sound/generate)POST /api/media/video/generate—backend/src/routes/media.ts(마운트/api/media, 하위 경로/video/generate)POST /api/media/video/jobs/:jobId/resume—backend/src/routes/media.ts(마운트/api/media, 하위 경로/video/jobs/:jobId/resume)
노트
DELETE /api/notes/:noteId—backend/src/routes/notes.ts(마운트/api/notes, 하위 경로/:noteId)DELETE /api/notes/:noteId/attachments/:attachmentId—backend/src/routes/notes.ts(마운트/api/notes, 하위 경로/:noteId/attachments/:attachmentId)GET /api/notes—backend/src/routes/notes.ts(마운트/api/notes, 하위 경로/)GET /api/notes/:noteId—backend/src/routes/notes.ts(마운트/api/notes, 하위 경로/:noteId)GET /api/notes/:noteId/attachments—backend/src/routes/notes.ts(마운트/api/notes, 하위 경로/:noteId/attachments)GET /api/notes/:noteId/attachments/:attachmentId—backend/src/routes/notes.ts(마운트/api/notes, 하위 경로/:noteId/attachments/:attachmentId)GET /api/notes/:noteId/revisions—backend/src/routes/notes.ts(마운트/api/notes, 하위 경로/:noteId/revisions)POST /api/notes—backend/src/routes/notes.ts(마운트/api/notes, 하위 경로/)POST /api/notes/:noteId/assist—backend/src/routes/notes.ts(마운트/api/notes, 하위 경로/:noteId/assist)POST /api/notes/:noteId/attachments—backend/src/routes/notes.ts(마운트/api/notes, 하위 경로/:noteId/attachments)POST /api/notes/:noteId/revisions/:revisionId/restore—backend/src/routes/notes.ts(마운트/api/notes, 하위 경로/:noteId/revisions/:revisionId/restore)PUT /api/notes/:noteId—backend/src/routes/notes.ts(마운트/api/notes, 하위 경로/:noteId)
캘린더
DELETE /api/calendar/calendars/:calendarId—backend/src/routes/calendar.ts(마운트/api/calendar, 하위 경로/calendars/:calendarId)DELETE /api/calendar/events/:eventId—backend/src/routes/calendar.ts(마운트/api/calendar, 하위 경로/events/:eventId)GET /api/calendar/calendars—backend/src/routes/calendar.ts(마운트/api/calendar, 하위 경로/calendars)GET /api/calendar/events—backend/src/routes/calendar.ts(마운트/api/calendar, 하위 경로/events)GET /api/calendar/export—backend/src/routes/calendar.ts(마운트/api/calendar, 하위 경로/export)POST /api/calendar/calendars—backend/src/routes/calendar.ts(마운트/api/calendar, 하위 경로/calendars)POST /api/calendar/events—backend/src/routes/calendar.ts(마운트/api/calendar, 하위 경로/events)POST /api/calendar/import—backend/src/routes/calendar.ts(마운트/api/calendar, 하위 경로/import)PUT /api/calendar/calendars/:calendarId—backend/src/routes/calendar.ts(마운트/api/calendar, 하위 경로/calendars/:calendarId)PUT /api/calendar/events/:eventId—backend/src/routes/calendar.ts(마운트/api/calendar, 하위 경로/events/:eventId)
자동화
DELETE /api/automations/:automationId—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/:automationId)DELETE /api/automations/:automationId/webhook-secret—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/:automationId/webhook-secret)GET /api/automations—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/)GET /api/automations/:automationId—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/:automationId)GET /api/automations/occurrences—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/occurrences)GET /api/automations/runs—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/runs)GET /api/automations/runs/summary—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/runs/summary)POST /api/automations—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/)POST /api/automations/:automationId/pause—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/:automationId/pause)POST /api/automations/:automationId/resume—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/:automationId/resume)POST /api/automations/:automationId/run—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/:automationId/run)POST /api/automations/:automationId/webhook—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/:automationId/webhook)POST /api/automations/:automationId/webhook-secret—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/:automationId/webhook-secret)POST /api/automations/runs/seen—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/runs/seen)PUT /api/automations/:automationId—backend/src/routes/automations.ts(마운트/api/automations, 하위 경로/:automationId)
채널
DELETE /api/channels/:channelId—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/:channelId)DELETE /api/channels/:channelId/members/:userId—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/:channelId/members/:userId)DELETE /api/channels/messages/:messageId—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/messages/:messageId)DELETE /api/channels/messages/:messageId/reactions/:emoji—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/messages/:messageId/reactions/:emoji)GET /api/channels—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/)GET /api/channels/:channelId—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/:channelId)GET /api/channels/:channelId/events—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/:channelId/events)GET /api/channels/:channelId/members—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/:channelId/members)GET /api/channels/:channelId/messages—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/:channelId/messages)GET /api/channels/:channelId/pins—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/:channelId/pins)GET /api/channels/attachments/:attachmentId—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/attachments/:attachmentId)GET /api/channels/messages/:messageId/thread—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/messages/:messageId/thread)GET /api/channels/public—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/public)PATCH /api/channels/:channelId—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/:channelId)PATCH /api/channels/messages/:messageId—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/messages/:messageId)POST /api/channels—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/)POST /api/channels/:channelId/attachments—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/:channelId/attachments)POST /api/channels/:channelId/join—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/:channelId/join)POST /api/channels/:channelId/members—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/:channelId/members)POST /api/channels/:channelId/messages—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/:channelId/messages)POST /api/channels/:channelId/read—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/:channelId/read)POST /api/channels/dm—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/dm)POST /api/channels/messages/:messageId/pin—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/messages/:messageId/pin)POST /api/channels/messages/:messageId/reactions—backend/src/routes/channels.ts(마운트/api/channels, 하위 경로/messages/:messageId/reactions)
알림
DELETE /api/notifications/:notificationId—backend/src/routes/notifications.ts(마운트/api/notifications, 하위 경로/:notificationId)DELETE /api/notifications/webhooks/:targetId—backend/src/routes/notifications.ts(마운트/api/notifications, 하위 경로/webhooks/:targetId)GET /api/notifications—backend/src/routes/notifications.ts(마운트/api/notifications, 하위 경로/)GET /api/notifications/events—backend/src/routes/notifications.ts(마운트/api/notifications, 하위 경로/events)GET /api/notifications/unread-count—backend/src/routes/notifications.ts(마운트/api/notifications, 하위 경로/unread-count)GET /api/notifications/webhooks—backend/src/routes/notifications.ts(마운트/api/notifications, 하위 경로/webhooks)POST /api/notifications/:notificationId/read—backend/src/routes/notifications.ts(마운트/api/notifications, 하위 경로/:notificationId/read)POST /api/notifications/read-all—backend/src/routes/notifications.ts(마운트/api/notifications, 하위 경로/read-all)POST /api/notifications/webhooks—backend/src/routes/notifications.ts(마운트/api/notifications, 하위 경로/webhooks)DELETE /api/push/subscriptions—backend/src/routes/push.ts(마운트/api/push, 하위 경로/subscriptions)GET /api/push/public-key—backend/src/routes/push.ts(마운트/api/push, 하위 경로/public-key)GET /api/push/subscriptions—backend/src/routes/push.ts(마운트/api/push, 하위 경로/subscriptions)POST /api/push/subscriptions—backend/src/routes/push.ts(마운트/api/push, 하위 경로/subscriptions)
프롬프트 라이브러리
DELETE /api/prompts/:promptId—backend/src/routes/prompts.ts(마운트/api/prompts, 하위 경로/:promptId)GET /api/prompts—backend/src/routes/prompts.ts(마운트/api/prompts, 하위 경로/)GET /api/prompts/:promptId—backend/src/routes/prompts.ts(마운트/api/prompts, 하위 경로/:promptId)GET /api/prompts/:promptId/export—backend/src/routes/prompts.ts(마운트/api/prompts, 하위 경로/:promptId/export)GET /api/prompts/:promptId/versions—backend/src/routes/prompts.ts(마운트/api/prompts, 하위 경로/:promptId/versions)POST /api/prompts—backend/src/routes/prompts.ts(마운트/api/prompts, 하위 경로/)POST /api/prompts/:promptId/rollback—backend/src/routes/prompts.ts(마운트/api/prompts, 하위 경로/:promptId/rollback)POST /api/prompts/import—backend/src/routes/prompts.ts(마운트/api/prompts, 하위 경로/import)PUT /api/prompts/:promptId—backend/src/routes/prompts.ts(마운트/api/prompts, 하위 경로/:promptId)
스킬
DELETE /api/skills/:skillId—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/:skillId)DELETE /api/skills/:skillId/files—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/:skillId/files)GET /api/skills—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/)GET /api/skills/:skillId—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/:skillId)GET /api/skills/:skillId/export—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/:skillId/export)GET /api/skills/:skillId/files—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/:skillId/files)GET /api/skills/:skillId/files/content—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/:skillId/files/content)GET /api/skills/:skillId/versions—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/:skillId/versions)POST /api/skills—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/)POST /api/skills/:skillId/rollback—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/:skillId/rollback)POST /api/skills/import—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/import)POST /api/skills/import-url—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/import-url)PUT /api/skills/:skillId—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/:skillId)PUT /api/skills/:skillId/files—backend/src/routes/skills.ts(마운트/api/skills, 하위 경로/:skillId/files)
채팅 도구
DELETE /api/tools/approvals/:id—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/approvals/:id)DELETE /api/tools/servers/:id—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/servers/:id)DELETE /api/tools/servers/:id/credential—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/servers/:id/credential)GET /api/tools/access—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/access)GET /api/tools/approvals—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/approvals)GET /api/tools/catalog—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/catalog)GET /api/tools/servers—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/servers)GET /api/tools/servers/:id—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/servers/:id)POST /api/tools/approvals/:id—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/approvals/:id)POST /api/tools/servers—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/servers)POST /api/tools/servers/:id/refresh—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/servers/:id/refresh)PUT /api/tools/access—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/access)PUT /api/tools/servers/:id—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/servers/:id)PUT /api/tools/servers/:id/credential—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/servers/:id/credential)PUT /api/tools/servers/:id/tools/:toolName—backend/src/routes/tools.ts(마운트/api/tools, 하위 경로/servers/:id/tools/:toolName)
Work
DELETE /api/work/policies/:id—backend/src/routes/work.ts(마운트/api/work, 하위 경로/policies/:id)DELETE /api/work/tasks/:id—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id)DELETE /api/work/tasks/:id/approval-rules/:ruleId—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/approval-rules/:ruleId)DELETE /api/work/tasks/:id/computer/control—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/computer/control)GET /api/work/access—backend/src/routes/work.ts(마운트/api/work, 하위 경로/access)GET /api/work/admin/overview—backend/src/routes/work.ts(마운트/api/work, 하위 경로/admin/overview)GET /api/work/capabilities—backend/src/routes/work.ts(마운트/api/work, 하위 경로/capabilities)GET /api/work/computer/setup—backend/src/routes/work.ts(마운트/api/work, 하위 경로/computer/setup)GET /api/work/policies—backend/src/routes/work.ts(마운트/api/work, 하위 경로/policies)GET /api/work/tasks—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks)GET /api/work/tasks/:id—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id)GET /api/work/tasks/:id/approvals—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/approvals)GET /api/work/tasks/:id/computer/control—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/computer/control)GET /api/work/tasks/:id/file—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/file)GET /api/work/tasks/:id/files—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/files)GET /api/work/tasks/:id/git—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/git)GET /api/work/tasks/:id/git/diff—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/git/diff)GET /api/work/tasks/:id/messages—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/messages)GET /api/work/tasks/:taskId/runs/:runId/events—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:taskId/runs/:runId/events)PATCH /api/work/tasks/:id—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id)POST /api/work/computer/setup—backend/src/routes/work.ts(마운트/api/work, 하위 경로/computer/setup)POST /api/work/computer/skills/:slug/trace—backend/src/routes/work.ts(마운트/api/work, 하위 경로/computer/skills/:slug/trace)POST /api/work/policies—backend/src/routes/work.ts(마운트/api/work, 하위 경로/policies)POST /api/work/tasks—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks)POST /api/work/tasks/:id/approvals/:approvalId—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/approvals/:approvalId)POST /api/work/tasks/:id/cancel—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/cancel)POST /api/work/tasks/:id/computer/anchor—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/computer/anchor)POST /api/work/tasks/:id/computer/control—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/computer/control)POST /api/work/tasks/:id/computer/start—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/computer/start)POST /api/work/tasks/:id/computer/teach—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/computer/teach)POST /api/work/tasks/:id/git/branches—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/git/branches)POST /api/work/tasks/:id/git/commit—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/git/commit)POST /api/work/tasks/:id/git/init—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/git/init)POST /api/work/tasks/:id/git/stage—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/git/stage)POST /api/work/tasks/:id/git/switch—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/git/switch)POST /api/work/tasks/:id/messages—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/messages)POST /api/work/tasks/:id/preview/start—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/preview/start)POST /api/work/tasks/:id/preview/stop—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/preview/stop)POST /api/work/tasks/:id/runs—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/runs)POST /api/work/tasks/:id/seen—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/seen)PUT /api/work/access—backend/src/routes/work.ts(마운트/api/work, 하위 경로/access)PUT /api/work/policies/:id—backend/src/routes/work.ts(마운트/api/work, 하위 경로/policies/:id)PUT /api/work/tasks/:id/approvals—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/approvals)PUT /api/work/tasks/:id/file—backend/src/routes/work.ts(마운트/api/work, 하위 경로/tasks/:id/file)
Agent CLI 모델
GET /api/agent-clis/models—backend/src/routes/agentCli.ts(마운트/api/agent-clis, 하위 경로/models)
Artifacts
GET /api/artifacts/sandbox—backend/src/routes/artifacts.ts(마운트/api/artifacts, 하위 경로/sandbox)
제공자 사용량
DELETE /api/costs/budgets/:budgetId—backend/src/routes/costs.ts(마운트/api/costs, 하위 경로/budgets/:budgetId)DELETE /api/costs/tariffs/:tariffId—backend/src/routes/costs.ts(마운트/api/costs, 하위 경로/tariffs/:tariffId)GET /api/costs/analytics—backend/src/routes/costs.ts(마운트/api/costs, 하위 경로/analytics)GET /api/costs/budgets—backend/src/routes/costs.ts(마운트/api/costs, 하위 경로/budgets)GET /api/costs/export—backend/src/routes/costs.ts(마운트/api/costs, 하위 경로/export)GET /api/costs/tariffs—backend/src/routes/costs.ts(마운트/api/costs, 하위 경로/tariffs)POST /api/costs/budgets—backend/src/routes/costs.ts(마운트/api/costs, 하위 경로/budgets)POST /api/costs/tariffs—backend/src/routes/costs.ts(마운트/api/costs, 하위 경로/tariffs)PUT /api/costs/budgets/:budgetId—backend/src/routes/costs.ts(마운트/api/costs, 하위 경로/budgets/:budgetId)GET /api/plugins/usage—backend/src/routes/plugins.ts(마운트/api/plugins, 하위 경로/usage)
평가 플랫폼
DELETE /api/evaluations/feedback/:messageId—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/feedback/:messageId)DELETE /api/evaluations/sets/:setId—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/sets/:setId)GET /api/evaluations/arena/leaderboard—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/arena/leaderboard)GET /api/evaluations/feedback—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/feedback)GET /api/evaluations/feedback/all—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/feedback/all)GET /api/evaluations/runs—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/runs)GET /api/evaluations/runs/:runId—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/runs/:runId)GET /api/evaluations/runs/:runId/export—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/runs/:runId/export)GET /api/evaluations/sets—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/sets)POST /api/evaluations/arena/matches—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/arena/matches)POST /api/evaluations/arena/votes—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/arena/votes)POST /api/evaluations/feedback—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/feedback)POST /api/evaluations/runs—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/runs)POST /api/evaluations/runs/:runId/cancel—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/runs/:runId/cancel)POST /api/evaluations/sets—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/sets)PUT /api/evaluations/sets/:setId—backend/src/routes/evaluations.ts(마운트/api/evaluations, 하위 경로/sets/:setId)
시스템 진단
GET /health—backend/src/routes/health.ts(마운트/health, 하위 경로/)GET /health/deep—backend/src/routes/health.ts(마운트/health, 하위 경로/deep)GET /health/live—backend/src/routes/health.ts(마운트/health, 하위 경로/live)GET /health/ready—backend/src/routes/health.ts(마운트/health, 하위 경로/ready)GET /api/system—backend/src/routes/systemDiagnostics.ts(마운트/api/system, 하위 경로/)
사용자 관리
DELETE /api/users/:id—backend/src/routes/users.ts(마운트/api/users, 하위 경로/:id)GET /api/users—backend/src/routes/users.ts(마운트/api/users, 하위 경로/)GET /api/users/pending-approvals—backend/src/routes/users.ts(마운트/api/users, 하위 경로/pending-approvals)PATCH /api/users/:id—backend/src/routes/users.ts(마운트/api/users, 하위 경로/:id)PATCH /api/users/:id/approve—backend/src/routes/users.ts(마운트/api/users, 하위 경로/:id/approve)PATCH /api/users/me/avatar—backend/src/routes/users.ts(마운트/api/users, 하위 경로/me/avatar)POST /api/users—backend/src/routes/users.ts(마운트/api/users, 하위 경로/)POST /api/users/:id/mfa/reset—backend/src/routes/users.ts(마운트/api/users, 하위 경로/:id/mfa/reset)
인증
DELETE /api/auth/passkeys/:id—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/passkeys/:id)DELETE /api/auth/sessions/:id—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/sessions/:id)DELETE /api/auth/tokens/:id—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/tokens/:id)GET /api/auth/encryption-key—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/encryption-key)GET /api/auth/me—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/me)GET /api/auth/mfa—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/mfa)GET /api/auth/mfa/policy—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/mfa/policy)GET /api/auth/oauth/github—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/oauth/github)GET /api/auth/oauth/github/callback—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/oauth/github/callback)GET /api/auth/oauth/github/status—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/oauth/github/status)GET /api/auth/oauth/huggingface—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/oauth/huggingface)GET /api/auth/oauth/huggingface/callback—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/oauth/huggingface/callback)GET /api/auth/oauth/huggingface/status—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/oauth/huggingface/status)GET /api/auth/oauth/oidc—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/oauth/oidc)GET /api/auth/oauth/oidc/callback—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/oauth/oidc/callback)GET /api/auth/oauth/oidc/status—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/oauth/oidc/status)GET /api/auth/passkeys—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/passkeys)GET /api/auth/sessions—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/sessions)GET /api/auth/system-info—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/system-info)GET /api/auth/tokens—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/tokens)GET /api/auth/verify—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/verify)POST /api/auth/login—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/login)POST /api/auth/logout—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/logout)POST /api/auth/mfa/activate—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/mfa/activate)POST /api/auth/mfa/activate-challenge—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/mfa/activate-challenge)POST /api/auth/mfa/disable—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/mfa/disable)POST /api/auth/mfa/enroll—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/mfa/enroll)POST /api/auth/mfa/enroll-challenge—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/mfa/enroll-challenge)POST /api/auth/mfa/recovery-codes—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/mfa/recovery-codes)POST /api/auth/mfa/verify—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/mfa/verify)POST /api/auth/oauth/exchange—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/oauth/exchange)POST /api/auth/passkeys/login—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/passkeys/login)POST /api/auth/passkeys/login-options—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/passkeys/login-options)POST /api/auth/passkeys/register—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/passkeys/register)POST /api/auth/passkeys/register-options—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/passkeys/register-options)POST /api/auth/sessions/revoke-others—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/sessions/revoke-others)POST /api/auth/signup—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/signup)POST /api/auth/tokens—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/tokens)POST /api/auth/websocket-ticket—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/websocket-ticket)PUT /api/auth/mfa/policy—backend/src/routes/auth.ts(마운트/api/auth, 하위 경로/mfa/policy)
접근 제어
DELETE /api/access/grants/:id—backend/src/routes/access.ts(마운트/api/access, 하위 경로/grants/:id)GET /api/access/grants—backend/src/routes/access.ts(마운트/api/access, 하위 경로/grants)GET /api/access/principals—backend/src/routes/access.ts(마운트/api/access, 하위 경로/principals)GET /api/access/principals/groups—backend/src/routes/access.ts(마운트/api/access, 하위 경로/principals/groups)GET /api/access/shared-with-me—backend/src/routes/access.ts(마운트/api/access, 하위 경로/shared-with-me)POST /api/access/grants—backend/src/routes/access.ts(마운트/api/access, 하위 경로/grants)GET /api/audit—backend/src/routes/audit.ts(마운트/api/audit, 하위 경로/)DELETE /api/groups/:id—backend/src/routes/groups.ts(마운트/api/groups, 하위 경로/:id)DELETE /api/groups/:id/members/:userId—backend/src/routes/groups.ts(마운트/api/groups, 하위 경로/:id/members/:userId)GET /api/groups—backend/src/routes/groups.ts(마운트/api/groups, 하위 경로/)GET /api/groups/effective/:userId—backend/src/routes/groups.ts(마운트/api/groups, 하위 경로/effective/:userId)PATCH /api/groups/:id—backend/src/routes/groups.ts(마운트/api/groups, 하위 경로/:id)POST /api/groups—backend/src/routes/groups.ts(마운트/api/groups, 하위 경로/)POST /api/groups/:id/members—backend/src/routes/groups.ts(마운트/api/groups, 하위 경로/:id/members)
공개 API
GET /v1/models—backend/src/routes/openaiCompat.ts(마운트/v1, 하위 경로/models)POST /v1/chat/completions—backend/src/routes/openaiCompat.ts(마운트/v1, 하위 경로/chat/completions)
데이터 이식성
GET /api/preferences/export—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/export)POST /api/preferences/import—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/import)POST /api/preferences/import/preflight—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/import/preflight)
문서 지식 및 검색
DELETE /api/documents/:documentId—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/:documentId)DELETE /api/documents/collections/:collectionId—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/collections/:collectionId)GET /api/documents—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/)GET /api/documents/:documentId—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/:documentId)GET /api/documents/:documentId/source—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/:documentId/source)GET /api/documents/collections—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/collections)GET /api/documents/embeddings/status—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/embeddings/status)GET /api/documents/session/:sessionId—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/session/:sessionId)POST /api/documents/collections—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/collections)POST /api/documents/embeddings/regenerate—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/embeddings/regenerate)POST /api/documents/fetch-url—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/fetch-url)POST /api/documents/search—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/search)POST /api/documents/upload—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/upload)PUT /api/documents/:documentId/collection—backend/src/routes/documents.ts(마운트/api/documents, 하위 경로/:documentId/collection)GET /api/embeddings/models—backend/src/routes/embeddings.ts(마운트/api/embeddings, 하위 경로/models)
페르소나 메모리
DELETE /api/personas/:id/memory—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/:id/memory)GET /api/personas/:id/memory/core—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/:id/memory/core)GET /api/personas/:id/memory/stats—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/:id/memory/stats)GET /api/personas/:id/memory/status—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/:id/memory/status)POST /api/personas/:id/memory/consolidate—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/:id/memory/consolidate)POST /api/personas/:id/memory/decay—backend/src/routes/personas.ts(마운트/api/personas, 하위 경로/:id/memory/decay)
웹 검색
GET /api/search/access—backend/src/routes/search.ts(마운트/api/search, 하위 경로/access)GET /api/search/app—backend/src/routes/search.ts(마운트/api/search, 하위 경로/app)GET /api/search/config—backend/src/routes/search.ts(마운트/api/search, 하위 경로/config)POST /api/search/test—backend/src/routes/search.ts(마운트/api/search, 하위 경로/test)PUT /api/search/access—backend/src/routes/search.ts(마운트/api/search, 하위 경로/access)PUT /api/search/config—backend/src/routes/search.ts(마운트/api/search, 하위 경로/config)
설정 및 환경설정
GET /api/preferences—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/)GET /api/preferences/default-theme—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/default-theme)POST /api/preferences/embedding-settings/reset—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/embedding-settings/reset)POST /api/preferences/generation-options/reset—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/generation-options/reset)PUT /api/preferences—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/)PUT /api/preferences/default-model—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/default-model)PUT /api/preferences/default-theme—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/default-theme)PUT /api/preferences/embedding-settings—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/embedding-settings)PUT /api/preferences/generation-options—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/generation-options)PUT /api/preferences/model-generation-options—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/model-generation-options)PUT /api/preferences/system-message—backend/src/routes/preferences.ts(마운트/api/preferences, 하위 경로/system-message)
음성 입력 및 출력
GET /api/stt/models—backend/src/routes/stt.ts(마운트/api/stt, 하위 경로/models)POST /api/stt/transcribe—backend/src/routes/stt.ts(마운트/api/stt, 하위 경로/transcribe)DELETE /api/tts/voice-profiles/:profileId—backend/src/routes/tts.ts(마운트/api/tts, 하위 경로/voice-profiles/:profileId)GET /api/tts/models—backend/src/routes/tts.ts(마운트/api/tts, 하위 경로/models)GET /api/tts/plugins—backend/src/routes/tts.ts(마운트/api/tts, 하위 경로/plugins)GET /api/tts/voice-profiles—backend/src/routes/tts.ts(마운트/api/tts, 하위 경로/voice-profiles)GET /api/tts/voices/:pluginId—backend/src/routes/tts.ts(마운트/api/tts, 하위 경로/voices/:pluginId)POST /api/tts/generate—backend/src/routes/tts.ts(마운트/api/tts, 하위 경로/generate)POST /api/tts/generate-base64—backend/src/routes/tts.ts(마운트/api/tts, 하위 경로/generate-base64)POST /api/tts/voice-clone—backend/src/routes/tts.ts(마운트/api/tts, 하위 경로/voice-clone)POST /api/tts/voice-profiles/:profileId/revoke—backend/src/routes/tts.ts(마운트/api/tts, 하위 경로/voice-profiles/:profileId/revoke)GET /api/voice-access—backend/src/routes/voiceAccess.ts(마운트/api/voice-access, 하위 경로/)PUT /api/voice-access/:feature—backend/src/routes/voiceAccess.ts(마운트/api/voice-access, 하위 경로/:feature)
Hugging Face Hub
GET /api/huggingface-hub/models—backend/src/routes/huggingfaceHub.ts(마운트/api/huggingface-hub, 하위 경로/models)GET /api/huggingface-hub/models/:author/:modelName—backend/src/routes/huggingfaceHub.ts(마운트/api/huggingface-hub, 하위 경로/models/:author/:modelName)GET /api/huggingface-hub/models/:author/:modelName/gguf—backend/src/routes/huggingfaceHub.ts(마운트/api/huggingface-hub, 하위 경로/models/:author/:modelName/gguf)GET /api/huggingface-hub/models/:author/:modelName/has-gguf—backend/src/routes/huggingfaceHub.ts(마운트/api/huggingface-hub, 하위 경로/models/:author/:modelName/has-gguf)GET /api/huggingface-hub/tasks—backend/src/routes/huggingfaceHub.ts(마운트/api/huggingface-hub, 하위 경로/tasks)GET /api/huggingface-hub/trending—backend/src/routes/huggingfaceHub.ts(마운트/api/huggingface-hub, 하위 경로/trending)POST /api/huggingface-hub/cache/clear—backend/src/routes/huggingfaceHub.ts(마운트/api/huggingface-hub, 하위 경로/cache/clear)
Libre Claw
DELETE /api/libre-claw/automations/:automationId—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/automations/:automationId)GET /api/libre-claw/access—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/access)GET /api/libre-claw/automations—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/automations)GET /api/libre-claw/automations/:automationId—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/automations/:automationId)GET /api/libre-claw/config/fallback—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/config/fallback)GET /api/libre-claw/config/model—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/config/model)GET /api/libre-claw/dashboard—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/dashboard)GET /api/libre-claw/health—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/health)GET /api/libre-claw/runs—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/runs)GET /api/libre-claw/runs/:runId—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/runs/:runId)GET /api/libre-claw/runs/:runId/events—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/runs/:runId/events)GET /api/libre-claw/status—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/status)GET /api/libre-claw/usage—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/usage)PATCH /api/libre-claw/automations/:automationId—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/automations/:automationId)PATCH /api/libre-claw/config/fallback—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/config/fallback)PATCH /api/libre-claw/config/model—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/config/model)PATCH /api/libre-claw/config/theme—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/config/theme)POST /api/libre-claw/automations—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/automations)POST /api/libre-claw/automations/:automationId/pause—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/automations/:automationId/pause)POST /api/libre-claw/automations/:automationId/resume—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/automations/:automationId/resume)POST /api/libre-claw/automations/:automationId/run—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/automations/:automationId/run)POST /api/libre-claw/runs—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/runs)POST /api/libre-claw/runs/:runId/cancel—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/runs/:runId/cancel)POST /api/libre-claw/runs/:runId/permissions/:toolCallId—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/runs/:runId/permissions/:toolCallId)PUT /api/libre-claw/access—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/access)PUT /api/libre-claw/automations/:automationId—backend/src/routes/libreClaw.ts(마운트/api/libre-claw, 하위 경로/automations/:automationId)
영속 작업 및 이벤트
GET /api/jobs—backend/src/routes/jobs.ts(마운트/api/jobs, 하위 경로/)GET /api/jobs/:jobId—backend/src/routes/jobs.ts(마운트/api/jobs, 하위 경로/:jobId)GET /api/jobs/:jobId/events—backend/src/routes/jobs.ts(마운트/api/jobs, 하위 경로/:jobId/events)POST /api/jobs/:jobId/cancel—backend/src/routes/jobs.ts(마운트/api/jobs, 하위 경로/:jobId/cancel)
solo 및 team 배포 프로필
마운트된 Express 엔드포인트가 없습니다. 실행 가능한 경계는 위에 기록된 UI 및/또는 소스 근거입니다.
복구 및 백업
GET /api/recovery/drills—backend/src/routes/recovery.ts(마운트/api/recovery, 하위 경로/drills)POST /api/recovery/drills/run—backend/src/routes/recovery.ts(마운트/api/recovery, 하위 경로/drills/run)
정확한 WebSocket 경로 인벤토리
WEBSOCKET /ws— 채팅,backend/src/websocketServer.ts; 인증 근거:backend/src/websocketServer.ts,scripts/test-websocket-tickets.mjsWEBSOCKET /ws/work-terminal— Work,backend/src/websocketServer.ts; 인증 근거:backend/src/workTerminalServer.ts,scripts/test-websocket-tickets.mjsWEBSOCKET /ws/work-screen— Work,backend/src/websocketServer.ts; 인증 근거:backend/src/workScreenServer.tsWEBSOCKET /ws/work-audio— Work,backend/src/websocketServer.ts; 인증 근거:backend/src/workScreenServer.ts
강제 적용 경계
패키지 게이트는 TypeScript/JavaScript 소스를 구문 분석하고 가져온 모든 Express 라우터를 리터럴 애플리케이션 마운트로 해석한 뒤, 모든 리터럴 라우터 메서드/경로 선언과 WebSocket 업그레이드 경로 이름을 이 인벤토리와 일대일로 대조합니다. 마운트되지 않은 경로 파일, 지원하지 않는 router.route() 빌더, 동적 경로, 누락되거나 중복된 엔드포인트 소유자, 누락된 WebSocket 인증 근거, 변경된 UI 경로, 누락된 스키마/매니페스트/기본값 적용 여부, 오래된 근거 또는 오래된 생성 문서가 있으면 실패합니다.
집중 테스트 근거는 이름이 정확히 일치하는 하나의 test(...) 선언과 해당 테스트 본문 안의 동작 패턴 최소 두 개로 제한됩니다. 백엔드 테스트는 test:package에 전달되는 정확한 파일 인수여야 하고 Playwright 사양은 일반 검색 대상과 일치해야 합니다. 게이트는 두 실행기가 일반 pull-request 및 dev/main Format & Lint 워크플로에서 실행된다는 점도 증명합니다.