Projects

Manage your projects and API keys

Production

Created 10/2/202512,543 events

API Key
wt_1234567...cdef

Keep your API key secure. Never share it publicly or commit it to version control.

Quick Start

curl https://api.watchtower.polysight.xyz/v1/events \
  -H "Authorization: Bearer wt_1234567890abcdef1234567890abcdef" \
  -H "Content-Type: application/json" \
  -d '{"level":"info","message":"Hello from Production"}'

Staging

Created 10/17/20253,421 events

API Key
wt_abcdef1...7890

Keep your API key secure. Never share it publicly or commit it to version control.

Quick Start

curl https://api.watchtower.polysight.xyz/v1/events \
  -H "Authorization: Bearer wt_abcdef1234567890abcdef1234567890" \
  -H "Content-Type: application/json" \
  -d '{"level":"info","message":"Hello from Staging"}'