Settings
Configure API keys, webhooks, and system preferences.
keyAPI Keys
Production Key
fapi_prod_••••••••••••••••
Development Key
fapi_dev_••••••••••••••••
webhookWebhooks
webhook
No webhooks configured
Create a webhook to receive notifications for API 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
Version—
Cluster—
DB Status—
DB Latency—
Uptime—
Endpoints0
Users0
Rate Limits
Global (read)30 req/min
Writes (POST/PATCH)10 req/min
Ban after5 violations