Skip to main content

조직에 GitHub Copilot 코딩 에이전트 추가

구성원이 Copilot 코딩 에이전트를 사용할 수 있도록 설정하고 사용 가능한 리포지토리를 제어합니다.

누가 이 기능을 사용할 수 있나요?

Organization owners

Copilot 코딩 에이전트는 GitHub Copilot Pro, GitHub Copilot Pro+, GitHub Copilot Business,GitHub Copilot Enterprise 플랜과 함께 사용할 수 있습니다. 에이전트는 GitHub에 저장된 모든 리포지토리에서 사용할 수 있습니다. 단, 관리형 사용자 계정가 소유한 리포지토리에서는 에이전트가 명시적으로 비활성화되어 있습니다.
Sign up for Copilot

참고 항목

For an introduction to Copilot coding agent, see About GitHub Copilot coding agent.

Prerequisites

Enabling Copilot coding agent for your members

참고 항목

Copilot policies are also managed at the enterprise level. If your organization is part of an enterprise, and explicit settings have been selected at the enterprise level, you cannot override those settings at the organization level. For information on how policies combine, see GitHub Copilot policies to control availability of features and models.

Copilot coding agent and use of third-party MCP servers are disabled by default for organization members assigned a GitHub Copilot Enterprise or Copilot Business license by your organization.

Organizations with Copilot Enterprise or Copilot Business can enable these features for members on the Copilot policies page for their organization. See Enabling Copilot features in your organization.

  • For the "Copilot coding agent" policy, select "Enabled".
  • For the "MCP servers on GitHub.com" policy, select "Enabled".

Disabling or enabling Copilot coding agent in your repositories

By default, Copilot coding agent is available in all repositories for users who have access to the agent, but you can block it from being used in some or all repositories owned by your organization.

  1. In the upper-right corner of GitHub, click your profile picture, then click Organizations.
  2. Next to the organization, click Settings.
  3. In the sidebar, under "Code, planning, and automation", click Copilot, and then click coding agent.
  4. Use the "Repository access" control to define which repositories allow Copilot coding agent.
  5. If you choose "Selected repositories", in the "Select repositories" dialog, select the repositories that allow Copilot coding agent, then click Select.

Once Copilot coding agent is enabled for a repository, any user with access to Copilot coding agent and write permission for the repository can delegate work to Copilot.

Next steps