Base URL
NTRP_HOST and NTRP_PORT.
Authentication
All endpoints except/health require a Bearer token:
Response format
All endpoints return JSON. Streaming endpoints (/chat) use Server-Sent Events (SSE).
Endpoints
| Group | Endpoints | Description |
|---|---|---|
| Chat | POST /chat, POST /cancel | Agent conversation with streaming |
| Sessions | /session*, /sessions* | Session management |
| Memory | /facts*, /observations*, /dreams* | Memory CRUD |
| Automations | /automations* | Scheduled tasks |
| Config | /config*, /models* | Server configuration |
| Health | GET /health | Server status (public) |