search
settings_input_component

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 logged
log.slowWhen latency exceeds threshold
health.degradedWhen system status changes
ingestion.errorWhen external logs report errors
*Subscribe to everything

inputLog 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 fatal

System 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

Danger Zone