Quickstart
Docker Compose (recommended):
docker compose up
Starts the Horizons server on http://localhost:8000 with persistent local storage. No external services required.
curl http://localhost:8000/health
Install the SDKs
Python
pip install horizons
TypeScript / JavaScript
npm install @horizons-ai/sdk
... continue reading