How does the trust score decay work?
+
Scores use a 30-day half-life decay. Recent events count most. A negative event from 60 days ago has roughly 25% of the weight of one from today. This means good actors can recover, and old incidents don't permanently penalize agents.
What's the difference between trust score, behavior score, and preflight?
+
A score check (GET /v1/score) returns both Trust and Behavior scores. Trust tracks safety/compliance risk. Behavior tracks delivery reliability. A preflight call combines both scores with risk context like payment amount and new payees to return allow/review/block.
Can I export audit logs for compliance?
+
Yes. GET /v1/audit/decisions supports both JSON and CSV export. Every score check and preflight decision is automatically logged with timestamp, agent ID, outcome, score, and reason. Up to 5,000 entries per API key.
Is there a free tier?
+
Yes. The free tier includes 20 tracked agents, 1,000 events, and 3,000 score checks per month. No credit card required. You can upgrade instantly when you need production volume.
What integrations are supported?
+
Payment preflight policy is built-in, with connector templates for wallet, auth, marketplace, prediction-market, and runtime events. Framework adapters for TypeScript and Python are on the roadmap. The REST API works with any language or platform that can make HTTP requests.