Sunset HTTP response header.
[Unreleased]
Added
- Documentation portal launched at
docs.agntix.aiwith auto-generated API reference from the filtered gateway OpenAPI spec. - New
x-internal: trueOpenAPI extension lets backend owners hide individual endpoints from the public docs without touching the gateway filter.
Changed
- Internal-only routes (
/admin,/scheduler,/metering,/n8n,/users, several voice and WhatsApp ingress paths) are now stripped from/docs/jsonat the gateway. They were never documented; this just makes the contract explicit. - The Swagger UI at
/api/v1/docs(chat-engine) and the Scalar playground at/api/v1/playgroundnow respond withX-Robots-Tag: noindex, nofollow.
Security
- Documentation page lints for accidentally-exposed secrets (
pk_live_…,INTERNAL_SECRET, internal slugs) on every PR.
[1.4.0] — 2026-04-15
Added
POST /v1/chat/call-campaigns/{id}/pauseand/resumefor managing in-flight campaigns.- New
endOfTurnDetectionoptionSTT_ENDPOINTINGfor ultra-low-latency voice flows.
Changed
- Voice agent
tts.providerenum expanded to includecartesiaandrime.
Deprecated
POST /api/v1/chat/sessions(legacy passthrough). UsePOST /v1/chat/chat/sessionsinstead. Deprecation header set; full removal scheduled for2.0.0.
[1.3.0] — 2026-03-12
Added
- Server-Sent Events stream at
GET /v1/chat/events/streamfor real-time UI updates. - Knowledge store rerank toggle (
config.rerank.enabled).
Fixed
- Tool calls with binary response bodies no longer crash the session.
[1.2.0] — 2026-02-04
Added
- WhatsApp business agents — wire any agent to a Twilio WhatsApp number from the dashboard.
- Per-key scopes on API keys (
chat:read,chat:write,voice:write, …).
Changed
- The default
topKfor RAG retrieval increased from 1 to 2.
Versioning policy
- MAJOR (
2.0.0) — breaking changes; minimum 6-month deprecation window. - MINOR (
1.5.0) — additive features; existing endpoints unchanged. - PATCH (
1.4.1) — bug fixes only.
subscription.updated and watch the Sunset response header to
detect deprecations programmatically.