Skip to main content
API keys let you authenticate with Loam’s REST API and MCP server for custom integrations and AI tool connections.

Creating a key

Only Admins can create and revoke API keys.
  1. Go to SettingsAPI Keys
  2. Click Create Key and give it a name (e.g., “MCP Server”)
  3. Copy the key (prefixed with lk_) — it’s shown only once
API keys grant full read and write access to your organization’s data. Treat them like passwords.

Using API keys

REST API — Include the key as a Bearer token:
curl -H "Authorization: Bearer lk_your_api_key" \
  https://hireloam.com/api/v1/jobs
MCP Server — See MCP Setup for configuration.

Managing keys

On the API Keys page, view all active keys with their name, masked preview, last used date, and creation date. Revoke any key instantly — revoked keys stop working immediately.