OpenAI Integration — Automate OpenAI with AI on Beauto

Toolkit for OpenAI APIs: manage Assistants, Threads/Messages; upload/list/delete Files; list/retrieve Models (including vision/multimodal); and view fine-tune listings and events.

Category: artificial intelligence, ai models, ai content generation · 126 actions available

What you can automate with OpenAI

Beauto connects OpenAI with 900+ other apps so you can build AI-powered workflows in minutes. Trigger automations from OpenAI events, enrich OpenAI data with AI, or sync OpenAI with the rest of your stack — without writing code.

  • Sync OpenAI data with Gmail, Slack, Notion, HubSpot, Google Sheets, and more
  • Trigger AI agents on new OpenAI events and route the output anywhere
  • Schedule recurring OpenAI tasks — daily reports, cleanups, or bulk updates
  • Use natural language to describe the workflow; Beauto builds it for you

OpenAI actions Beauto supports

  • Add Upload Part — Tool to add a part (chunk of bytes) to an Upload object. Use when uploading large files in chunks, with each part up to 64 MB.
  • Cancel batch — Tool to cancel an in-progress batch. Use when you need to stop a batch that is currently processing. The batch will be in status 'cancelling' for up to 10 minutes before changing to 'cancelled', where partial results (if
  • Cancel evaluation run — Tool to cancel an ongoing evaluation run. Use when you need to stop an evaluation run that is currently in progress.
  • Cancel Response — Tool to cancel a background model response by its ID. Use when you need to stop a response that was created with the 'background' parameter set to true. Only background responses can be cancelled; attempting to cancel a
  • Cancel Run — Tool to cancel a run that is currently in progress. Use when you need to stop an assistant run that is taking too long or is no longer needed. The run's status will transition to 'cancelling' and then 'cancelled'.
  • Cancel upload — Tool to cancel an upload. Use when you need to stop an upload that is in progress. No parts may be added after cancellation.
  • Compact Response — Tool to compact a conversation or response to reduce token usage. Use when you need to reduce the size of long conversations while preserving important context. Either provide an array of input messages or reference a pr
  • Create Audio Transcription — Tool to transcribe audio files to text via OpenAI Audio Transcriptions API. Use when you need to convert speech in audio files to written text, optionally with timestamps or speaker diarization.
  • Create Audio Translation — Tool to translate audio files to English text via OpenAI Audio Translations API. Use when you need to convert speech in audio files (any language) to English text.
  • Create Batch — Tool to create and execute a batch from an uploaded file of requests. Use after uploading a JSONL file with purpose 'batch' to process multiple API requests in a single batch operation.
  • Create Chat Completion — Tool to create a chat completion response from OpenAI models. Use for conversational AI, text generation, function calling, multimodal tasks with vision/audio, and structured JSON outputs. Supports advanced features like
  • Create Completion (Legacy) — Tool to generate text completions using OpenAI's legacy Completions API. Use for single-turn text generation with models like gpt-3.5-turbo-instruct. Note: This endpoint is legacy; prefer Chat Completions for newer model
  • Create Container — Tool to create a new container with configurable memory, expiration, file access, and network policies. Use when you need to provision an isolated execution environment.
  • Create Container File — Tool to create a file in a container. Use when adding files to an existing container either by referencing an uploaded file ID or by uploading raw file content directly.
  • Create Conversation — Tool to create a new conversation for multi-turn interactions. Use when initializing a persistent conversation with optional starter messages.
  • Create Conversation Items — Tool to create items in a conversation with the given ID. Use when adding messages or other items to an existing conversation.
  • Create Embeddings — Tool to generate text embeddings via the OpenAI embeddings endpoint. Use for search, clustering, recommendations, and vector database storage workflows.
  • Create Eval — Tool to create an evaluation structure for testing a model's performance. An evaluation is a set of testing criteria and data source config that dictates the schema of data used in the evaluation. Use when setting up aut
  • Create Evaluation Run — Tool to create a new evaluation run for testing model configurations. Use when you need to kick off an evaluation with a specific data source and model configuration to test.
  • Create fine-tuning job — Tool to create a fine-tuning job which begins the process of creating a new model from a given dataset. Use when you need to start fine-tuning a model with your training data. Response includes details of the enqueued jo
  • Generate Image — Tool to generate an image via the OpenAI Images API and return hosted image asset URL and metadata. Use when you need to create images from text descriptions for single-shot image generation.
  • Edit Image — Tool to create edited or extended images via OpenAI Images Edit API. Use when you need to modify existing images based on a text prompt, with optional mask support for targeted edits.
  • Create Image Variation — Tool to create a variation of a given image using the OpenAI Images API. Use when you need to generate alternative versions of an existing image. Only supports dall-e-2 model.
  • Create Message — Tool to create a new message in a specific thread. Appends the message only — does not trigger a model response; create a separate run to obtain assistant replies. Use when adding messages to an existing conversation aft
  • Create Moderation — Tool to classify text and/or image inputs for potentially harmful content via the OpenAI Moderation API. Use for content safety checks, filtering user-generated content, or monitoring for policy violations across 13 harm
  • Create Realtime Call — Tool to create a Realtime API call over WebRTC and receive the SDP answer needed to complete the peer connection. Use when initiating a bidirectional audio/data WebRTC session with OpenAI's Realtime API. Returns the SDP
  • Create Realtime Client Secret — Tool to create an ephemeral client secret for authenticating Realtime API connections. Use when you need to establish a WebSocket connection to OpenAI's Realtime API for voice or streaming interactions.
  • Create Realtime Session — Tool to create an ephemeral API token for client-side Realtime API applications. Use when setting up browser-based real-time audio/text interactions.
  • Create Realtime Transcription Session — Tool to create an ephemeral API token for realtime transcriptions via the Realtime API. Use when you need to authenticate browser clients for realtime audio transcription sessions. Returns a session object with a client_
  • Create Response — Tool to generate a one-shot model response via the Responses API. Use for multimodal analysis (image + text), OCR/text extraction from images, or structured JSON outputs. For structured outputs, configure text.format wit
  • Create Run — Tool to create a run on a thread with an assistant. Use when you need to execute an assistant to generate responses. Creating a message alone does not cause the assistant to respond; a run is the execution primitive. Aft
  • Create Skill — Tool to create a skill from uploaded files. Use when you need to create a new skill with SKILL.md and supporting files.
  • Create Speech (TTS) — Tool to generate text-to-speech audio using OpenAI's Audio API. Use when you need to convert text to natural-sounding speech with a choice of voices and models. Returns a hosted audio file URL with metadata, not raw byte
  • Create Thread — Tool to create a new thread. Use when initializing a conversation with optional starter messages. Returns a thread_id that must be persisted and passed to all subsequent calls (e.g., OPENAI_CREATE_MESSAGE, OPENAI_RETRIEV
  • Create Thread And Run — Tool to create a thread and run it in one request. Use when you need to start a new conversation and immediately execute the assistant to generate a response. This is more efficient than calling create_thread and create_
  • Create Upload — Tool to create an intermediate Upload object for large file uploads. Use when uploading files larger than the direct upload limit by adding Parts to the Upload. The Upload accepts up to 8 GB total and expires after one h
  • Create Vector Store — Tool to create a new vector store. Use when you need to create a collection of processed files for file_search tools.
  • Create Vector Store File — Tool to create a vector store file by attaching a File to a vector store. Use when you need to add files to a vector store for file search capabilities.
  • Create vector store file batch — Tool to create a vector store file batch. Use when attaching multiple files to a vector store for file search capabilities.
  • Create Video — Tool to create a video using Sora models via the OpenAI Videos API. Use when you need to generate videos from text descriptions. The response includes a job ID and status for tracking the asynchronous video generation pr

Related integrations

Browse all 900+ integrations →

Get started with OpenAI on Beauto

Sign up free, connect your OpenAI account in one click, and describe the workflow you want in plain English. Beauto's AI handles the rest — no API keys or code required.

Try Beauto free · Browse all 900+ integrations · How it works