Pricing

Pay for what you actually use

No seat-based pricing. No hidden fees. One audit log = one event.

Batch entries count individually. Cancel anytime.

Free

$0/mo
For solo developers
  • 5,000 audit logs / month
  • Up to 3 agents
  • 7-day retention Coming soon
  • Basic compliance rules
  • Email support

Business

$79/mo
For compliance-driven orgs
  • 250,000 audit logs / month
  • Unlimited agents
  • 7-year retention Coming soon
  • Advanced analytics Coming soon
  • Priority support
  • Custom integrations

Enterprise

Custom
For regulated industries
  • Unlimited everything
  • Custom SLA
  • On-premise deployment
  • Dedicated engineer
  • Annual contracts
Contact Sales

Questions & Answers

What counts as an audit log?

Any event submitted via the API — agent actions, prompts, responses, guardrail checks, trace events. Batch entries count individually. Submit 50 entries in one batch call = 50 logs consumed.

What are the API rate limits?

POST /audit-logs: 1,000 req / 15 min. POST /audit-logs/batch: 500 req / 15 min (up to 50 entries each). GET queries: 200 / 15 min. Auth: 5 / 15 min.

What happens if I exceed my monthly quota?

We return HTTP 429 with a clear message: Monthly audit log quota exceeded. Upgrade your plan to continue logging. You can upgrade instantly via the dashboard.

Can I self-host?

Yes. AgentAudit is 100% open-source and self-hostable with Docker Compose or bare-metal. See the self-hosting guide for details.

Which agent frameworks are supported?

LangChain (callback handler), CrewAI (observer), AutoGPT (decorator + context manager), and OpenAI (wrapped client) all have drop-in SDKs. Any other framework can use the REST API directly — one POST, any language.

Is there an SDK?

Yes — pip install agentaudit-client for Python and npm install agentaudit-client for TypeScript/Node. Both are open-source and published to PyPI and npm respectively.

What compliance packs are included?

All plans include three built-in packs: Healthcare (HIPAA) for PHI and SSN detection, Finance (PCI-DSS) for credit card and insider-trading keyword detection, and Data Protection (GDPR/CCPA) for email, phone, and address leakage. Packs are installed in one click from the dashboard and run automatically on every audit log.