SpyBara
Go Premium

Documentation 2026-08-06 15:02 UTC to 2026-08-07 07:00 UTC

4 files changed +53 −51. View all changes and history on the product overview
2026
Fri 7 07:00 Thu 6 15:02 Wed 5 22:02 Tue 4 22:59 Mon 3 20:02 Sun 2 19:00
Details

8 8 

9예약된 작업은 선택한 시간과 빈도에 따라 새 세션을 자동으로 시작합니다. 일일 코드 리뷰, 종속성 업데이트 확인 또는 캘린더와 받은편지함에서 정보를 가져오는 아침 브리핑과 같은 반복 작업에 사용합니다.9예약된 작업은 선택한 시간과 빈도에 따라 새 세션을 자동으로 시작합니다. 일일 코드 리뷰, 종속성 업데이트 확인 또는 캘린더와 받은편지함에서 정보를 가져오는 아침 브리핑과 같은 반복 작업에 사용합니다.

10 10 

11Desktop 앱의 **Routines** 페이지를 통해 로컬 예약된 작업과 원격 [routines](/ko/routines)을 모두 만들 수 있습니다. 로컬 작업은 사용자의 머신에서 실행되며 파일과 도구에 직접 접근할 수 있지만, 앱이 열려 있고 컴퓨터가 깨어 있을 때만 실행됩니다. 원격 routine은 컴퓨터가 꺼져 있어도 Anthropic 관리 클라우드 인프라에서 실행되며, API 호출이나 GitHub 이벤트에 대해서도 실행될 수 있습니다. 이 페이지는 로컬 예약된 작업을 다룹니다. 원격 routine과 해당 트리거 옵션에 대해서는 [Routines](/ko/routines)을 참조하세요.11Desktop 앱의 **Routines** 페이지를 통해 로컬 예약된 작업과 원격 [routines](/docs/ko/routines)을 모두 만들 수 있습니다. 로컬 작업은 사용자의 머신에서 실행되며 파일과 도구에 직접 접근할 수 있지만, 앱이 열려 있고 컴퓨터가 깨어 있을 때만 실행됩니다. 원격 routine은 컴퓨터가 꺼져 있어도 Anthropic 관리 클라우드 인프라에서 실행되며, API 호출이나 GitHub 이벤트에 대해서도 실행될 수 있습니다. 이 페이지는 로컬 예약된 작업을 다룹니다. 원격 routine과 해당 트리거 옵션에 대해서는 [Routines](/docs/ko/routines)을 참조하세요.

12 12 

13<h2 id="compare-scheduling-options">13<h2 id="compare-scheduling-options">

14 예약 옵션 비교14 예약 옵션 비교


16 16 

17Claude Code offers three ways to schedule recurring or one-off work:17Claude Code offers three ways to schedule recurring or one-off work:

18 18 

19| | [Cloud](/en/routines) | [Desktop](/en/desktop-scheduled-tasks) | [`/loop`](/en/scheduled-tasks) |19| | [Cloud](/docs/en/routines) | [Desktop](/docs/en/desktop-scheduled-tasks) | [`/loop`](/docs/en/scheduled-tasks) |

20| :------------------------- | :----------------------------- | :------------------------------------- | :---------------------------------- |20| :------------------------- | :---------------------------------- | :------------------------------------- | :---------------------------------- |

21| Runs on | Anthropic cloud | Your machine | Your machine |21| Runs on | Cloud, Anthropic-managed by default | Your machine | Your machine |

22| Requires machine on | No | Yes | Yes |22| Requires machine on | No | Yes | Yes |

23| Requires open session | No | No | Yes |23| Requires open session | No | No | Yes |

24| Persistent across restarts | Yes | Yes | Restored on `--resume` if unexpired |24| Persistent across restarts | Yes | Yes | Restored on `--resume` if unexpired |

25| Access to local files | No (fresh clone) | Yes | Yes |25| Access to local files | No (fresh clone) | Yes | Yes |

26| MCP servers | Connectors configured per task | [Config files](/en/mcp) and connectors | Inherits from session |26| MCP servers | Connectors configured per task | [Config files](/docs/en/mcp) and connectors | Inherits from session |

27| Permission prompts | No (runs autonomously) | Configurable per task | Inherits from session |27| Permission prompts | No (runs autonomously) | Configurable per task | Inherits from session |

28| Customizable schedule | Via `/schedule` in the CLI | Yes | Yes |28| Customizable schedule | Via `/schedule` in the CLI | Yes | Yes |

29| Minimum interval | 1 hour | 1 minute | 1 minute |29| Minimum interval | 1 hour | 1 minute | 1 minute |


