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

# Organizations

> Create and manage organizations to segment access, enforce budgets and limits, and govern model usage at scale.

## Overview

The **Organizations** section allows you to logically group teams, users, and workloads under a higher-level entity. Organizations are commonly used for **multi-department**, **multi-client**, or **multi-business-unit** environments and provide an additional governance boundary above teams.

Organizations help enforce **shared budgets**, **rate limits**, and **model access policies** across multiple teams.

***

## Your Organizations

The **Your Organizations** page lists all organizations configured within the selected tenant.

### Available Columns

* **Organization ID**\
  Unique identifier for the organization. Select the Organization ID to view details and manage settings.
* **Organization Name**\
  Human-readable name of the organization.
* **Created**\
  Date the organization was created.
* **Spend (USD)**\
  Total spend aggregated across all teams and keys under the organization.
* **Budget (USD)**\
  Maximum allowed spend for the organization, if configured.
* **Models**\
  Models accessible to the organization.
* **TPM / RPM Limits**\
  Tokens-per-minute and requests-per-minute limits applied at the organization level.
* **Info**\
  Summary information such as number of teams or associated resources.
* **Actions**\
  Edit or delete the organization (subject to permissions).

***

## Creating a New Organization

Select **Create New Organization** to open the organization creation dialog.

### Required Fields

#### Organization Name

A required, human-readable name used to identify the organization.

***

## Organization Settings

### Models

Defines which models the organization can access.

> Teams under this organization cannot access models outside this list.

***

### Budget Controls

#### Max Budget (USD)

Sets a maximum spend limit for the organization.

#### Reset Budget

Defines how often the organization’s budget resets, if applicable.

***

### Rate Limits

#### Tokens per Minute (TPM)

Defines the maximum tokens the organization can consume per minute.

#### Requests per Minute (RPM)

Defines the maximum number of requests per minute.

> Organization-level limits act as upper bounds for teams and virtual keys.

***

### Vector Store Access

#### Allowed Vector Stores

Restricts which vector stores teams and keys under this organization can access.

Leave empty to allow access to all vector stores.

***

### MCP Access

#### Allowed MCP Servers

Restricts access to specific MCP servers or access groups.

This is commonly used to limit which external tools or contexts an organization can utilize.

***

### Metadata

#### Metadata (JSON)

Attach structured metadata to the organization.

**Example:**

```json theme={null}
{
  "department": "engineering",
  "cost_center": "cc-1024"
}
```
