Skip to main content
Unary · Runner Configurations Updates an existing LLM integration. Use this method to:
  • Modify integration settings
  • Update credentials
  • Change configuration

Examples

  • Update integration: Updates OAuth credentials.

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.UpdateLLMIntegrationRequest

Response

gitpod.v1.UpdateLLMIntegrationResponse This message has no fields.
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