Eloquent Tail — Agent Console

Stream platform logs in real time. All controls map to the streaming API endpoint.

Switch to human-readable view

Authentication

Bearer token or IP whitelist. Enter an API key for programmatic access.

Start tail

GET /api/tail?service=*&level=info&pattern=&transport=websocket&since=


  

Connections

GET /api/connections — list active streaming connections

Whitelist

GET /api/whitelist — IP and token whitelist entries

Add whitelist entry

Capabilities

API endpoints this console calls
MethodPathPurpose
GET/api/tailStream logs (WebSocket, SSE, or NDJSON)
GET/api/whitelistList whitelist entries
POST/api/whitelistAdd whitelist entry
DELETE/api/whitelist/:idRemove whitelist entry
PATCH/api/whitelist/:idUpdate whitelist entry
POST/api/whitelist/autoAuto-whitelist IP (internal)
GET/api/connectionsList active connections
DELETE/api/connections/:idForce disconnect

Discovery