Skip to main content

Add Agent Version

POST 

/v1/agents/:agent_id/versions

Add a new version to an existing agent with updated configuration. The new version becomes the current version of the agent.

Status Codes:

  • 200: Agent version created successfully
  • 400: Validation error (invalid input)
  • 404: Agent not found
  • 500: Internal server error

Request

Responses

Successful Response