stream-inspector
Installation
SKILL.md
Stream Inspector
Purpose
Inspect data streams flowing into Lytics -- list available streams, view their statistics, and browse recent events. Useful for debugging data collection, verifying integrations, and understanding incoming data shape.
Environment
Requires authenticated API access. See ../references/auth.md for credential resolution.
API Endpoints
List Streams
curl -s "${LYTICS_API_URL:-https://api.lytics.io}/v2/stream" \
-H "Authorization: ${LYTICS_API_TOKEN}"