Creates a new version for an agent.
POST https://gateway.orkeia.ai/agents/{id}/version-control
| Field | Type | Optional | Description | Example |
|---|---|---|---|---|
| responsible | string | No | Responsible for the version | ”Orkeia-dev-team” |
| responsibleId | string | No | ID of the responsible person | ”12345abc” |
| action | string | No | What was done | ”Created new agent” |
| type | success/ fail/ neutral | No | Classifies the result of the action | Success |
| date | Date | No | Event date (ISO 8601 format) | “2025-08-22T18:32:45.000Z” |
| versionControl | string | Yes | Version name | 1.0.0 |