Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.complyhat.ai/llms.txt

Use this file to discover all available pages before exploring further.

May 21, 2026
v0.20
Annual discount adjusted to 10%.
  • Solo annual now 5,389/yr(was5,389/yr (was 4,790/yr at 20% off). Team annual now 26,988/yr(was26,988/yr (was 23,990/yr).
  • New Stripe price IDs live; legacy 20%-off prices archived.
  • Dashboard footer unified with the landing footer. Pricing card simplified to 3 bullets per tier.
  • Landing feature tabs reshaped around what ships: Reports, Compliance Wiki, MCP Tools.
May 20, 2026
v0.19
Per-MCP-install seat pricing.
  • Pricing pivoted from per-AI-model to per-MCP-install seats. Solo 499/mo(1seat).Team499/mo (1 seat). Team 2,499/mo (up to 5 seats). Enterprise custom, priced by seat count.
  • organizations.seat_limit replaces model_limit. billing_cadence column tracks monthly vs annual.
  • AI models are uncapped on every plan.
May 18, 2026
v0.18
Report lifecycle simplified.
  • reports.submit op removed. Signing and regulator submission are explicit customer-side workflow concerns — DocuSign, ServiceNow, internal GRC — not ComplyHat ops.
  • reports.status column dropped. A report is finalized when approved_content is non-null; no separate state machine to reconcile.
  • reports.start_draft + reports.finalize remain the only two write paths.
May 9, 2026
v0.17
Phase G closed end-to-end. Hosts can now actually invoke every tool.Critical OAuth fix. Every authenticated MCP op was returning 403 INSUFFICIENT_SCOPE since the May 8 wedge. Cause: the wedge trimmed advertised scopes to ["openid", "email"] but left the server-side scope check intact. Hosts could connect and list tools, but actual op calls 403’d. Fix treats OIDC-only tokens as full access; authorization is enforced at the organization-id layer in every handler, same boundary the dashboard uses.Auditor agent host-discoverability. The guidance MCP tool now serves all six skills and six auditor agents. The fix took 5 commits across findMonorepoRoot(), build-time codegen of resources into the JS bundle, biome ignore for generated files, and a .vercelignore correction (it was stripping skills/ and every *.md before the build saw them).Stripe live. Webhook endpoint registered with all 12 events. STRIPE_SECRET_KEY, STRIPE_WEBHOOK_SECRET, and three price IDs pushed to Vercel production. Signed-curl smoke verified the full chain: signature verify, env match, handler dispatch, idempotency insert, 200 response.Operational hygiene. Next.js bumped 16.2.3 → 16.2.6 for the May 2026 security release (moderate XSS in App-Router CSP-nonce code paths). Branch protection set on main (no force push, linear history). 'use cache' marketing pilot reclassified to WONTFIX after the auth/cache incompatibility surfaced in Next.js issue #89754. Premature prune-stripe-events cron unscheduled (free tier covers 30 years at current write rates without it). Two orphan edge functions deleted.Methodology whitepaper. Full Appendix A (8 sections, 18 citations) now live at /methodology , bias / drift / explainability / adversarial methods with thresholds tied to legal and academic sources, plus data governance, threshold rationale, and reproducibility guarantees.
May 1, 2026
v0.16
Six first-class agent hosts.
  • Claude.ai removed from the prime-host roster. Install paths are now Claude Code, Claude Desktop, Codex Desktop, Codex CLI, OpenClaw, NemoClaw.
  • Mintlify docs simplified: single-URL install per host, canonical tab order, no verbose preamble.
  • DESIGN.md aesthetic locked into the docs theme (Cornflower Ocean primary, Inter, code-block themes, structured footer).
  • Email infrastructure removed. Customer alerts surface via MCP audit_events.list polling; founder notifications via Vercel runtime logs.
April 29, 2026
v0.15
Eight first-class agent hosts. Zero internal LLM calls.
  • Codex Desktop and Codex CLI promoted to first-class hosts.
  • Claude Desktop joins as a parallel runtime to Claude Code.
  • ComplyHat is available as a remote MCP at https://complyhat.ai/api/mcp. Paste the URL into your host config and complete OAuth consent.
  • AI Gateway plumbing removed entirely (migration 084). ComplyHat now makes zero internal LLM calls; host agents bring their own reasoning, ComplyHat returns structured citations only.
April 25, 2026
v0.14
Generated reports clearly labeled as drafts.
  • Six first-class hosts: Claude Code, Claude Desktop, Codex Desktop, Codex CLI, OpenClaw, NemoClaw.
  • Human review and sign-off live in your existing compliance workflow, not in ComplyHat.
April 14, 2026
v0.12
Hardening.
  • IP rate limiting on signup and invite endpoints.
April 8, 2026
v0.11
Compliance engines, v2.
  • Explainability engine: LIME (with intercept) plus coalition-attribution proxy with narrative generation.
  • Drift engine: PSI, KS test, chi-squared (three distribution tests, picked per feature type).
  • Adversarial robustness and data-governance audits.
  • AI Gateway only. Failover moved to Vercel AI Gateway dashboard.
March 24, 2026
v0.10
Framework-agnostic pivot.
  • First-class support for NemoClaw, OpenClaw, Claude Code.
  • Shared SKILL.md and schedule.json format across all 8 auditor agents.
Last modified on May 30, 2026