OpenAI MCP integration for AI agents.

Connect AI agents to OpenAI through 15 structured actions, including get batch, create audio transcription, and cancel batch. Review authentication, inputs…

ACTION CONTRACTS
15
AUTHENTICATION
API key
SOURCE STATUS
Provider-backed

CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE

CAPABILITY PROFILE

What the OpenAI integration exposes

The OpenAI Agent App exposes 15 provider-backed actions for ai and developer tools work. Its current contract lets an authorized agent fetch one openai batch job by its identifier, transcribe one uploaded audio file with the openai audio transcription api, and cancel one in-progress openai batch job by its identifier. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.

A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.

For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected OpenAI account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.

VERIFIED ACTION SAMPLE

Real OpenAI capabilities.

Showing 12 of 15 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.

get_batchREAD

Fetch one OpenAI batch job by its identifier.

INPUTS: batch_id

create_audio_transcriptionWRITE

Transcribe one uploaded audio file with the OpenAI audio transcription API.

INPUTS: file / model / chunking_strategy / include / language

cancel_batchHIGH IMPACT

Cancel one in-progress OpenAI batch job by its identifier.

INPUTS: batch_id

create_audio_translationWRITE

Translate one uploaded audio file into English with the OpenAI audio translation API.

INPUTS: file / model / prompt / response_format / temperature

create_batchWRITE

Create an OpenAI batch job from an uploaded input file.

INPUTS: input_file_id / endpoint / completion_window / metadata

create_embeddingsWRITE

Create embeddings with an OpenAI embedding model.

INPUTS: input / model / dimensions / encoding_format / user

create_imageWRITE

Generate images with the OpenAI image generation API.

INPUTS: prompt / model / background / moderation / n

create_moderationWRITE

Classify text or image inputs with the OpenAI Moderations API.

INPUTS: input / model

create_responseWRITE

Create a non-streaming OpenAI response through the Responses API.

INPUTS: model / input / instructions / max_output_tokens / metadata

create_speechWRITE

Synthesize speech audio from text with the OpenAI audio speech API.

INPUTS: model / input / voice / instructions / response_format

get_input_token_countsREAD

Count how many input tokens a Responses-style OpenAI request would consume.

INPUTS: model / input / instructions / previous_response_id / text

get_modelREAD

Retrieve the metadata for a single OpenAI model by ID.

INPUTS: model

INPUT CONTRACTS

Know what the action needs before it runs.

get_batch

batch_idREQUIRED
The batch identifier.

create_audio_transcription

fileREQUIRED
The audio file source to upload.
modelREQUIRED
The transcription model to use.
chunking_strategyOPTIONAL
Any JSON object.
includeOPTIONAL
Additional response fields to include.
languageOPTIONAL
The language code of the source audio.

cancel_batch

batch_idREQUIRED
The batch identifier.

create_audio_translation

fileREQUIRED
The audio file source to upload.
modelREQUIRED
The translation model to use.
promptOPTIONAL
A guiding prompt for the translation.
response_formatOPTIONAL
The response format to return.
temperatureOPTIONAL
The sampling temperature.

PROVIDER-SPECIFIC WORKFLOWS

Jobs this Agent App can support

Inspect Get Batch

Fetch one OpenAI batch job by its identifier. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.

get_batch

Control Create Audio Transcription

Transcribe one uploaded audio file with the OpenAI audio transcription API. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.

create_audio_transcription

Verify with Create Audio Transcription

Transcribe one uploaded audio file with the OpenAI audio transcription API. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.

create_audio_transcription

SAFETY BOUNDARY

Operate OpenAI with explicit limits

  • Authorize OpenAI with API key and grant only the provider access required by the selected actions.
  • 9 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
  • Treat `cancel_batch` as high-impact operations and require an explicit approval boundary.
  • No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in OpenAI rather than assuming unrestricted access.
  • After a call, inspect the structured result and execution record before reporting that the OpenAI task completed successfully.

CONNECTION MODEL

API key

OpenAI API key used with the Authorization Bearer header. Create or manage it on the API Keys page: https://platform.openai.com/api-keys.

Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.

READ SIGNALS
6
WRITE SIGNALS
8
HIGH IMPACT
1
REVIEW SIGNALS
0

EVIDENCE AND AVAILABILITY

Provider reference

Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by OpenAI.

Official OpenAI website

ONE CONNECTION. REAL WORK.

Give your agent software it can use.

Connect through MCP or explore the Agent App catalog and choose only the capabilities your workflow needs.

EXPLORE AGENT APPS