Codex Plugin

Deploy to Leash directly from OpenAI Codex. Build your app with Codex, then ship it without leaving the conversation.

What it does

The plugin gives Codex a set of skills that map onto Leash CLI workflows. Ask for any of the skills below in a Codex conversation and Codex runs the matching CLI command in your terminal.

Skills

SkillWhat it does
authLog in, log out, check current account, show CLI version
orgList orgs and switch the active org
couponsRedeem coupon codes for the active org
deployDeploy the current project to Leash
statusShow your deployed apps and their URLs
appsManage apps — delete

Example

You: Check which Leash org is active

Codex can use the org skill and run the matching CLI workflow.

You: Build me an Express API with a /health endpoint

Codex builds the app...

You: Deploy this to Leash

Codex runs leash deploy, detects Express, builds, and deploys.

Deployed! https://my-api-your-org.un.leash.build

Prerequisites

Terminal

$ curl -fsSL https://leash.build/install.sh | sh

$ leash login

How it works

The plugin provides skills that teach Codex how to use the Leash CLI. Auth, org, coupon, deploy, status, and app cleanup workflows are all available through plugin skills that run the matching CLI commands in your terminal.

Coming to the Codex marketplace soon.