Getting Started

Welcome to plenz. We run completely entirely in your browser environment, which means your prompt text never routes through a unified backend server and stays private by default. Let's get your workspace set up.

01

Install the Extension

First, download the plenz extension from the Chrome Web Store. Once installed, be sure to pin it to your browser toolbar for quick access. This allows you to easily hop into settings or toggle extension status.

plenz Chrome Web Store page
02

Select your AI Provider

plenz works with the major AI language models. Since we use a "BYOK" (Bring Your Own Key) model, you only pay for your literal inference costs directly to the provider, with zero markup. Click on the plenz icon, open Settings, and select a provider from the dropdown.

plenz provider configuration
03

Obtain Your API Keys

Retrieve a valid API key from your preferred provider to proceed. The keys are instantly stored in `chrome.storage.local` within your browser and never leave your environment. Expand the sections below to find exact instructions for the provider you just chose.

OpenAI

Console
  1. Navigate to the OpenAI Platform.
  2. Sign in to your account.
  3. Go to the Dashboard and select 'API keys'.
  4. Click 'Create new secret key'.
  5. Copy your key immediately (you won't be able to see it again).
OpenAI provider setup

Anthropic

Console
  1. Navigate to the Anthropic Console.
  2. Sign in to your account.
  3. Go to Settings and select 'API Keys'.
  4. Click 'Create Key'.
  5. Name your key and copy the generated secret.
Anthropic provider setup

Google Gemini

Console
  1. Navigate to Google AI Studio.
  2. Sign in with your Google account.
  3. Click 'Get API key' in the sidebar.
  4. Click 'Create API key' in a new or existing project.
  5. Copy the generated API key.
Google Gemini provider setup

Mistral

Console
  1. Navigate to the Mistral Console.
  2. Sign in to your account.
  3. Select 'API keys' from the menu.
  4. Click 'Create new key'.
  5. Copy the generated key.
Mistral provider setup
  1. Navigate to the Groq Cloud Console.
  2. Sign in to your account.
  3. Select 'API Keys' from the sidebar.
  4. Click 'Create API Key'.
  5. Copy your lightning-fast inference key.
Groq provider setup

OpenRouter

Console
  1. Navigate to OpenRouter's Keys page.
  2. Sign in to your account.
  3. Click 'Create Key'.
  4. Copy the generated API key.
OpenRouter provider setup

Custom (Local & Self-hosted)

  1. Start your local server (e.g. LM Studio, Ollama, vLLM).
  2. Locate the host URL (e.g., http://localhost:1234/v1).
  3. In plenz Settings, select 'Custom'.
  4. Enter your host URL and optional API Key.
  5. Test the connection to ensure plenz can reach your server.
Custom provider setup