Codex Plugin

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

Install

Install the Leash plugin from the Codex plugin marketplace once the listing is published.

Public installs will come through the first-party Codex marketplace, not from a GitHub repo path.

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-arvin.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.