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