Iron Gorilla Developers

AgentStepInputReservedKey

Runtime-owned keys reserved on every authored step input.

SDK v2026.4.0

Kind: typeAlias

Signature

Example
export type AgentStepInputReservedKey = payload | trigger | steps | previous | workflow

Remarks

Object payload fields are spread at the top level for authoring ergonomics, but these keys are owned by the runtime. If the original payload contains one of these names, the runtime value wins at the top level and the original payload field remains available through input.payload.

On this page