> 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-ja/settings/organization-settings.md).

# 組織

本記事では、Autify Genesis の設定画面にある **組織** カテゴリの全体像を説明します。組織レベルで管理するロール・ユーザー・API キー・利用状況・シングルサインオン・セキュリティに関する記事をまとめています。

## ロールと権限

組織ユーザーに割り当てられるロール（オーナー / 管理者 / メンバー）、ワークスペース単位のロール（ワークスペース管理者）、各ロールで実行できる操作については、[ロールと権限](/features-ja/settings/organization-settings/roles-and-permissions.md) を参照してください。

## ユーザーの招待

新しいユーザーを組織に招待する方法や、保留中の招待の管理については、[ユーザーの招待](/features-ja/settings/organization-settings/user-invitation.md) を参照してください。

## ユーザーの管理

ユーザー情報の編集、ロール変更、削除、ワークスペースアクセス管理については、[ユーザーの管理](/features-ja/settings/organization-settings/user-management.md) を参照してください。

## APIキー

外部ツールや CI/CD パイプラインから Genesis API および MCP サーバーを利用するための API キー管理については、[APIキー管理](/features-ja/settings/organization-settings/api-key-management.md) を参照してください。

## 利用状況

組織全体の AI 利用量、マネージドクレジット、ストレージ使用量、AI 使用量アラートの設定については、[利用状況](/features-ja/settings/organization-settings/usage.md) を参照してください。

## シングルサインオン

OIDC または SAML 2.0 対応の ID プロバイダーを使った SSO の設定方法については、[シングルサインオン](/features-ja/settings/organization-settings/sso.md) を参照してください。

## セキュリティ

組織で使用できるログイン方法の制限や、二要素認証の強制設定については、[セキュリティ](/features-ja/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-ja/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.
