
Usage Analytics & Monitoring
The dashboard provides observability and usage transparency. Metrics come from infrastructure-level telemetry. They do not depend on client-side estimation.
What you can observe
The dashboard surfaces two operational views:
Request and usage metrics over time.
Event delivery and outcome status for integrations.
Request & usage metrics
The dashboard surfaces aggregated request metrics across time windows. This is designed for trends and incident triage. It is not a replacement for raw request logs.
Common metrics include:
Request volume.
Error rate.
Endpoint-level usage distribution.
Common breakdowns include:
By API domain and endpoint family.
By response class (2xx, 4xx, 5xx).
By API key or key label.
How to use the metrics
Use metrics to:
Detect abnormal usage patterns.
Optimize request behavior.
Plan upgrades proactively.
Event & alert visibility
For users leveraging webhooks, WebSockets, or x402 payments, the dashboard provides visibility into operational outcomes:
Event delivery status.
Failed webhook attempts.
Payment-related request outcomes.
This enables operational debugging without direct log access.
Debugging a failing webhook
Webhook bodies and secrets should be treated as sensitive. Avoid copying payloads into non-secure systems.
Last updated