## agent setup

Set up tooling to help AI coding agents use Stripe. This command detects common agent harnesses and installs the relevant Stripe plugin, skills, and MCP server.

> Supports Claude Code, Codex, and Cursor.

**Command:** `stripe agent setup`

### Flags

- `--client <client>`
  Limit setup to a specific client. Supports `claude-code`, `codex`, and `cursor`.

- `--force`
  Reinstall agent tooling even if it's already installed.

- `--json`
  Print machine-readable status and planned actions without making changes.

- `--skills`
  Install Stripe skills directly, without an interactive prompt.

- `--skills-scope <scope>`
  Select where to install Stripe skills. Use `local` for the current directory or `global` for your home directory. Default is `local`.

- `--status`
  See the currently installed agent tooling.

- `-y, --yes`
  Skip interactive prompts and set up all detected clients.

### Examples

**Set up detected AI coding clients interactively**

```sh
stripe agent setup
```
