Documentation Index
Fetch the complete documentation index at: https://mintlify.com/samkit511/SAW---Security-Analyst-Workspace/llms.txt
Use this file to discover all available pages before exploring further.
GET /metrics-json gives you a live snapshot of the SAW server’s operating state without requiring authentication. Use it to monitor concurrency headroom, verify that feature flags are active, and expose SAW’s limits to an external monitoring stack.
GET /metrics-json
No authentication is required. The response is always served synchronously from in-memory state, so latency is negligible.Response fields
Version of the SAW response schema. Current value is
"2.0.0". Increment this when breaking changes are introduced to the response shape.Human-readable system identifier. Always
"Multi-Agent Security Operations Assistant".Number of requests currently being processed across all endpoints. When this value equals
limits.max_inflight, the next request to /ingest-log, /assistant/request, or /agent-test receives a 503 response.Hard limits currently active on the server. All values are read at startup from environment variables and remain constant until the server restarts.
Runtime feature flag states. Flags are read from environment variables at startup.