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
- Log in to LanderLab.
- Go to Organization > API Keys.
- Click Create.
- 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:
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_revokeMCP tool if you already have an active connection.