| AI Realtime Agent | Predicts text using a Realtime Model |
| Code Interpreter | Model Context Protocol for code interpreter operations |
| Code Model Context | Create 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 2 | Create 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 MCP | Expose one TypeScript workflow as MCP tools for start, status, resume, wait, abort, and show_progress. |