AI

Flows

Multi-step workflows that already wire AI to something else.

All flows →

Resource types

The credential shapes the scripts on this page expect — pick the one your script asks for.

FieldTypeRequiredWhat it is
max_completion_tokensnumberNoMaximum output tokens.
max_iterationsnumberNoMax reasoning/tool-use loops.
memoryobjectNoHow much history the agent sends with each request: {"kind": "window", "context_length": N} keeps the last N messages, {"kind": "off"} keeps none. Which memory is read is set per run or per step, never on the agent.
output_schemaobjectNoStructured-output JSON schema.
output_typestringNo
providerobjectYesAI provider + model + credentials resource for the agent.
streamingbooleanNo
system_promptstringNoSystem prompt for the agent.
temperaturenumberNoSampling temperature (0.0-2.0).
toolsarrayNoReusable tool definitions available to the agent.

ai_instruction

View raw schema →
FieldTypeRequiredWhat it is
contentstringNo
FieldTypeRequiredWhat it is
contentstringNo

Other resource types