Manage
Invite beta — source and key management need OIDC sign-in (coming soon). Ship logs with
QIKLOG_API_KEY and watch them on /tail/{source}.
New source
Sources are created on first ingest — pick a stable name per app or environment.
Source ready
Use source when ingesting, then open the tail page.
curl -X POST http://localhost:5080/v1/logs \
-H "Content-Type: application/json" \
-d '{"source":"","level":"info","message":"hello"}'Create API key
Save this key now
This key is shown once. Use Authorization: Bearer … on ingest.