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

Build with any surface

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.

On this page