# theseeker CRM 문서 > theseeker CRM 제품 가이드와 API 레퍼런스 ## 개요 - [theseeker CRM 문서](https://docs.theseeker.io/index.md): API 모니터링, 서버, 애널리틱스와 문서 사이트를 시작하는 안내서입니다. ## 시작하기 - [시작하기](https://docs.theseeker.io/getting-started/overview.md): 조직과 프로젝트를 만들고 첫 API 모니터를 등록하는 기본 흐름입니다. - [조직과 프로젝트](https://docs.theseeker.io/getting-started/organizations-and-projects.md): 조직 범위와 프로젝트 범위를 구분하고 리소스를 배치하는 방법입니다. - [API 키](https://docs.theseeker.io/getting-started/api-keys.md): 프로젝트 키와 관리 API 키의 차이, scope, IP 제한, secret 보관 방법을 설명합니다. ## API 모니터링 - [모니터](https://docs.theseeker.io/api-monitoring/monitors.md): API 상태 이벤트를 받을 모니터를 생성하고 조회하는 방법입니다. - [상태 페이지](https://docs.theseeker.io/api-monitoring/status-page.md): 모니터 상태를 공개 페이지와 커스텀 도메인으로 제공하는 방법입니다. - [Status SDK](https://docs.theseeker.io/api-monitoring/status-sdk.md): Node와 TypeScript에서 상태 이벤트, 서버 오류, 소스맵 CLI와 상태 페이지를 다루는 SDK 사용법입니다. ## 서버 모니터링 - [서버 모니터링 개요](https://docs.theseeker.io/server-monitoring/overview.md): 읽기 전용 에이전트로 호스트, PM2, systemd, nginx 상태를 수집합니다. - [에이전트 설치](https://docs.theseeker.io/server-monitoring/agent-install.md): Ubuntu, macOS, nvm 전용 호스트에 server-agent를 설치하고 상태를 확인합니다. - [AI 에이전트 설정](https://docs.theseeker.io/server-monitoring/ai-agent-setup.md): AI 코딩 에이전트가 서버 등록과 읽기 전용 에이전트 설치를 수행하도록 안내하는 프롬프트입니다. - [서버 REST API 사용법](https://docs.theseeker.io/server-monitoring/rest-api.md): curl로 서버를 등록하고 조회, 수정, 삭제, 토큰 재발급을 수행합니다. - [알림과 데이터 보존](https://docs.theseeker.io/server-monitoring/alerts-and-retention.md): 서버 오프라인, 자원 사용량, PM2 재시작 알림과 시계열 보존 기간을 설명합니다. ## 애널리틱스 - [애널리틱스](https://docs.theseeker.io/analytics/overview.md): 웹 분석, Core Web Vitals, 퍼널, 공유 대시보드와 주간 리포트를 살펴보는 방법입니다. - [실시간 애널리틱스](https://docs.theseeker.io/analytics/realtime.md): 현재 방문자와 최근 활동을 실시간 화면에서 확인합니다. - [에러 트래킹](https://docs.theseeker.io/analytics/errors.md): 브라우저와 서버 오류 수집, 릴리스, 소스맵, 알림을 설정합니다. ## 피드백 - [피드백](https://docs.theseeker.io/feedback/overview.md): SDK 피드백, 임베드 위젯, 상태·태그, 오류 연결과 NPS·CSAT 설문을 설정합니다. ## 문서 사이트 - [문서 사이트 개요](https://docs.theseeker.io/docs-sites/overview.md): 조직의 제품 문서를 작성하고 안전하게 공개하는 Docs 기능을 소개합니다. - [에디터와 페이지 작성](https://docs.theseeker.io/docs-sites/editor.md): 문서 편집기, 자동 저장, 내비게이션과 충돌 해결 방법을 안내합니다. - [컴포넌트 레퍼런스](https://docs.theseeker.io/docs-sites/components.md): 문서 작성에 사용할 수 있는 블록, 인라인 요소와 서식의 예시입니다. - [게시·공개 범위·주소](https://docs.theseeker.io/docs-sites/publishing.md): 초안을 릴리스로 게시하고 공개 범위와 문서 주소를 관리합니다. - [커스텀 도메인](https://docs.theseeker.io/docs-sites/custom-domain.md): 문서 사이트를 자체 도메인에 연결하고 검증 상태를 확인합니다. - [AI로 문서 작성 (MCP·SDK)](https://docs.theseeker.io/docs-sites/ai-authoring.md): MCP 도구와 TypeScript SDK로 Docs 사이트와 페이지를 관리합니다. ## LLM 안내 - [LLM 안내](https://docs.theseeker.io/llm/overview.md): LLM과 코딩 에이전트가 theseeker CRM 문서를 안정적으로 읽는 방법입니다. ## API 레퍼런스 - [Authentication](https://docs.theseeker.io/api-reference/authentication.md): CRM API의 Bearer 인증 형식과 키 범위를 설명하는 레퍼런스입니다. - [Errors와 Rate Limits](https://docs.theseeker.io/api-reference/errors-and-rate-limits.md): 공통 오류 envelope, HTTP status, 서버 API의 요청 제한을 정리합니다. - [Projects API](https://docs.theseeker.io/api-reference/projects.md): 조직 안에 프로젝트를 생성하고 관리 API로 조회하는 방법입니다. - [Monitors API](https://docs.theseeker.io/api-reference/monitors.md): 모니터 생성, 목록 조회, 수정, 삭제 endpoint의 기본 계약입니다. - [Status Page API](https://docs.theseeker.io/api-reference/status-page.md): 상태 페이지 조회와 부분 수정, 커스텀 도메인 검증 endpoint를 설명합니다. - [Feedback API](https://docs.theseeker.io/api-reference/feedback.md): 조직의 피드백을 조회하고 프로젝트 키로 전송하는 경계를 설명합니다. - [Source Maps API](https://docs.theseeker.io/api-reference/sourcemaps.md): 릴리스별 JavaScript source map 업로드, 조회, 삭제 API입니다. - [Servers API](https://docs.theseeker.io/api-reference/servers.md): 서버 목록, 등록, 상세, 수정, 삭제, 토큰 재발급의 REST 계약입니다. - [Docs API](https://docs.theseeker.io/api-reference/docs.md): 조직 API 키로 문서 사이트, 페이지, 내비게이션과 릴리스를 관리합니다. - [Docs SDK](https://docs.theseeker.io/api-reference/docs-sdk.md): TypeScript에서 Docs REST API를 호출하는 공식 npm 클라이언트를 사용합니다. - [MCP](https://docs.theseeker.io/api-reference/mcp.md): API 키로 인증하는 MCP 서버 엔드포인트와 클라이언트 설정