Settings
Configure API keys, webhooks, and system preferences.
keyAPI Keys
Production Key
fapi_prod_••••••••••••••••
Development Key
fapi_dev_••••••••••••••••
webhookWebhooks
PagerDuty Alerts
https://events.pagerduty.com/integration/abc123/enqueue
2 events
Last: ✓ OK
Slack #ops-alerts
https://hooks.slack.com/services/T00000/B00000/XXXX
3 events
Last: ✓ OK
Datadog Event Forwarder
https://http-intake.logs.datadoghq.com/api/v2/logs
3 events
Available Events
log.errorWhen a 4xx/5xx response is loggedlog.slowWhen latency exceeds thresholdhealth.degradedWhen system status changesingestion.errorWhen external logs report errors*Subscribe to everythinginputLog Ingestion
Push external logs into the dashboard from any service.
# Single log entry
POST /api/ingest
Content-Type: application/json
{
"source": "payment-service",
"level": "error",
"message": "Payment gateway timeout",
"metadata": { "orderId": "ORD-123" }
}# Batch (up to 100)
POST /api/ingest
[{ "source": "...", "message": "..." }, ...]Levels:
debug info warn error fatalSystem Info
Version2.4.0
Clusteraws-us-east-1
DB Statusoperational
DB Latency659ms
Uptime7530min
Endpoints12
Users1
Rate Limits
Global (read)30 req/min
Writes (POST/PATCH)10 req/min
Ban after5 violations