Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt

Use this file to discover all available pages before exploring further.

What Is an API Key?

A LanderLab API key authenticates your requests to the LanderLab API and MCP server. It tells LanderLab who you are and what organization your account belongs to. You need one before connecting any AI assistant or making direct API calls.

Create an API Key

  1. Log in to LanderLab.
  2. Go to Organization > API Keys.
  3. Click Create.
  4. Copy the key immediately.
Important: The key is only shown once. If you lose it, you need to create a new one.
Your key starts with ll_live_ and looks like this:
ll_live_2f20699a_e632aa7ad57f532d2d3eca2b67d73930...

Keep Your Key Secure

  • Do not share your key in public repositories, forums, or chat messages.
  • Do not hardcode it into client-side code.
  • Store it as an environment variable or in a secrets manager.
  • If a key is ever exposed, revoke it immediately and create a new one.

Revoke an API Key

To revoke a key:
  • Go to Organization > API Keys in LanderLab and delete it, or
  • Use the api_key_revoke MCP tool if you already have an active connection.
Revoking a key immediately invalidates it. Any integration using that key will stop working until you update it with a new one.

Next Steps

Use your API key to connect an AI assistant: