JL
EN
Docs Home
Menu
Guides

JsonLog Client Flows

Index of client integration flow guides for the jsonlog service.

guide jsonlog

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:

  1. 00-client-flow-map.md
  2. 01-auth-bootstrap-and-token.md
  3. 02-send-logs-http.md
  4. 03-stream-logs-websocket.md
  5. 04-query-logs.md
  6. 05-private-channels-and-access.md
  7. 06-metrics-and-health.md
  8. 07-troubleshooting-common-failures.md

Each guide includes:

  • purpose and preconditions
  • API/script flow
  • raw HTTP/curl flow
  • validation and failure handling notes

See also: