Welcome to Elnora
The developer platform for Elnora — the REST API, the elnora CLI, the MCP server, and plugins. Built for developers and AI agents.
Elnora is an AI agent for automated preclinical lab work. This portal documents the developer surface: integrate over the REST API, script with the CLI, connect any AI tool over the MCP server, or drop in the plugins. Everything you can do in the dashboard, you can do programmatically.
# Authenticate with your API key and make your first call.
curl https://platform.elnora.ai/api/v1/tasks \
-H "X-API-Key: $ELNORA_API_KEY"Start here
Quickstart
Create an account, get an API key, and make your first authenticated call.
Authentication
API keys (X-API-Key) and OAuth for interactive clients.
Core concepts
Organizations, tasks, files, the knowledge base, and search.
Build with any surface
REST API
Every endpoint, with auth, parameters, and copy-paste curl examples.
CLI
Scriptable access to the whole platform — generated from the CLI itself.
MCP server
Connect Claude, Cursor, VS Code, and any MCP client to mcp.elnora.ai.
Plugins
Install Elnora in Claude Code and 30+ AI tools in two commands.
Built for AI agents
The whole portal is machine-readable. Point your agent at llms.txt for a map of the docs (or llms-full.txt for the full text), or connect over MCP to call the platform directly.