OpenAICodex

Connect Codex to Reducto

Give an AI agent Reducto as a tool and it can read documents for itself instead of guessing at their contents. It can upload a file, parse it into structured text, extract specific fields, classify the document type, or split a multi-document bundle into individual records, calling each operation as it works through a task. That turns a stack of unreadable PDFs into something the agent can actually reason over and act on.

Loading preview…
Opens a workflow with 17 tools ready to use.

Tools Codex gets

Pick the operations you want and each becomes a tool the agent can call directly while it works.

Reducto

17 tools
Upload Document

Upload a file by URL to Reducto storage; returns a reducto:// id reusable as document URL.

Parse Document

Convert a document into layout-aware structured JSON/markdown (synchronous).

Parse Document (Async)

Enqueue a parse job and return a job_id immediately (asynchronous).

Extract Fields

Pull specific structured fields from a document using a JSON schema (synchronous).

Extract Fields (Async)

Asynchronous schema-based field extraction; returns a job_id.

Split Document

Divide a multi-document file into labeled sections (synchronous).

Split Document (Async)

Asynchronous document splitting; returns a job_id.

Classify Document

Categorize a document into one of a provided set of document types/labels.

Edit Document

Programmatically modify a PDF/DOCX - fill forms, write field values, redact (synchronous).

Edit Document (Async)

Asynchronous document editing / form write-back; returns a job_id.

Run Pipeline

Run a composed multi-step pipeline (split -> parse -> extract) in one call (synchronous).

Run Pipeline (Async)

Asynchronous pipeline execution; returns a job_id.

Get Job

Retrieve status and results of an async job.

List Jobs

List async jobs for the account with cursor-based pagination.

Cancel Job

Cancel a running or queued async job.

Configure Webhook

Get the Svix portal URL where webhook delivery endpoints are managed.

Get API Version

Return the running Reducto API version string.

What you can build

When a Reducto job completes, pick up the parsed output and write the extracted fields straight into your database or a spreadsheet.
Upload each incoming invoice, extract the vendor, total, and due date, then route it into an approval step automatically.
Parse a signed contract into clean markdown and hand it to an AI step that summarizes the key terms.
Classify inbound documents so purchase orders, resumes, and receipts each get sent down their own path.
Split a scanned batch file into individual documents and process every one as its own record.
Run a saved Reducto pipeline on a new upload as an async job, then poll Get Job until the results are ready to use.

About Codex

Codex is OpenAI's command-line coding agent. NoClick runs it as a hosted agent and lets you connect your apps to it as tools, turning it from a coding assistant into an operator that can act across your systems. Connect an integration to the agent and Codex can query, create, and update records in that app directly. You keep the Codex experience and give it real reach into the tools your team already uses.

Fast, capable code generation and editing
Good at well-scoped, concrete tasks
Strong at API and data manipulation
Familiar to teams already on OpenAI tooling

Frequently asked questions

Open your Codex agent in one click

NoClick runs Codex for you with Reducto wired in as tools. Connect your account and run.