CreateAgentRequestDto
August 7, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name | String | :heavy_check_mark: | Required when not adopting an existing managed agent (i.e. when managedRuntime.externalAgentId is absent). Optional in adopt mode where the name is resolved from the provider. |
identifier | String | :heavy_check_mark: | Required when not adopting an existing managed agent. Auto-generated from the provider agent name when omitted in adopt mode. |
description | Optional<String> | :heavy_minus_sign: | N/A |
active | Optional<Boolean> | :heavy_minus_sign: | N/A |
runtime | Optional<CreateAgentRequestDtoRuntime> | :heavy_minus_sign: | N/A |
managedRuntime | Optional<ManagedRuntimeDto> | :heavy_minus_sign: | N/A |