> ## 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.4/core-concepts/agents)**: Each agent belongs to one organization
* **[Hosts](/0.4/core-concepts/hosts)**: Target systems are registered within organizations
* **[Tasks](/0.4/core-concepts/tasks)**: Execution history tied to organization context
* **[Jobs](/0.4/core-concepts/jobs)**: Scheduled or batch tasks
* **[Gateways](/0.4/core-concepts/gateways)**: Ticket routing integrations
* **API Keys**: Authentication tokens scoped to a specific organization

### Shared Resources

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

* **[Specialties](../configure/specialties)**: Agent domain configurations
* **[Operational Rules](../configure/operational-rules)**: Mandatory procedures
* **[Plugins](../configure/plugins)**: MCP integrations and tools
* **[Blacklists](../configure/blacklist)**: Prohibited commands
* **[Credentials](../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 using the `2501-infra` CLI. See [Users & Organizations](/0.4/deployment/users-organizations) for the setup workflow.
