Agent access monitoring with signed evidence
See which agents access your APIs and content. Apply policy. Export verifiable interaction records.
Monitor agent access. Export signed evidence.
Detect, classify, and export signed evidence
Agent Visibility
See which agents access your APIs and content, what they request, and when.
Policy Compliance
Evaluate requests against your declared terms. Issue signed records for compliant interactions.
Data Footprint Tracking
Track bytes served, token estimates, and resource hashes. Know exactly what data left your servers.
Production Ready
HMAC auth, replay protection, rate limiting. Deploy to Cloudflare Workers, Nginx, or Docker.
Reference Implementation of PEAC Protocol
Originary Trace is built on the PEAC open standard for verifiable interaction records.
Learn about PEAC ProtocolOSS vs Cloud
Choose self-hosted open source or managed deployment
Trace OSS
Self-hosted, complete implementation
- Event ingestion (JSON/NDJSON)
- HMAC authentication + replay protection
- Bot detection & classification
- Data footprint tracking
- Signed interaction records (self-managed keys)
- Public badge & stats API
- CSV/JSON exports
- Cloudflare Worker & Nginx tailer
- Prometheus metrics
- OpenAPI docs
Trace Cloud
Attested receipts + automation + scale
- Everything in OSS
- Automated compliance bundles
- Multi-property rollups
- Cross-site benchmarking
- Email/Slack alerts
- Priority support
Deploy in minutes
Three ways to get started with Trace
1. Cloudflare Worker
npm install wrangler -g wrangler deploy
2. Nginx + Tailer
# Install tailer go install ./tailer ./tailer --config tailer.yml
3. Docker Compose
docker-compose up -d # API: localhost:8787 # Docs: localhost:8787/docs
Frequently Asked Questions
Can I use Originary Trace as a bot tracker or bot protection tool?
Yes. Trace identifies AI crawlers and agents accessing your content, applies policy, and generates verifiable interaction records. Use it to monitor AI access and enforce your declared terms.
What makes Trace different from other bot management tools?
Trace generates signed interaction records for every access, providing verifiable evidence of what was accessed, when, and under what terms.
Monitor agent access to your content
Start with OSS self-hosted or contact us about managed deployment