diff --git a/web/apps/docs/quickstart/onboarding/onboarding-api.mdx b/web/apps/docs/quickstart/onboarding/onboarding-api.mdx deleted file mode 100644 index d331734add..0000000000 --- a/web/apps/docs/quickstart/onboarding/onboarding-api.mdx +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: 'Get Started' -description: 'Get started with API keys' ---- - -## 1. Create your Unkey account - -The first step to using Unkey is to create an account. You can do this by visiting [app.unkey.com](https://app.unkey.com). - - - Sign Up Page for Unkey - - -## 2. Create your first API - -Next we will get you to create your first API. This is the API that you will be protecting with Unkey. You can create as many APIs as you like, but for now we'll just create one. - -Give it a name and add the features you need. You can always add and remove features from the dashboard later as needed. - - - You can skip this step by clicking the `Skip step` button in the top right. You can always do this from inside the dashboard. - - - - Create an API - - -## 3. API Key - -Next there will be a dialog with an API key created for you. Copy the key and curl command to try out unkey. - - - - API Key - - -## 4. Next Steps - -You should get to know our [API reference](/api-reference/v2/auth), as you can add additional fields to your request when issuing a key. - -You can also check out the [Features](/apis/features/ratelimiting) section for more information on how to use Unkey.