Skip to main content

CreateAgentRuntimeRequest

Agent Runtimes


Agent Runtimes / types/agents-lifecycle / CreateAgentRuntimeRequest

Type Alias: CreateAgentRuntimeRequest

CreateAgentRuntimeRequest = object

Defined in: types/agents-lifecycle.ts:20

Request payload for creating a new agent runtime.

Properties

agentSpec?

optional agentSpec?: Record<string, any>

Defined in: types/agents-lifecycle.ts:31

Full agent spec payload to propagate to backend services


agentSpecId?

optional agentSpecId?: string

Defined in: types/agents-lifecycle.ts:29

ID of the agent spec used to create this runtime


creditsLimit?

optional creditsLimit?: number

Defined in: types/agents-lifecycle.ts:23


editorVariant?

optional editorVariant?: string

Defined in: types/agents-lifecycle.ts:26

'none', 'notebook', or 'document'


enableCodemode?

optional enableCodemode?: boolean

Defined in: types/agents-lifecycle.ts:27


environmentName?

optional environmentName?: string

Defined in: types/agents-lifecycle.ts:21


givenName?

optional givenName?: string

Defined in: types/agents-lifecycle.ts:22


type?

optional type?: string

Defined in: types/agents-lifecycle.ts:24