API Call Node
Make an API call using fetch with provided url, method, contentType, authorization, and body
OpenAI Assistant
Add different script nodes and let the AI Assistant automatically choose which to execute based on the input. Built to work with OpenAI Assistants API V2.
OpenAI Text Generator
A keyless node that sends instructions and a prompt to an OpenAI LLM model (such as GPT-4.1 or GPT-4o) via the responses API and returns the generated text.
OpenAI JSON Generator
A keyless node that sends instructions, unstructured input, and a schema to an OpenAI LLM model and returns the generated text in a JSON structured output.
OpenAI Assistant with Tool Calling
Add different tools and let the AI Agent automatically choose which to execute based on the input. Uses the OpenAI Responses API
Create Document
Creates or updates a document in a specified Firestore collection (with Document Reference field type support).
Collection Query
Get documents of a query in Firestore with multiple filters. See [documentation](https://docs.buildship.com/basics/buildship-tables#querying-collection) for full details.
Create Row
Add new row(s) to your Supabase table.
Scrape or Crawl URL
Perform parallel crawling and scraping of a single webpage or multiple webpages from a specified URL using headless Chrome with Puppeteer.
Get Row
Fetch a row from a Supabase table using the API URL, Key, table name, filter, and Authorization token.
Create Document
Creates or updates a document in a specified Firestore collection (with document reference field type support).
Get Sheets
Fetch a Google Spreadsheet data with optional data filtering by column field using the Google Sheets API