---
title: "spinrun install"
description: "`spinrun install <client> [--build]` — Write the gateway into a client's config."
url: https://docs.spinrun.ai/cli/install
markdown_url: https://docs.spinrun.ai/cli/install.md
---

# spinrun install

{/* GENERATED from @spinrun/cli/commands.ts — do not edit by hand. */}

Write the gateway into a client's config.

Usage: `spinrun install <client> [--build]`

```bash
spinrun install cursor
```

```bash
spinrun install cursor --build
```

`--build` writes the Build endpoint beside the run entry, under the key `spinrun-build`. It is OAuth only: `--with-key` is refused with `--build`.

## Related [#related]

* [CLI](https://docs.spinrun.ai/cli.md)
* [Build](https://docs.spinrun.ai/build.md)
