
Features
- REST API - Send logs from any language or platform via simple HTTP POST
- TypeScript SDK - Drop-in SDK with automatic batching and retry
- Python SDK - Full-featured SDK with sync and async support
- CLI - Query logs, inspect flows, and view stats from your terminal
- Powerful Search - Full-text search with support for phrases, exclusions, and OR queries
- Flow Tracking - Link related logs together to trace user journeys
- Real-time Dashboard - Beautiful UI to view, search, and filter logs
- Cloudflare-powered - Built on Cloudflare Workers for global low-latency ingestion
Quick Example
Using the REST API
Send logs from any language with a simple HTTP request:Using the TypeScript SDK
Using the Python SDK
Using the CLI
Get Started
Ready to add structured logging to your app?- Getting Started guide - Get up and running in 5 minutes
- TypeScript SDK - For Node.js/TypeScript projects
- Python SDK - For Python projects
- CLI - Query and search logs from your terminal
- REST API Reference - Send logs from any language