## projects link

Associate an existing provider account with your project without provisioning a new resource. Use this when you already have an account with a provider and want to connect it to your project.

The recommended first step in agent-driven workflows is to establish provider connections before running `stripe projects add`.

**Command:** `stripe projects link`

### Arguments

- `<provider>`
  The provider to associate, for example `vercel` or `supabase`.

### Examples

**Associate a provider account**

```sh
stripe projects link vercel
```
