Waiting for engine...
Skip to main content

AiAgentGardenRuntime

Represents a Garden runtime environment where agents can be deployed.

type AiAgentGardenRuntime {
id: ID!
externalId: String!
name: String!
region: String
type: String
status: String
auditData: AiRegistryEntityAuditData
isDeleted: Boolean
}

Fields​

AiAgentGardenRuntime.id ● ID! non-null scalar miscellaneous {#id}

Unique identifier (GUID) for the garden runtime.

AiAgentGardenRuntime.externalId ● String! non-null scalar miscellaneous {#external-id}

External identifier from the Garden provider system.

AiAgentGardenRuntime.name ● String! non-null scalar miscellaneous {#name}

Display name of the garden runtime (e.g., "USA East Agent Garden Cloud").

AiAgentGardenRuntime.region ● String scalar miscellaneous {#region}

Cloud region where the runtime is deployed (e.g., "us-east-1").

AiAgentGardenRuntime.type ● String scalar miscellaneous {#type}

Type of runtime (e.g., "CLOUD").

AiAgentGardenRuntime.status ● String scalar miscellaneous {#status}

Current operational status of the runtime (e.g., "ACTIVE").

AiAgentGardenRuntime.auditData ● AiRegistryEntityAuditData object agent-control-tower {#audit-data}

Audit data including creation and modification timestamps.

AiAgentGardenRuntime.isDeleted ● Boolean scalar miscellaneous {#is-deleted}

Indicates if this runtime has been soft-deleted.

Returned By​

aiAgentGardenRuntimesWithAgents query

Member Of​

AiAgentAlias object

On this Page