Skip to main content
Unary · Runner Configurations Gets details about a specific LLM integration. Use this method to:
  • View integration settings
  • Check integration status
  • Verify configuration

Examples

  • Get integration details: Retrieves information about a specific integration.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.GetLLMIntegrationRequest

Response

gitpod.v1.GetLLMIntegrationResponse
gitpod.v1.LLMIntegration
LLMIntegrationRequestHeader represents a custom header to be passed to LLM requests. The value field contains:
  • Plain text values in update requests (will be encrypted server-side).
  • Encrypted binary values on read requests (decrypt directly to get original value).
gitpod.v1.LLMIntegrationRequestHeader
LLMIntegrationPhase represents the current status/phase of an LLM integration
LLMIntegrationRequestHeaderType describes how an LLM integration request header value is resolved.
SupportedModel enumerates the LLM models available for agent executions