Getting Started
Prerequisites
Local Setup (npm)
git clone https://github.com/ekailabs/ekai-gateway.git cd ekai-gatewaynpm installcp .env.example .envOPENAI_API_KEY= ANTHROPIC_API_KEY= XAI_API_KEY= OPENROUTER_API_KEY= GOOGLE_API_KEY=npm run build npm start
Docker Setup (default single container)
Optional: split services
Environment Variables
Variable
Description
Running the Gateway and Dashboard
Using with Clients (Summary)
Next Steps
Last updated