OpenAICodex

Connect Codex to fal

Give an AI agent your Fal account as a tool and it can generate media on its own instead of only suggesting prompts. It can search Fal's model catalog, upload an input file, submit a job to the queue or run a model synchronously, poll the request status, and fetch the finished result, calling each step as a tool while it works. Wire it into a hosted coding agent in NoClick and it can pick a model, run it, and collect the output from start to finish.
Loading preview…
Opens a workflow with 12 tools ready to use.

What happens next

Set up in minutes

The open button drops you into a guided setup. It asks exactly this, nothing else:
  1. Choose where it runs

    On your computer through your own Codex, or hosted in the cloud. The rest of setup adapts to your choice:

  2. Pick what it can do in fal

    A preset of real fal operations. Each one becomes a tool the agent can call, and it can't touch anything outside the list.

  3. Connect fal

    One sign-in. The agent acts through your account, scoped to the operations you picked.

  4. Add your personal MCP link

    The last step mints a private MCP URL for this agent and walks you through exactly this, with your real link filled in. The page flips to Connected the moment your Codex first calls in. Codex connects when a session starts — run codex, or restart a running one.

    Run this in your terminal

    $codex mcp add noclick --url https://mcp.noclick.app/s/<your-link>

    <your-link> is your personal server URL — setup mints it for you.

Exact capabilities

Tools Codex gets

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

fal

12 tools
Run Model (Sync)

Run a model endpoint synchronously and get the result inline.

Submit to Queue

Submit an async request to the fal queue (best for long-running jobs).

Get Request Status

Poll the status of a queued request.

Get Request Result

Fetch the completed result payload of a queued request.

Cancel Request

Cancel a queued or in-progress request.

Initiate File Upload

Initiate a file upload to fal's CDN; returns a presigned upload URL.

Search Models

Search and list available model endpoints.

Get Usage

Retrieve granular usage line items for the account.

List Requests by Endpoint

List recent requests for a specific model endpoint.

List API Keys

List all API keys for the account.

Create API Key

Create a new API key for the account.

Delete API Key

Delete an API key by its ID.

Starting points

What you can build

When a Fal job completes, pull the result and post the generated image or video to your team channel automatically.
On a new form submission, upload the attached photo to Fal, submit it to a model in the queue, and continue once the result is ready.
Search Fal's model catalog for a text-to-video model, run it synchronously, and save the output into the workflow.
Fan out a batch of image prompts by submitting each one to the queue, then handle each On Job Completed event as it fires.
Cancel a long-running Fal request automatically when an upstream step decides the job is no longer needed.
Pull your Fal usage on a weekly schedule and send a spend summary to finance.

Meet the runner

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

Good to know

Frequently asked questions

Keep exploring

More ways to connect

Make it yours

Open your Codex agent in one click.

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