Browse Platform
Platform · Reference

Beta

1 min read

Nodes

NodeDescription
Agent Memory V2Beta lossless agent memory. Persists complete session JSONL values before replacing oversized active-context content with compact, retrievable references.
AI Realtime AgentPredicts text using a Realtime Model
Code InterpreterModel Context Protocol for code interpreter operations
Code Model ContextCreate a long-running MCP server in AWS Lambda that can handle tool calls, prompts, and resources. The Lambda stays alive for 30 seconds and automatically restarts while the flow is running.
Code Model Context 2Create an MCP server in code. Tools are registered via context.register_mcp; context.call_tool routes through the Resource Manager so security/policy logic applies. The remote process auto-restarts on failure.
Workflow MCPExpose one TypeScript workflow as MCP tools for start, status, resume, wait, abort, and show_progress.