Claude Code Plugin
Deploy to Leash directly from Claude Code. Build your app with Claude, then ship it without leaving the conversation.
Install
Install the Leash plugin from the Claude marketplace once the listing is published. Public installs will come through the first-party marketplace, not from a GitHub repo path.
Commands
| Command | What it does |
|---|---|
| /leash:auth | Log in, log out, check current account, show CLI version |
| /leash:org | List orgs and switch the active org |
| /leash:coupons | Redeem coupon codes for the active org |
| /leash:deploy | Deploy the current project to Leash |
| /leash:status | Show your deployed apps and their URLs |
| /leash:apps | Manage apps — delete |
Example
Use the plugin for the same core workflows you would use in the CLI:
You: /leash:auth
Claude can help you check the current account or prompt you to sign in.
You: /leash:org
Claude can list orgs or switch the active org before billing or deploy actions.
You: Build me a team poll app with Next.js
Claude builds the app...
You: /leash:deploy
Claude runs leash deploy, detects Next.js, builds, and deploys.
Deployed! https://team-poll-arvin.un.leash.build
Prerequisites
The plugin wraps the Leash CLI. Install it first:
$ curl -fsSL https://leash.build/install.sh | sh
$ leash login
How it works
The plugin tells Claude how to use the Leash CLI. When you ask for auth, org, coupon, deploy, status, or app actions, Claude runs the matching Leash CLI workflow in your terminal. Environment variables are set through the dashboard — the CLI never handles secrets.