Developer Reference
Clean REST. No SDK required.
Direct HTTP JSON endpoints for server-side event dispatch, metrics querying, and tenant management.
Key Architecture & Capabilities
Engineered for high performance, zero data leaks, and developer simplicity.
01
POST /analytics
Ingest batch or single event payloads with sub-15ms edge processing.
Production Verified
02
GET /metrics
Query aggregated pageviews, unique sessions, and bounce rates with date filters.
Production Verified
03
GET /health
Real-time edge gateway status and node diagnostic information.
Production Verified
04
POST /projects
Programmatically provision new tenant workspaces and generate API keys.
Production Verified
Tracabit vs Legacy Competitors
How our zero-cookie architecture compares against traditional platforms.
| Capability | Tracabit | Google Analytics 4 | Sentry / Datadog |
|---|---|---|---|
| Client Script Overhead | < 1.8 KB | 48.2 KB | 64.0 KB+ |
| Cookie Banner Obligation | 100% Exempt (0 Cookies) | Mandatory Consent Banner | Depends on Session Cookies |
| Inference-Free Model Protocol (MCP) | Native Sub-15ms Tools | Not Supported | Proprietary REST only |
| Cost Per 1,000,000 Events | $12.00 | Data monetization model | $350.00+ |
Implementation Example
Drop-in code sample with strict TypeScript definitions.
terminal
curl -X POST https://api.tracabit.com/analytics \
-H "Authorization: Bearer tcb_live_99a8f21c08e" \
-H "Content-Type: application/json" \
-d '{
"projectId": "proj_prod_app",
"event": "page_view",
"url": "/pricing"
}'Ready to upgrade your telemetry?
Get started with 100,000 free events every month. Zero cookies, sub-2KB client overhead, and instant setup.