gitpod.v1.AgentService

CreateLLMAccessToken

Creates a token for LLM access with a specific agent run.

post/gitpod.v1.AgentService/CreateLLMAccessToken

Request body

agentExecutionIdstring

The agent execution ID for tracking and runner selection. If empty, falls back to current logic for backward compatibility.

requiredModelsGitpodV1SupportedModel[]

The models required by the agent to function.

Response

Success

accessTokenstring
llmUrlstring

Changes