Iron Gorilla Developers

DefineAutonomousAgentConfig

Authoring input accepted by `defineAutonomousAgent`.

SDK v2026.4.0

Kind: typeAlias

Signature

Example
export type DefineAutonomousAgentConfig = Omit & unknown

Remarks

Autonomous agents declare a goal and a signed loop tool surface instead of authored steps. The platform generates a single loop-driving step, and omitted trust normalizes to { initialTier: "medium" }.

On this page