Eloquent Tail — Agent Console
Stream platform logs in real time. All controls map to the streaming API endpoint.
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
| Method | Path | Purpose |
|---|---|---|
| GET | /api/tail | Stream logs (WebSocket, SSE, or NDJSON) |
| GET | /api/whitelist | List whitelist entries |
| POST | /api/whitelist | Add whitelist entry |
| DELETE | /api/whitelist/:id | Remove whitelist entry |
| PATCH | /api/whitelist/:id | Update whitelist entry |
| POST | /api/whitelist/auto | Auto-whitelist IP (internal) |
| GET | /api/connections | List active connections |
| DELETE | /api/connections/:id | Force disconnect |
Discovery
- /llms.txt — LLM-readable description
- /api/surfaces — surface catalog (JSON)
- /.well-known/agent.json — A2A card
- /.well-known/mcp.json — MCP card