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.
When validateOnly=true, all validations run but no version is persisted.
Status Codes:
200: Agent version created successfully (or validation passed when validateOnly=true)400: Validation error (invalid input)404: Agent not found500: Internal server error
Request
Responses
- 200
- 400
Successful Response
Validation Error