Presets

Auto-subscribe stream processors

Wires the child-stream-auto-subscriber processor to the configured prefix so every new descendant stream gets Webchat, Agent, and Codemode runner WebSocket subscriptions, plus any preset events configured below. One-time setup; running again is safe.

public origin: loading…

Presets

Events appended to every new child stream under /agents. Basic fields synthesise the common agent and codemode configuration events; advanced mode concatenates raw events on top in the order shown in the preview. Saved as a single ordered list per base path; the longest matching base path wins for any given child.

Defaults to /agents (the auto-subscriber's prefix). Use a deeper path like /agents/team-x to override defaults for a sub-tree.

Passed through to env.AI.run(model, body, runOpts).

Empty = no events.iterate.com/agent/system-prompt-updated event in the output.

Tool providers

Adds events.iterate.com/codemode/tool-provider-config-updated events so codemode can call cloudflare_docs.* (Cloudflare MCP docs) and iterate_events.* (Events OpenAPI), plus slack.apiCall(...) (Slack SDK) by default. Uncheck to omit.

Each entry must be an object with type + payload. Use this to seed events the basic fields don't cover (e.g. metadata, custom processor configuration).

Configured presets

Loading…