Documentation Index
Fetch the complete documentation index at: https://docs.ntrp.io/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
NTRP_HOST and NTRP_PORT.
Authentication
All endpoints except/health require a Bearer token:
Response format
All endpoints return JSON. The event stream (GET /chat/events/{session_id}) uses Server-Sent Events (SSE).
Endpoints
| Group | Endpoints | Description |
|---|---|---|
| Chat | GET /chat/events, POST /chat/message, POST /chat/background, POST /cancel | SSE stream, messaging, background mode |
| Sessions | /session*, /sessions* | Session management |
| Memory | /facts*, /observations*, /dreams* | Memory CRUD |
| Automations | /automations*, /notifiers* | Scheduled tasks, notifier configs |
| Config | /config*, /models*, /providers*, /services*, /directives | Configuration, providers, models |
| Health | GET /health | Server status (public) |