opencode

Connect OpenCode 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 OpenCode 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 OpenCode

OpenCode is an open, model-agnostic command-line coding agent. In NoClick it runs hosted and gains your apps as tools, so it can act on real systems rather than just edit files. Wire an integration into the agent and OpenCode can use that app’s operations directly while it works. It is a flexible choice when you want an open agent with broad model support and real tool access.

Open and model-agnostic
Flexible across many underlying models
Good general-purpose tool use
Lightweight to point at a focused task

Frequently asked questions

Open your OpenCode agent in one click

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