Skip to main content

Beta

Nodes

NodeDescription
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.