Getting Started
API Keys
Every connection to the Litica MCP server requires an API key. Keys are issued by the Litica team during early access.
Getting a key
Create a free account and request an API key from the dashboard. The Litica team will issue your key manually and send it by email.
Request early access
Early access users get direct support and input on the roadmap.
Create an accountKey format
Litica API keys follow the format lk_ followed by a string of characters, for example:
lk_AbCdEfGhIjKlMnOpQrStUvWxYz...
Keep this key private. It grants full access to your namespace on the Litica server.
Using your key
Your key is passed as a header when connecting to the Litica MCP server. In practice, this is handled by the mcp-remote argument in your MCP client config:
"--header", "X-API-Key:lk_your-key-here"
See the Configuration page for the full config block for your MCP client.
Security
- Never share your key or commit it to source control.
- If you suspect your key is compromised, contact about@litica.org and we will revoke it and issue a new one.
- Your key is tied to your tenant. No other user can access your namespace.