Debug Console

Infrastructure simulation and low-level API diagnostics.

Session Override

terminal

Bootstrap

Verify identity, org resolution, and system health before deep troubleshooting.

sync_alt

Facebook Intake

Refresh BMs to discover accounts, then trigger insights sync via the registry.

description

Order Intake

Preview field mappings for Sheets, then verify ingestion history and row hashes.

notification_important

Monitoring

Evaluate rules to generate events, then manually dispatch webhook deliveries.

Active Context

Current raw state of the debugging runtime.

{}

Request Recipes

Rebuild business metrics

curl -X POST http://localhost:3000/api/metrics/business-summary/rebuild \
  -H "Authorization: Bearer dev" \
  -H "Content-Type: application/json" \
  -d '{"orgId":"dev-org","from":"2026-05-01","to":"2026-05-12"}'

Evaluate monitor rules

curl -X POST http://localhost:3000/api/monitor-rules/evaluate \
  -H "Authorization: Bearer dev" \
  -H "Content-Type: application/json" \
  -d '{"orgId":"dev-org","from":"2026-05-01","to":"2026-05-12"}'