# Clerk is now available in Stripe Projects

You can now add authentication and user management to your app through [Stripe Projects](https://projects.dev). Available in developer preview, this CLI-based workflow lets teams and AI agents provision Clerk directly from the terminal.

Using the Stripe CLI, you can:

- Connect an existing Clerk account or have one created for you
- Provision a new Clerk application with both development and production credentials
- Manage authentication keys, rotate secrets, and access your Clerk dashboard — all from Stripe

To get started, install the Stripe Projects plugin for Stripe's CLI and initialize your project:

```bash
stripe plugin install projects
stripe projects init my-app
stripe projects add clerk
```

Select Clerk to add authentication and start building, or visit the [documentation](https://clerk.com/docs.md) to learn more.
