Getting Started
Quickstart
Get Limerence running locally and create your first agent.
Prerequisites
- Docker and Docker Compose installed
- A PostgreSQL, MySQL, or other supported database to query
- An AI provider API key (Groq, OpenAI, Anthropic, or Google)
Install
Run the one-line installer:
curl -fsSL https://limerence.sh/install.sh | bashThis will:
- Pull the Docker images
- Start PostgreSQL and the Limerence backend
- Open your browser to http://localhost:3000
For more control, use interactive mode:
curl -fsSL https://limerence.sh/install.sh | bash -s -- --interactiveCreate Your First Agent
- Add a Data Source - Connect your database by providing connection credentials
- Create an Agent - Give it a name and select the data source
- Configure AI Provider - Add your API key in Settings → AI Providers (Groq, OpenAI, Anthropic, Google, Ollama, and more)
- Start Chatting - Ask questions about your data in plain language
Next Steps
- Deployment - Production deployment options
- Embedding - Add chat to your application
- API Reference - Integrate programmatically