Skip to main content

Know What Your AI Did

Every request through Raptor is logged with full metadata. Debugging, compliance, analytics—all covered.

What’s Logged

Dashboard

View all requests in your dashboard:
  1. Go to Traces in the sidebar
  2. Filter by date, status, cache hit, or agent
  3. Click a row for full request details

Response Headers

Every response includes a request ID:
Use this to look up the full evidence record in your dashboard.

Agent Tracking

Tag requests by agent for multi-agent systems:
Then filter by agent in your dashboard.

Compliance

Raptor evidence logs support common compliance requirements:

Retention

Performance

Evidence logging is completely async. Logs are sent to a background worker via an in-memory channel. Your requests never wait for logging.
Zero impact on request latency. We buffer up to 10,000 log entries and batch-write to the database.