-
Notifications
You must be signed in to change notification settings - Fork 1
api
Bryan edited this page Jun 13, 2026
·
1 revision
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.
| 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 |