Eloquent Tail
Real-time log viewer for the Eloquent platform.
Sign in to view streaming platform logs.
Authentication
Three options: Sign in for an interactive Auth0 session that also IP-whitelists the platform owner, an API key for programmatic access, or rely on an existing IP whitelist entry.
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 |
| GET | /api/auth/login | Redirect to Auth0 (owner gets auto-whitelisted) |
| GET | /api/auth/callback | Auth0 OIDC callback |
| GET | /api/auth/me | Current session (or 401) |
| GET | /api/auth/logout | Clear session cookie |
| 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