Limerence

API Reference

REST API for managing agents, chat sessions, data sources, and more.

Limerence exposes a REST API for programmatic access.

Authentication

All endpoints require authentication. API keys support both header styles:

  • Recommended: Authorization: Bearer <API_KEY>
  • Alternative: X-API-Key: <API_KEY>

Session-based auth also uses Authorization: Bearer <SESSION_TOKEN>.

Base URL

http://localhost:3000/api

Available APIs

  • Agents — Create and manage AI agents
  • Chats — Start chat sessions and send messages
  • Data Sources — Connect and manage databases
  • Datasets — Curate evaluation and fine-tuning datasets
  • Automations — Schedule recurring agent runs
  • Providers — Configure LLM providers
  • Share — Generate shareable chat links
  • Embed — Embed chat widgets in your app
  • Users — User management
  • API Keys — Manage API keys

On this page