> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ko/settings/organization-settings.md).

# 조직

이 문서에서는 Autify Genesis의 설정 화면에 있는 **조직** 카테고리의 전체 구성을 설명합니다. 조직 수준에서 관리하는 역할·사용자·API 키·이용 현황·싱글 사인온·보안에 관한 문서를 모았습니다.

## 역할과 권한

조직 사용자에게 할당되는 역할(소유자 / 관리자 / 구성원), 워크스페이스 단위의 역할(워크스페이스 매니저), 각 역할에서 실행할 수 있는 작업은 [역할과 권한](/features-ko/settings/organization-settings/roles-and-permissions.md) 참조.

## 사용자 초대

새 사용자를 조직에 초대하는 방법이나 대기 중인 초대 관리는 [사용자 초대](/features-ko/settings/organization-settings/user-invitation.md) 참조.

## 사용자 관리

사용자 정보 편집, 역할 변경, 삭제, 워크스페이스 액세스 관리는 [사용자 관리](/features-ko/settings/organization-settings/user-management.md) 참조.

## API 키

외부 도구나 CI/CD 파이프라인에서 Genesis API 및 MCP 서버를 이용하기 위한 API 키 관리는 [API 키 관리](/features-ko/settings/organization-settings/api-key-management.md) 참조.

## 이용 현황

조직 전체의 AI 사용량, 매니지드 크레딧, 스토리지 사용량, AI 사용량 알림 설정은 [이용 현황](/features-ko/settings/organization-settings/usage.md) 참조.

## 싱글 사인온

OIDC 또는 SAML 2.0 지원 ID 프로바이더를 사용한 SSO 설정 방법은 [싱글 사인온](/features-ko/settings/organization-settings/sso.md) 참조.

## 보안

조직에서 사용할 수 있는 로그인 방법 제한이나 이중 인증 강제 설정은 [보안](/features-ko/settings/organization-settings/security.md) 참조.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.genesis.autify.com/features-ko/settings/organization-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
