Integrate Kernel through the Vercel Marketplace
The Vercel Marketplace allows Vercel users to install and configure third-party services, like Kernel, directly from the Vercel dashboard. Kernel offers an official integration that Vercel users can install to integrate Kernel cloud browsers into their Vercel projects.Installing the Kernel Integration
- Navigate to the Kernel integration in the Vercel Marketplace.
- Click Install to add Kernel to your Vercel team.
- Select your pricing plan.
- Provide a name for your Kernel installation (this is not used for billing or anything else).
- Click Create.
Connecting to your Vercel projects
Once you’ve installed Kernel, you will need to connect it to one of your Vercel projects. Generally, a Kernel Organization should be connected to a single Vercel project. Connecting to a project will automatically sync your Kernel API key to your Vercel project’s environment variables. The following environment variable will be automatically synced to all environments:KERNEL_API_KEY
Running
vercel env pull
in your project will automatically sync the development environment variables locally.Configuring your Kernel integration
Most of your Kernel integration configuration will be done through the Kernel Dashboard. To access the Dashboard after installing the Kernel integration, navigate to your installation details page and click the Open in Kernel button.Using Kernel in your application
Once your Kernel API key is synced to your Vercel project, you can use it in your application. Here’s a quick example:Pricing
The pricing for plans purchased through the Vercel Marketplace is the same as the pricing when purchased directly through Kernel. For more information on Kernel’s pricing and available plans, see the Pricing page. Billing and usage data are reported hourly to Vercel and can be viewed directly in the Vercel Dashboard. Billing plan management can be done through both the Vercel Dashboard and the Kernel Dashboard.Limitations
The following limitations apply when using Kernel through the Vercel Marketplace:- Vercel-managed Organizations cannot be deleted from the Kernel Dashboard, they can only be deleted by uninstalling the Kernel integration in Vercel.
- Existing Kernel Organizations cannot be moved to be managed by the Kernel Vercel Integration.