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
| Skill | What it does |
|---|---|
| auth | Log in, log out, check current account, show CLI version |
| org | List orgs and switch the active org |
| coupons | Redeem coupon codes for the active org |
| deploy | Deploy the current project to Leash |
| status | Show your deployed apps and their URLs |
| apps | Manage 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
$ 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.