Database nodes
TuringDB Query

- Host (string): TuringDB instance host
- Instance Id (string): TuringDB instance ID from Database instances section
- Graph Name (string): Name of the graph to query
- API Token (string): TuringDB API token from account settings
- Input Field (string): Field containing query string
- Output Field (string): Field where query result will be stored
TuringDB Write

- Host (string): TuringDB instance host
- Instance Id (string): TuringDB instance ID from Database instances section
- Graph Name (string): Name of the graph to modify
- API Token (string): TuringDB API token from account settings
- Entities Field (string): Field containing entities to add
Core nodes
Merge (Merge fields)

Merge Entities

- Input Field (string): Field containing entities to merge
- Output Field (string): Field for merged entities
Send email

- Sendgrid Api Key (string): SendGrid API key from app.sendgrid.com
- From Email (string): Sender email address
- To Emails (array): List of recipient email addresses
- Subject (string): Email subject
- Cc Email (string, optional): Carbon copy recipient
- Bcc Email (string, optional): Blind carbon copy recipient
- Input Field (string): Field containing email content
- Output Field (string): Field to store response status
Text Input

- Text Content (text): Text content you want to output
- Output Field Name (string): Name of the field where this text will be stored
Text Output

- Input Field Name (string): Name of the field containing the text to display
- Output Field Name (string): Name of the field where output text will be stored
AI & Language models
DeepResearch

-
Model (select): AI model to use. Options:
- o3-deep-research
- o4-mini-deep-research Default: “o4-mini-deep-research”
- Input Field (string): Field to use as prompt
- Output Field (string): Field to use as output
- OpenAI API Key (string): Your OpenAI API key
Generic LLM

-
Llm Provider (select): LLM provider. Options:
- OpenAI
- Mistral
- Anthropic Default: “Anthropic”
- Model (string, optional): Specific model to use for the provider
- Prompt (string/DataField): The prompt or field to retrieve prompt from
- System Prompt (string, optional): System prompt for the LLM provider
- Api Key (string, optional): API key for the LLM provider
- Temperature (number): Temperature setting
-
Output Format (select): Format of response. Options:
- markdown
- json
- text
- list Default: “markdown”
- Output Field (string): Field to store the LLM response
Extract Text from PDF

- Input Field Name (string): Field containing PDF content or file path
- Output Field Name (string): Field where extracted text will be stored
Generate PDF

- Input Type (select): Type of input text. Options:
- markdown
- plain_text
- Input Field (string): Field containing input text
- Output Field (string): Field to store generated PDF
- Page Size (string): Page size of PDF
- Margin (string): Margin around content
File storage
S3 List Files

- Filenames (array): Specific filenames to look for
- Extensions (array): File extensions to filter by
- Max Item Count (number): Maximum number of files to return
- Output Field (string): Field to store file list
S3 Load File

- File Key (string/DataField): File path/key in S3 bucket
-
File Type (select): Type of file. Options:
- image
- video
- audio
- text
- markdown
- html
- csv
- excel
- other Default: “text”
- Output Field (string): Field to store loaded content
S3 Upload File

- User ID (string): User identifier for S3 bucket access
- File Key/Name (string): Desired file path/key in S3
- Input Field Name (string): Field containing content to upload
API Integrations
Financial Data REST API

-
Endpoint (select): API endpoint. Options:
- stock_symbols
- international_stock_symbols
- etf_symbols
- mutual_fund_symbols
- stock_prices
- etf_prices Default: “stock_symbols”
- Api Key (string): API key
- Identifier (string/DataField): Company ticker or ETF
-
Format (select): Output format. Options:
- json
- csv
- Offset (number): Record subset position.
- Output Field (string): Field to store response. Default: “response”
Polygon REST API

-
Endpoint Type (select): Polygon endpoint. Options
- tickers
- market_status
- aggregates
- trades
- quotes
- options
- indices
- futures
- currencies Default: “tickers”
- Polygon API Key (string): Polygon API key
- Ticker (string, optional): Ticker symbol
- Option Ticker (string, optional): Option ticker symbol
- Futures Ticker (string, optional): Futures ticker symbol
- Currency Ticker (string, optional): Currency ticker symbol
- Index Ticker (string, optional): Index ticker symbol
- Begin (string, optional): Start date (YYYY-MM-DD) or timestamp
- End (string, optional): End date (YYYY-MM-DD) or timestamp
- Timespan (select): Time window size. Options: second, minute, hour, day, week, month, quarter, year
- Multiplier (integer): Timespan multiplier
- Limit (number): Number of results (0-1000)
- Output Field (string): Field to store response
Rest API

- Base Url (string): Base URL for the API
- Endpoint (string): API endpoint path
-
Method (select): HTTP method. Options
- GET
- POST
- PUT
- DELETE Default: “GET”
- Headers (object): HTTP headers
- Http Params (object): HTTP query parameters
- Body (string, optional): Request body for POST/PUT requests
- Timeout (number): Timeout in seconds
- Output Field (string): Field to store response
Graph AI Tools
GML Generator

- Input Field Name (Entities) (string): Field containing entities data
- Output Field Name (string): Field where generated GML will be stored
Mistral Entity Extractor

- Input Field Name (string): Field containing text for entity extraction. Default: “content”
- Output Field Name (string): Field where extracted entities will be stored. Default: “entities”
Mistral Graph Explainer

- Input Field Name (string): Field containing GML graph data to explain
- Output Field Name (string): Field where human-readable graph explanation will be stored
Text to Cypher LLM

-
Llm Provider (select): LLM service to use. Options
- OpenAI
- Anthropic
- Mistral Default: “OpenAI”
- Model (string, optional): Specific model name
- Api Key (string): API key
- Input Field (string): Field containing natural language query
- Output Field (string): Field where generated Cypher query will be stored
- Node Labels (array): Available node types in the graph
- Relationship Types (array): Available relationship types in the graph
- Property Keys (array): Common node properties in the graph
- Database Description (string, optional): High-level description of your graph database
Experimental
For Each

- Collection Field (string): Field containing collection to iterate over
- Current Field (string): Field name for current item in loop
If statement

- Left-Hand Side Field (string): Field containing left-hand side operand
- Right-Hand Side Field (string): Field containing right-hand side operand
- Operator (select): Comparison operator. Options:
- Execution Count Limit (integer): Maximum execution count