Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.lighton.ai/llms.txt

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

LightOn exposes a hosted MCP server that lets MCP-compatible clients (Claude Desktop, Claude Code, Cursor, etc.) search and ingest documents in your workspaces.

Server URL

https://api.lighton.ai/mcp

Authentication

The server accepts an API key in two forms — pick whichever fits your client.
Pass the key in the Authorization header. Recommended for clients that support custom headers.
Authorization: Bearer $CONSOLE_API_KEY