forge_version_set_upsert
Creates or updates a version set for a specified service, optionally pinning to the latest versions or setting specific agent and context graph versions.
Instructions
Create or update a version set for a service. Use latest=true to pin to the current latest versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | The service name | |
| set_name | Yes | The version set name (e.g. preview, release) | |
| latest | No | Pin to current latest versions | |
| agent_version | No | Specific agent version number | |
| context_graph_version | No | Specific context graph version number | |
| org_id | No | Org ID (uses active org if omitted) |