---
title: Get started with AuthKit
description: >-
  Set up AuthKit in your app using either the WorkOS CLI or a manual
  framework-specific guide.
hideCopyButton: true
originalPath: .tmp-workos-clone/packages/docs/content/authkit/landing.mdx
---

## Install using the WorkOS CLI

Automatically integrate WorkOS into your app with this command. Learn more on [GitHub](https://github.com/workos/workos-cli).

```bash title="WorkOS CLI"
npx workos@latest
```

## Or install using your preferred stack

Follow a framework-specific guide to integrate AuthKit manually.

<AuthKitStackGrid />
