| Code | Can run custom code in a sandbox. |
| Embedding Model Interface | Interface to a Embedding Model that can be connected to a Code Node. |
| Index Interface | Reference to an Index that can be connected to various nodes to retrieve documents and embeddings. |
| Language Model Interface | Interface to a Language Model that can be connected to a Code Node. |
| Shared State | Interface for reading and writing shared structured state across flows in the same project. |
| Storage Interface | Interface for storing and retrieving documents that can be connected to a Code Node. |
| Work Queue Interface | Queue-scoped interface for reading and mutating Work Queue items from code nodes and tools. |