Docs

Send logs over a single HTTPS call, then trace any change in production back to its cause. Start with the quickstart — the rest is reference.

Base URL https://api.scrywatch.com

send your first event
curl -X POST https://api.scrywatch.com/api/ingest \
  -H "Authorization: Bearer $SCRYWATCH_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"events":[{"level":"error","type":"log",
    "message":"Checkout failed: payment provider timeout",
    "service":"checkout-api","environment":"production"}]}'

Core concepts

Ready to send your first event?

Create a project and an API key in seconds.

Start free