Skip to content
Bryan edited this page Jun 13, 2026 · 1 revision

API

The public API is the local HTTP daemon from src/lode/daemon.py. Its contract is described by openapi/loded.openapi.yml and generated into docs/api/loded.md.

API surface

Area Endpoints Page
Health and status GET /health, GET /status Daemon endpoints
Search and context GET /search, POST /search, POST /context Daemon endpoints
Index and impact POST /index, GET /impact, POST /impact Daemon endpoints
Metrics GET /metrics Daemon endpoints

Related pages

Clone this wiki locally