> ## Documentation Index
> Fetch the complete documentation index at: https://docs.2501.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Organizations

> Organize your tenant by separating between organizations

Organizations provide logical separation of infrastructure within your 2501 account. They enable multi-tenancy, allowing you to partition resources, agents, and operations based on your operational structure.

## What is an Organization?

An organization is a scoping boundary that groups related infrastructure and operations. All operational resources are associated with an organization, providing isolation and access control within your account.

## Organization Structure

### Scoped Resources

The following resources are always scoped to a specific organization:

* **[Agents](/0.7/core-concepts/agents)**: Each agent belongs to one organization
* **[Hosts](/0.7/core-concepts/hosts)**: Target systems are registered within organizations
* **[Tasks](/0.7/core-concepts/tasks)**: Execution history tied to organization context
* **[Jobs](/0.7/core-concepts/jobs)**: Scheduled or batch tasks
* **[Gateways](/0.7/core-concepts/gateways)**: Ticket routing integrations

### Shared Resources

These resources can be scoped to a specific organization or made available across all organizations:

* **[Specialties](/0.7/configure/specialties)**: Agent domain configurations
* **[Operational Rules](/0.7/configure/operational-rules)**: Mandatory procedures
* **[Plugins](/0.7/configure/plugins)**: MCP integrations and tools
* **[Blacklists](/0.7/configure/blacklist)**: Prohibited commands
* **[Credentials](/0.7/configure/credentials)**: Authentication secrets

When shared resources are organization-scoped, only agents and operations within that organization can use them. When unscoped, they're available to all organizations in your account.

<Note>
  Users with the **User** role have read-only access to shared resources that are not scoped to a specific organization. Only administrators can create or modify tenant-wide shared resources.
</Note>

## Creating Organizations

Organizations can be created from **Command Center → Settings → Organizations**. Click **New Organization**, enter a name, and save. Previously this required the CLI or direct database access.

The CLI path is still available via `2501 infra`. See [Users & Organizations](/0.7/deployment/users-organizations) for the full setup workflow.
