24 lines
1.5 KiB
Plaintext
24 lines
1.5 KiB
Plaintext
---
|
|
date: 2023-10-04
|
|
title: "Zero config API authentication with Vercel"
|
|
description: "Integrate Unkey into Vercel to give you a environment variable free experience."
|
|
author: james
|
|
---
|
|
|
|
At Unkey, our commitment isn't merely about providing API authentication. We are pushing the envelope and strive to make things as simple as possible for the developer community. That's why today, I'm incredibly excited to introduce our brand-new **Vercel Integration**.
|
|
|
|
<div className="flex justify-center align-center">
|
|
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/fDKkicMZiCc?si=ksblX5j1-OUvNLpf&controls=0" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen></iframe>
|
|
</div>
|
|
|
|
## What does our Vercel integration do?
|
|
|
|
The integration connects to your existing Unkey workspace and sets the necessary environment variables in your Vercel project. We allow you to set an Unkey API for each Vercel environment (development, preview, production) and automatically set the correct variables for you. The Unkey root key will be passed as a sensitive environment variable, which will not be visible in the Vercel dashboard.
|
|
|
|
<Image src="/images/blog-images/vercel/vercel.png" alt="Vercel integration" width="1920" height="1080"/>
|
|
|
|
|
|
## How do I get started?
|
|
|
|
To get started check out our [documentation](https://unkey.dev/docs/integrations/vercel) that gives you a step by step guide to integrate or the video posted above.
|