gitpod.v1.AgentService

StartAgent

Starts (or triggers) an agent run using a provided agent.

Use this method to:

  • Launch an agent based on a known agent

Examples

  • Start an agent with a project ID:

    agentId: "b8a64cfa-43e2-4b9d-9fb3-07edc63f5971"
    codeContext:
      projectId: "2d22e4eb-31da-467f-882c-27e21550992f"
    
post/gitpod.v1.AgentService/StartAgent

Request body

GitpodV1StartAgentRequest required— unresolved $ref

Response

Success

agentExecutionIdstring uuid

Changes