JsonLog Client Flows
These guides define expected client behavior for the jsonlog service.
Scope note:
- Routes on the jsonlog service are documented in this service OpenAPI at
/openapi.json. - Some flows also call
auth.jsonlog.com; those endpoints are outside this OpenAPI and are documented in the auth service. - Auth-backed JWT usage is the default production path; no-auth usage is for local development only.
Order:
00-client-flow-map.md01-auth-bootstrap-and-token.md02-send-logs-http.md03-stream-logs-websocket.md04-query-logs.md05-private-channels-and-access.md06-metrics-and-health.md07-troubleshooting-common-failures.md
Each guide includes:
- purpose and preconditions
- API/script flow
- raw HTTP/curl flow
- validation and failure handling notes
See also: