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

Unique identifier (GUID) for the garden runtime.

AiAgentGardenRuntime.externalId ● String! non-null scalar miscellaneous

External identifier from the Garden provider system.

AiAgentGardenRuntime.name ● String! non-null scalar miscellaneous

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

AiAgentGardenRuntime.region ● String scalar miscellaneous

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

AiAgentGardenRuntime.type ● String scalar miscellaneous

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

AiAgentGardenRuntime.status ● String scalar miscellaneous

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

AiAgentGardenRuntime.auditData ● AiRegistryEntityAuditData object agent-control-tower

Audit data including creation and modification timestamps.

AiAgentGardenRuntime.isDeleted ● Boolean scalar miscellaneous

Indicates if this runtime has been soft-deleted.

Returned By

aiAgentGardenRuntimesWithAgents query

On this Page