---
title: "GetOrganizationLLMCapabilities"
method: POST
path: "/gitpod.v1.OrganizationService/GetOrganizationLLMCapabilities"
tags: ["gitpod.v1.OrganizationService"]
---

# GetOrganizationLLMCapabilities

`POST /gitpod.v1.OrganizationService/GetOrganizationLLMCapabilities`

Retrieves the LLM provider capabilities that are unavailable for the
 organization. These are determined by the configured LLM provider, not by
 admin policy: a capability listed here cannot be served regardless of what
 the organization's agent policy permits.

 The dashboard uses this to render unavailable options as disabled. The
 authoritative per-execution enforcement happens in the agent runtime via
 disabled capabilities carried on the LLM access token.

 Use this method to:
 - Determine which agent capabilities to surface as disabled in the UI

 ### Examples

 - Get LLM capabilities:

   ```yaml
   organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
   ```

## Request body

- GitpodV1GetOrganizationLLMCapabilitiesRequest
  - `organizationId` string, uuid, required — organization_id is the ID of the organization to retrieve LLM capabilities for.

## Response `200`

Success

- GitpodV1GetOrganizationLLMCapabilitiesResponse
  - `disabledCapabilities` GitpodV1LLMDisabledCapability[] — disabled_capabilities lists provider capabilities that are unavailable across the organization's configured LLM integrations.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/revisions/44d50c2ac284/schema)
