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

# Organization

The **Organization** category in the Autify Genesis settings screen groups the articles about roles, users, API keys, usage, single sign-on, and security — every setting managed at the organization level.

## Roles and permissions

For organization roles (Owner / Admin / Member), the workspace-level role (Workspace Manager), and the operations each role can perform, see [Roles and permissions](/settings/organization-settings/roles-and-permissions.md).

## User invitation

For how to invite new users to the organization and manage pending invitations, see [User invitation](/settings/organization-settings/user-invitation.md).

## User management

For editing user information, changing roles, removing users, and managing workspace access, see [User management](/settings/organization-settings/user-management.md).

## API keys

For managing API keys that external tools and CI/CD pipelines use to access the Genesis API and the MCP server, see [API key management](/settings/organization-settings/api-key-management.md).

## Usage

For organization-wide AI usage, managed credits, storage usage, and AI usage alert configuration, see [Usage](/settings/organization-settings/usage.md).

## Single Sign-On

For configuring SSO with an OIDC or SAML 2.0 compatible identity provider, see [Single Sign-On](/settings/organization-settings/sso.md).

## Security

For restricting sign-in methods used by the organization and enforcing two-factor authentication, see [Security](/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/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.