33</Tip>33</Tip>

34 34 

35<Note>35<Note>

36 기본적으로 예약된 작업은 커밋되지 않은 변경 사항을 포함하여 작업 디렉토리의 현재 상태에 대해 실행됩니다. 작업을 만들 때 worktree 토글을 활성화하여 각 실행이 자신의 격리된 Git worktree를 갖도록 하면, [병렬 세션](/ko/desktop#work-in-parallel-with-sessions)과 동일한 방식으로 작동합니다.36 기본적으로 예약된 작업은 커밋되지 않은 변경 사항을 포함하여 작업 디렉토리의 현재 상태에 대해 실행됩니다. 작업을 만들 때 worktree 토글을 활성화하여 각 실행이 자신의 격리된 Git worktree를 갖도록 하면, [병렬 세션](/docs/ko/desktop#work-in-parallel-with-sessions)과 동일한 방식으로 작동합니다.

37</Note>37</Note>

38 38 

39<h2 id="create-a-scheduled-task">39<h2 id="create-a-scheduled-task">


75 75 

76작업이 실행되면 데스크톱 알림을 받고 새 세션이 사이드바의 **Scheduled** 섹션 아래에 나타납니다. 이를 열어 Claude가 수행한 작업을 확인하고, 변경 사항을 검토하거나, 권한 프롬프트에 응답합니다. 세션은 다른 세션처럼 작동합니다: Claude는 파일을 편집하고, 명령을 실행하고, 커밋을 만들고, 풀 요청을 열 수 있습니다.76작업이 실행되면 데스크톱 알림을 받고 새 세션이 사이드바의 **Scheduled** 섹션 아래에 나타납니다. 이를 열어 Claude가 수행한 작업을 확인하고, 변경 사항을 검토하거나, 권한 프롬프트에 응답합니다. 세션은 다른 세션처럼 작동합니다: Claude는 파일을 편집하고, 명령을 실행하고, 커밋을 만들고, 풀 요청을 열 수 있습니다.

77 77 

78작업은 desktop 앱이 실행 중이고 컴퓨터가 깨어 있을 때만 실행됩니다. 컴퓨터가 예약된 시간을 통해 절전 모드로 전환되면 실행이 건너뜁니다. 유휴 절전을 방지하려면 **Desktop app → General** 아래의 Settings에서 **Keep computer awake**를 활성화합니다. 노트북 뚜껑을 닫으면 여전히 절전 모드로 전환됩니다. 컴퓨터가 꺼져 있어도 실행되어야 하거나 API 호출이나 GitHub 이벤트에 대해 트리거되어야 하는 작업의 경우, 대신 원격 [routine](/ko/routines)을 만듭니다.78작업은 desktop 앱이 실행 중이고 컴퓨터가 깨어 있을 때만 실행됩니다. 컴퓨터가 예약된 시간을 통해 절전 모드로 전환되면 실행이 건너뜁니다. 유휴 절전을 방지하려면 **Desktop app → General** 아래의 Settings에서 **Keep computer awake**를 활성화합니다. 노트북 뚜껑을 닫으면 여전히 절전 모드로 전환됩니다. 컴퓨터가 꺼져 있어도 실행되어야 하거나 API 호출이나 GitHub 이벤트에 대해 트리거되어야 하는 작업의 경우, 대신 원격 [routine](/docs/ko/routines)을 만듭니다.

79 79 

80<h2 id="missed-runs">80<h2 id="missed-runs">

81 놓친 실행81 놓친 실행


93 93 

94정지를 방지하려면 작업을 만든 후 **Run now**를 클릭하고 권한 프롬프트를 확인한 다음 각 프롬프트에 대해 "always allow"를 선택합니다. 해당 작업의 향후 실행은 프롬프트 없이 동일한 도구를 자동으로 승인합니다. 작업의 세부 정보 페이지에서 이러한 승인을 검토하고 취소할 수 있습니다.94정지를 방지하려면 작업을 만든 후 **Run now**를 클릭하고 권한 프롬프트를 확인한 다음 각 프롬프트에 대해 "always allow"를 선택합니다. 해당 작업의 향후 실행은 프롬프트 없이 동일한 도구를 자동으로 승인합니다. 작업의 세부 정보 페이지에서 이러한 승인을 검토하고 취소할 수 있습니다.

95 95 

96Connector 도구 [조직에서 `ask`로 설정](/ko/mcp#organization-controls-on-connector-tools)된 도구와 [`requiresUserInteraction`](/ko/mcp#require-approval-for-a-specific-tool)으로 표시된 MCP 도구는 매번 호출할 때마다 프롬프트를 표시하며 always-allow 옵션을 제공하지 않습니다. 이러한 도구를 호출하는 실행은 매번 정지됩니다.96Connector 도구 [조직에서 `ask`로 설정](/docs/ko/mcp#organization-controls-on-connector-tools)된 도구와 [`requiresUserInteraction`](/docs/ko/mcp#require-approval-for-a-specific-tool)으로 표시된 MCP 도구는 매번 호출할 때마다 프롬프트를 표시하며 always-allow 옵션을 제공하지 않습니다. 이러한 도구를 호출하는 실행은 매번 정지됩니다.

97 97 

98<h2 id="manage-scheduled-tasks">98<h2 id="manage-scheduled-tasks">

99 예약된 작업 관리99 예약된 작업 관리


112 112 

113예약된 작업은 실행 중인 세션 내에서 `update_scheduled_task` MCP 도구를 사용하여 자신의 일정이나 프롬프트를 수정할 수도 있습니다. 이를 통해 작업은 발견한 내용에 따라 자신을 재예약할 수 있습니다. 예를 들어, 릴리스 브랜치가 생성되었음을 감지할 때 코드 리뷰를 더 일찍 실행하도록 재예약합니다.113예약된 작업은 실행 중인 세션 내에서 `update_scheduled_task` MCP 도구를 사용하여 자신의 일정이나 프롬프트를 수정할 수도 있습니다. 이를 통해 작업은 발견한 내용에 따라 자신을 재예약할 수 있습니다. 예를 들어, 릴리스 브랜치가 생성되었음을 감지할 때 코드 리뷰를 더 일찍 실행하도록 재예약합니다.

114 114 

115디스크에서 작업의 프롬프트를 편집하려면 `~/.claude/scheduled-tasks/<task-name>/SKILL.md`를 엽니다 (설정된 경우 [`CLAUDE_CONFIG_DIR`](/ko/env-vars) 아래). 파일은 `name` 및 `description`에 대해 YAML frontmatter를 사용하며, 프롬프트는 본문입니다. 변경 사항은 다음 실행에 적용됩니다. Schedule, folder, model 및 enabled state는 이 파일에 없습니다: Edit 양식을 통해 변경하거나 Claude에게 요청합니다.115디스크에서 작업의 프롬프트를 편집하려면 `~/.claude/scheduled-tasks/<task-name>/SKILL.md`를 엽니다 (설정된 경우 [`CLAUDE_CONFIG_DIR`](/docs/ko/env-vars) 아래). 파일은 `name` 및 `description`에 대해 YAML frontmatter를 사용하며, 프롬프트는 본문입니다. 변경 사항은 다음 실행에 적용됩니다. Schedule, folder, model 및 enabled state는 이 파일에 없습니다: Edit 양식을 통해 변경하거나 Claude에게 요청합니다.

116 116 

117<h2 id="related-resources">117<h2 id="related-resources">

118 관련 리소스118 관련 리소스

119</h2>119</h2>

120 120 

121* [Routines](/ko/routines): Anthropic 관리 인프라에서 일정에 따라, API 호출을 통해 또는 GitHub 이벤트에 대응하여 작업을 실행합니다. 컴퓨터가 꺼져 있어도 실행됩니다.121* [Routines](/docs/ko/routines): Anthropic 관리 인프라에서 일정에 따라, API 호출을 통해 또는 GitHub 이벤트에 대응하여 작업을 실행합니다. 컴퓨터가 꺼져 있어도 실행됩니다.

122* [Run prompts on a schedule](/ko/scheduled-tasks): CLI에서 `/loop`를 사용한 세션 범위 예약122* [Run prompts on a schedule](/docs/ko/scheduled-tasks): CLI에서 `/loop`를 사용한 세션 범위 예약

123* [Claude Code GitHub Actions](/ko/github-actions): 머신에서가 아닌 CI에서 일정에 따라 Claude를 실행합니다.123* [Claude Code GitHub Actions](/docs/ko/github-actions): 머신에서가 아닌 CI에서 일정에 따라 Claude를 실행합니다.

124* [Use Claude Code Desktop](/ko/desktop): 전체 Desktop 앱 가이드124* [Use Claude Code Desktop](/docs/ko/desktop): 전체 Desktop 앱 가이드

platforms.md +36 −35

Details

16 16 

17| 플랫폼 | 최적 용도 | 제공 기능 |17| 플랫폼 | 최적 용도 | 제공 기능 |

18| :-------------------------------- | :----------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------- |18| :-------------------------------- | :----------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------- |

19| [CLI](/ko/quickstart) | 터미널 워크플로우, 스크립팅, 원격 서버 | 전체 기능 세트, [Agent SDK](/ko/headless), macOS의 [컴퓨터 사용](/ko/computer-use) (Pro 및 Max), 타사 제공자 |19| [CLI](/docs/ko/quickstart) | 터미널 워크플로우, 스크립팅, 원격 서버 | 전체 기능 세트, [Agent SDK](/docs/ko/headless), macOS의 [컴퓨터 사용](/docs/ko/computer-use) (Pro 및 Max), 타사 제공자 |

20| [Desktop](/ko/desktop) | 시각적 검토, 병렬 세션, 관리형 설정 | Diff 뷰어, 앱 미리보기, Pro 및 Max의 [컴퓨터 사용](/ko/desktop#let-claude-use-your-computer) 및 [Dispatch](/ko/desktop#sessions-from-dispatch) |20| [Desktop](/docs/ko/desktop) | 시각적 검토, 병렬 세션, 관리형 설정 | Diff 뷰어, 앱 미리보기, Pro 및 Max의 [컴퓨터 사용](/docs/ko/desktop#let-claude-use-your-computer) 및 [Dispatch](/docs/ko/desktop#sessions-from-dispatch) |

21| [VS Code](/ko/vs-code) | VS Code 내에서 터미널로 전환하지 않고 작업 | 인라인 Diff, 통합 터미널, 파일 컨텍스트 |21| [VS Code](/docs/ko/vs-code) | VS Code 내에서 터미널로 전환하지 않고 작업 | 인라인 Diff, 통합 터미널, 파일 컨텍스트 |

22| [JetBrains](/ko/jetbrains) | IntelliJ, PyCharm, WebStorm 또는 기타 JetBrains IDE 내에서 작업 | Diff 뷰어, 선택 공유, 터미널 세션 |22| [JetBrains](/docs/ko/jetbrains) | IntelliJ, PyCharm, WebStorm 또는 기타 JetBrains IDE 내에서 작업 | Diff 뷰어, 선택 공유, 터미널 세션 |

23| [Web](/ko/claude-code-on-the-web) | 많은 조작이 필요하지 않은 장기 실행 작업 또는 오프라인 상태에서도 계속되어야 하는 작업 | Anthropic 관리형 클라우드, 연결 해제 후에도 계속 실행 |23| [Web](/docs/ko/claude-code-on-the-web) | 많은 조작이 필요하지 않은 장기 실행 작업 또는 오프라인 상태에서도 계속되어야 하는 작업 | Anthropic 관리형 클라우드, 연결 해제 후에도 계속 실행 |

24| Mobile | 컴퓨터에서 멀리 떨어져 있을 때 작업 시작 및 모니터링 | iOS 및 Android용 Claude 앱의 클라우드 세션, 로컬 세션용 [Remote Control](/ko/remote-control), Pro 및 Max의 Desktop으로 [Dispatch](/ko/desktop#sessions-from-dispatch) |24| Mobile | 컴퓨터에서 멀리 떨어져 있을 때 작업 시작 및 모니터링 | iOS 및 Android용 Claude 앱의 클라우드 세션, 로컬 세션용 [Remote Control](/docs/ko/remote-control), Pro 및 Max의 Desktop으로 [Dispatch](/docs/ko/desktop#sessions-from-dispatch) |

25 25 

26CLI는 터미널 기반 작업을 위한 가장 완전한 플랫폼입니다. 스크립팅 및 Agent SDK는 CLI 전용입니다. 타사 제공자는 [VS Code](/ko/vs-code#use-third-party-providers)에서도 작동합니다. Enterprise [Desktop](/ko/desktop) 배포는 Google Cloud의 Agent Platform을 지원하며, Desktop은 [게이트웨이 제공자](/ko/llm-gateway-connect#desktop-app)를 지원합니다. Amazon Bedrock 또는 Microsoft Foundry의 경우 CLI 또는 VS Code를 사용하거나, 해당 제공자에서 Code 탭을 실행하는 [Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/overview)를 사용합니다. Desktop과 IDE 확장 프로그램은 일부 CLI 전용 기능을 포기하는 대신 시각적 검토와 더 긴밀한 편집기 통합을 제공합니다. 웹은 Anthropic의 클라우드에서 실행되므로 연결을 해제한 후에도 작업이 계속됩니다. Mobile은 동일한 클라우드 세션으로의 씬 클라이언트이거나 Remote Control을 통한 로컬 세션으로의 씬 클라이언트이며, Dispatch를 통해 Desktop으로 작업을 보낼 수 있습니다.26CLI는 터미널 기반 작업을 위한 가장 완전한 플랫폼입니다. 스크립팅 및 Agent SDK는 CLI 전용입니다. 타사 제공자는 [VS Code](/docs/ko/vs-code#use-third-party-providers)에서도 작동합니다. Enterprise [Desktop](/docs/ko/desktop) 배포는 Google Cloud의 Agent Platform을 지원하며, Desktop은 [게이트웨이 제공자](/docs/ko/llm-gateway-connect#desktop-app)를 지원합니다. Amazon Bedrock 또는 Microsoft Foundry의 경우 CLI 또는 VS Code를 사용하거나, 해당 제공자에서 Code 탭을 실행하는 [Claude Desktop on 3P](https://claude.com/docs/third-party/claude-desktop/overview)를 사용합니다. Desktop과 IDE 확장 프로그램은 일부 CLI 전용 기능을 포기하는 대신 시각적 검토와 더 긴밀한 편집기 통합을 제공합니다. 웹은 Anthropic의 클라우드에서 실행되므로 연결을 해제한 후에도 작업이 계속됩니다. Mobile은 동일한 클라우드 세션으로의 씬 클라이언트이거나 Remote Control을 통한 로컬 세션으로의 씬 클라이언트이며, Dispatch를 통해 Desktop으로 작업을 보낼 수 있습니다.

27 27 

28동일한 프로젝트에서 여러 플랫폼을 혼합하여 사용할 수 있습니다. 구성, 프로젝트 메모리 및 MCP 서버는 로컬 플랫폼 간에 공유됩니다.28동일한 프로젝트에서 여러 플랫폼을 혼합하여 사용할 수 있습니다. 구성, 프로젝트 메모리 및 MCP 서버는 로컬 플랫폼 간에 공유됩니다.

29 29 


35 35 

36| 통합 | 기능 | 사용 용도 |36| 통합 | 기능 | 사용 용도 |

37| :----------------------------------- | :------------------------------- | :----------------------------- |37| :----------------------------------- | :------------------------------- | :----------------------------- |

38| [Chrome](/ko/chrome) | 로그인된 세션으로 브라우저를 제어합니다 | 웹 앱 테스트, 양식 작성, API 없이 사이트 자동화 |38| [Chrome](/docs/ko/chrome) | 로그인된 세션으로 브라우저를 제어합니다 | 웹 앱 테스트, 양식 작성, API 없이 사이트 자동화 |

39| [GitHub Actions](/ko/github-actions) | CI 파이프라인에서 Claude를 실행합니다 | 자동화된 PR 검토, 이슈 분류, 예약된 유지보수 |39| [GitHub Actions](/docs/ko/github-actions) | CI 파이프라인에서 Claude를 실행합니다 | 자동화된 PR 검토, 이슈 분류, 예약된 유지보수 |

40| [GitLab CI/CD](/ko/gitlab-ci-cd) | GitHub Actions와 동일하지만 GitLab용입니다 | GitLab의 CI 기반 자동화 |40| [GitLab CI/CD](/docs/ko/gitlab-ci-cd) | GitHub Actions와 동일하지만 GitLab용입니다 | GitLab의 CI 기반 자동화 |

41| [Code Review](/ko/code-review) | 모든 PR을 자동으로 검토합니다 | 인간 검토 전에 버그 포착 |41| [Code Review](/docs/ko/code-review) | 모든 PR을 자동으로 검토합니다 | 인간 검토 전에 버그 포착 |

42| [Slack](/ko/slack) | 채널의 `@Claude` 멘션에 응답합니다 | 팀 채팅에서 버그 보고를 풀 요청으로 변환 |42| [Slack](/docs/ko/slack) | 채널의 `@Claude` 멘션에 응답합니다 | 팀 채팅에서 버그 보고를 풀 요청으로 변환 |

43 43 

44여기에 나열되지 않은 통합의 경우, [MCP 서버](/ko/mcp) 및 [커넥터](/ko/desktop#connect-external-tools)를 사용하면 거의 모든 것을 연결할 수 있습니다. Linear, Notion, Google Drive 또는 자체 내부 API입니다.44여기에 나열되지 않은 통합의 경우, [MCP 서버](/docs/ko/mcp) 및 [커넥터](/docs/ko/desktop#connect-external-tools)를 사용하면 거의 모든 것을 연결할 수 있습니다. Linear, Notion, Google Drive 또는 자체 내부 API입니다.

45 45 

46<h2 id="work-when-you-are-away-from-your-terminal">46<h2 id="work-when-you-are-away-from-your-terminal">

47 터미널에서 멀리 떨어져 있을 때 작업47 터미널에서 멀리 떨어져 있을 때 작업


50Claude Code offers several ways to work when you're not at your terminal. They differ in what triggers the work, where Claude runs, and how much you need to set up.50Claude Code offers several ways to work when you're not at your terminal. They differ in what triggers the work, where Claude runs, and how much you need to set up.

51 51 

52| | Trigger | Claude runs on | Setup | Best for |52| | Trigger | Claude runs on | Setup | Best for |

53| :--------------------------------------------- | :--------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------ |53| :------------------------------------------------------- | :--------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------ |

54| [Dispatch](/en/desktop#sessions-from-dispatch) | Message a task from the Claude mobile app | Your machine (Desktop) | [Pair the mobile app with Desktop](https://support.claude.com/en/articles/13947068) | Delegating work while you're away, minimal setup |54| [Dispatch](/docs/en/desktop#sessions-from-dispatch) | Message a task from the Claude mobile app | Your machine (Desktop) | [Pair the mobile app with Desktop](https://support.claude.com/en/articles/13947068) | Delegating work while you're away, minimal setup |

55| [Remote Control](/en/remote-control) | Drive a running session from [claude.ai/code](https://claude.ai/code) or the Claude mobile app | Your machine (CLI or VS Code) | Run `claude remote-control` | Steering in-progress work from another device |55| [Remote Control](/docs/en/remote-control) | Drive a running session from [claude.ai/code](https://claude.ai/code) or the Claude mobile app | Your machine (CLI or VS Code) | Run `claude remote-control` | Steering in-progress work from another device |

56| [Channels](/en/channels) | Push events from a chat app like Telegram or Discord, or your own server | Your machine (CLI) | [Install a channel plugin](/en/channels#quickstart) or [build your own](/en/channels-reference) | Reacting to external events like CI failures or chat messages |56| [Channels](/docs/en/channels) | Push events from a chat app like Telegram or Discord, or your own server | Your machine (CLI) | [Install a channel plugin](/docs/en/channels#quickstart) or [build your own](/docs/en/channels-reference) | Reacting to external events like CI failures or chat messages |

57| [Slack](/en/slack) | Mention `@Claude` in a team channel | Anthropic cloud | [Install the Slack app](/en/slack#setting-up-claude-code-in-slack) with [Claude Code on the web](/en/claude-code-on-the-web) enabled | PRs and reviews from team chat |57| [Slack](/docs/en/slack) | Mention `@Claude` in a team channel | Anthropic cloud | [Install the Slack app](/docs/en/slack#setting-up-claude-code-in-slack) with [Claude Code on the web](/docs/en/claude-code-on-the-web) enabled | PRs and reviews from team chat |

58| [Scheduled tasks](/en/scheduled-tasks) | Set a schedule | [CLI](/en/scheduled-tasks), [Desktop](/en/desktop-scheduled-tasks), or [cloud](/en/routines) | Pick a frequency | Recurring automation like daily reviews |58| [Self-hosted environments](/docs/en/self-hosted-environments) | Start a [cloud session](/docs/en/claude-code-on-the-web) and pick your organization's environment | Your organization's infrastructure | [Deploy runners](/docs/en/self-hosted-environments-quickstart), on Team and Enterprise plans | Cloud sessions that must run inside your network |

59| [Scheduled tasks](/docs/en/scheduled-tasks) | Set a schedule | [CLI](/docs/en/scheduled-tasks), [Desktop](/docs/en/desktop-scheduled-tasks), or [cloud](/docs/en/routines) | Pick a frequency | Recurring automation like daily reviews |

59 60 

60시작할 위치가 확실하지 않으면 [CLI를 설치](/ko/quickstart)하고 프로젝트 디렉토리에서 실행합니다. 터미널을 사용하지 않으려면 [Desktop](/ko/desktop-quickstart)이 그래픽 인터페이스와 함께 동일한 엔진을 제공합니다.61시작할 위치가 확실하지 않으면 [CLI를 설치](/docs/ko/quickstart)하고 프로젝트 디렉토리에서 실행합니다. 터미널을 사용하지 않으려면 [Desktop](/docs/ko/desktop-quickstart)이 그래픽 인터페이스와 함께 동일한 엔진을 제공합니다.

61 62 

62<h2 id="related-resources">63<h2 id="related-resources">

63 관련 리소스64 관련 리소스


67 플랫폼68 플랫폼

68</h3>69</h3>

69 70 

70* [CLI 빠른 시작](/ko/quickstart): 터미널에서 첫 번째 명령을 설치하고 실행합니다71* [CLI 빠른 시작](/docs/ko/quickstart): 터미널에서 첫 번째 명령을 설치하고 실행합니다

71* [Desktop](/ko/desktop): 시각적 Diff 검토, 병렬 세션, 컴퓨터 사용 및 Dispatch72* [Desktop](/docs/ko/desktop): 시각적 Diff 검토, 병렬 세션, 컴퓨터 사용 및 Dispatch

72* [VS Code](/ko/vs-code): 편집기 내 Claude Code 확장 프로그램73* [VS Code](/docs/ko/vs-code): 편집기 내 Claude Code 확장 프로그램

73* [JetBrains](/ko/jetbrains): IntelliJ, PyCharm 및 기타 JetBrains IDE용 확장 프로그램74* [JetBrains](/docs/ko/jetbrains): IntelliJ, PyCharm 및 기타 JetBrains IDE용 확장 프로그램

74* [웹의 Claude Code](/ko/claude-code-on-the-web): 연결 해제 후에도 계속 실행되는 클라우드 세션75* [웹의 Claude Code](/docs/ko/claude-code-on-the-web): 연결 해제 후에도 계속 실행되는 클라우드 세션

75* Mobile: [iOS](https://apps.apple.com/us/app/claude-by-anthropic/id6473753684) 및 [Android](https://play.google.com/store/apps/details?id=com.anthropic.claude)용 Claude 앱으로 컴퓨터에서 멀리 떨어져 있을 때 작업 시작 및 모니터링76* Mobile: [iOS](https://apps.apple.com/us/app/claude-by-anthropic/id6473753684) 및 [Android](https://play.google.com/store/apps/details?id=com.anthropic.claude)용 Claude 앱으로 컴퓨터에서 멀리 떨어져 있을 때 작업 시작 및 모니터링

76 77 

77<h3 id="integrations">78<h3 id="integrations">

78 통합79 통합

79</h3>80</h3>

80 81 

81* [Chrome](/ko/chrome): 로그인된 세션으로 브라우저 작업 자동화82* [Chrome](/docs/ko/chrome): 로그인된 세션으로 브라우저 작업 자동화

82* [컴퓨터 사용](/ko/computer-use): Claude가 macOS에서 앱을 열고 화면을 제어하도록 허용83* [컴퓨터 사용](/docs/ko/computer-use): Claude가 macOS에서 앱을 열고 화면을 제어하도록 허용

83* [GitHub Actions](/ko/github-actions): CI 파이프라인에서 Claude 실행84* [GitHub Actions](/docs/ko/github-actions): CI 파이프라인에서 Claude 실행

84* [GitLab CI/CD](/ko/gitlab-ci-cd): GitLab용 동일한 기능85* [GitLab CI/CD](/docs/ko/gitlab-ci-cd): GitLab용 동일한 기능

85* [Code Review](/ko/code-review): 모든 풀 요청에 대한 자동 검토86* [Code Review](/docs/ko/code-review): 모든 풀 요청에 대한 자동 검토

86* [Slack](/ko/slack): 팀 채팅에서 작업을 보내고 PR을 받습니다87* [Slack](/docs/ko/slack): 팀 채팅에서 작업을 보내고 PR을 받습니다

87 88 

88<h3 id="remote-access">89<h3 id="remote-access">

89 원격 액세스90 원격 액세스

90</h3>91</h3>

91 92 

92* [Dispatch](/ko/desktop#sessions-from-dispatch): 휴대폰에서 작업을 메시지로 보내면 Desktop 세션을 생성할 수 있습니다93* [Dispatch](/docs/ko/desktop#sessions-from-dispatch): 휴대폰에서 작업을 메시지로 보내면 Desktop 세션을 생성할 수 있습니다

93* [Remote Control](/ko/remote-control): 휴대폰 또는 브라우저에서 실행 중인 세션을 제어합니다94* [Remote Control](/docs/ko/remote-control): 휴대폰 또는 브라우저에서 실행 중인 세션을 제어합니다

94* [Channels](/ko/channels): 채팅 앱 또는 자체 서버의 이벤트를 세션으로 푸시합니다95* [Channels](/docs/ko/channels): 채팅 앱 또는 자체 서버의 이벤트를 세션으로 푸시합니다

95* [Scheduled tasks](/ko/scheduled-tasks): 반복 일정에 따라 프롬프트를 실행합니다96* [Scheduled tasks](/docs/ko/scheduled-tasks): 반복 일정에 따라 프롬프트를 실행합니다

Details

386Claude Code offers several ways to work when you're not at your terminal. They differ in what triggers the work, where Claude runs, and how much you need to set up.386Claude Code offers several ways to work when you're not at your terminal. They differ in what triggers the work, where Claude runs, and how much you need to set up.

387 387 

388| | Trigger | Claude runs on | Setup | Best for |388| | Trigger | Claude runs on | Setup | Best for |

389| :--------------------------------------------- | :--------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------ |389| :------------------------------------------------------- | :--------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------ |

390| [Dispatch](/docs/en/desktop#sessions-from-dispatch) | Message a task from the Claude mobile app | Your machine (Desktop) | [Pair the mobile app with Desktop](https://support.claude.com/en/articles/13947068) | Delegating work while you're away, minimal setup |390| [Dispatch](/docs/en/desktop#sessions-from-dispatch) | Message a task from the Claude mobile app | Your machine (Desktop) | [Pair the mobile app with Desktop](https://support.claude.com/en/articles/13947068) | Delegating work while you're away, minimal setup |

391| [Remote Control](/docs/en/remote-control) | Drive a running session from [claude.ai/code](https://claude.ai/code) or the Claude mobile app | Your machine (CLI or VS Code) | Run `claude remote-control` | Steering in-progress work from another device |391| [Remote Control](/docs/en/remote-control) | Drive a running session from [claude.ai/code](https://claude.ai/code) or the Claude mobile app | Your machine (CLI or VS Code) | Run `claude remote-control` | Steering in-progress work from another device |

392| [Channels](/docs/en/channels) | Push events from a chat app like Telegram or Discord, or your own server | Your machine (CLI) | [Install a channel plugin](/docs/en/channels#quickstart) or [build your own](/docs/en/channels-reference) | Reacting to external events like CI failures or chat messages |392| [Channels](/docs/en/channels) | Push events from a chat app like Telegram or Discord, or your own server | Your machine (CLI) | [Install a channel plugin](/docs/en/channels#quickstart) or [build your own](/docs/en/channels-reference) | Reacting to external events like CI failures or chat messages |

393| [Slack](/docs/en/slack) | Mention `@Claude` in a team channel | Anthropic cloud | [Install the Slack app](/docs/en/slack#setting-up-claude-code-in-slack) with [Claude Code on the web](/docs/en/claude-code-on-the-web) enabled | PRs and reviews from team chat |393| [Slack](/docs/en/slack) | Mention `@Claude` in a team channel | Anthropic cloud | [Install the Slack app](/docs/en/slack#setting-up-claude-code-in-slack) with [Claude Code on the web](/docs/en/claude-code-on-the-web) enabled | PRs and reviews from team chat |

394| [Self-hosted environments](/docs/en/self-hosted-environments) | Start a [cloud session](/docs/en/claude-code-on-the-web) and pick your organization's environment | Your organization's infrastructure | [Deploy runners](/docs/en/self-hosted-environments-quickstart), on Team and Enterprise plans | Cloud sessions that must run inside your network |

394| [Scheduled tasks](/docs/en/scheduled-tasks) | Set a schedule | [CLI](/docs/en/scheduled-tasks), [Desktop](/docs/en/desktop-scheduled-tasks), or [cloud](/docs/en/routines) | Pick a frequency | Recurring automation like daily reviews |395| [Scheduled tasks](/docs/en/scheduled-tasks) | Set a schedule | [CLI](/docs/en/scheduled-tasks), [Desktop](/docs/en/desktop-scheduled-tasks), or [cloud](/docs/en/routines) | Pick a frequency | Recurring automation like daily reviews |

395 396 

396<h2 id="related-resources">397<h2 id="related-resources">

Details

17Claude Code offers three ways to schedule recurring or one-off work:17Claude Code offers three ways to schedule recurring or one-off work:

18 18 

19| | [Cloud](/docs/en/routines) | [Desktop](/docs/en/desktop-scheduled-tasks) | [`/loop`](/docs/en/scheduled-tasks) |19| | [Cloud](/docs/en/routines) | [Desktop](/docs/en/desktop-scheduled-tasks) | [`/loop`](/docs/en/scheduled-tasks) |

20| :------------------------- | :----------------------------- | :------------------------------------- | :---------------------------------- |20| :------------------------- | :---------------------------------- | :------------------------------------- | :---------------------------------- |

21| Runs on | Anthropic cloud | Your machine | Your machine |21| Runs on | Cloud, Anthropic-managed by default | Your machine | Your machine |

22| Requires machine on | No | Yes | Yes |22| Requires machine on | No | Yes | Yes |

23| Requires open session | No | No | Yes |23| Requires open session | No | No | Yes |

24| Persistent across restarts | Yes | Yes | Restored on `--resume` if unexpired |24| Persistent across restarts | Yes | Yes | Restored on `--resume` if unexpired |