TraceKit Integration
Integrate TraceKit into your applications using our REST API or CLI tool. Choose the approach that best fits your workflow.
What is TraceKit Integration?
TraceKit provides multiple ways to integrate monitoring into your applications. Whether you prefer a simple command-line tool or full programmatic control via REST API, we've got you covered.
Integration Methods
CLI Integration
The fastest way to get started. One command sets up everything automatically.
tracekit init
API Integration
Full programmatic control for custom integrations and partner applications.
POST /v1/integrate/register
What You Get
Hacker Plan (Free)
200,000 traces per month forever, completely free
Email Notifications
Automatic alert setup for service issues
Health Monitoring
Uptime tracking with heartbeats and endpoint checks
Dashboard Access
Full-featured web UI for traces, metrics, and alerts
CLI vs API Comparison
| Feature | CLI | API |
|---|---|---|
| Setup Time | 1 command | Multiple API calls |
| Framework Detection | Automatic | Manual |
| SDK Installation | Optional | Manual |
| Customization | Limited | Full control |
| Best For | Individual developers | Frameworks & partners |
Choosing a Method
When to use each method:
- CLI: Individual developers, quick setup, interactive experience
- API: Framework integrations, partner applications, custom workflows, automation