Nolixan

Observability

Execution logs, webhook events, the audit trail, and usage metering.

Nolixan records what your agents do across several views.

Audit trail

The primary record of governed activity is the audit log — every action and policy decision, hash-chained and exportable. Start there for "what did the agent do, and was it allowed."

Execution logs

Action test/run executions are logged with the action name, status, HTTP status, duration, and the request/response — useful when building and debugging connectors and policies.

Webhook events

Every inbound webhook is persisted with its delivery status and forwarding attempts, and a live SSE stream is available — see Webhooks.

Usage metering

Per-account usage is metered for billing and rate limits:

GET /api/v1/admin/usage/summaries     # monthly totals per account
GET /api/v1/admin/usage/metering      # hourly buckets per environment

Counters cover API calls, webhook events, sync records, proxy requests, and connections.

On this page