Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.erlin.ai/llms.txt

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

API keys allow external tools and integrations to access your Erlin data programmatically.

Creating an API key

  1. Go to Account → API Keys
  2. Click Generate New Key
  3. Give the key a descriptive name (e.g., “MCP Integration”, “CI/CD Pipeline”)
  4. Copy the key immediately — it won’t be shown again
Store your API key securely. Never commit it to version control or share it publicly.

Key permissions

All API keys have full read access to your workspace data. Write operations (running scans, creating content) require explicit permission set during key creation.

Revoking a key

  1. Go to Account → API Keys
  2. Find the key you want to revoke
  3. Click Revoke
  4. Confirm the action
Revoked keys stop working immediately.

Usage

API keys are used in:
  • MCP Integration — Connect to AI assistants
  • Custom automations — Build your own integrations
  • CI/CD pipelines — Automate visibility checks in your deployment process