- Added status page with real-time service monitoring
- Premium landing page redesign
- Stripe billing with usage tracking and plan limits
- Rate limiting — free plan capped at 1,000 decisions/month
- Email notifications for review decisions and blocked wallets
- Compliance email configuration per organization
- Resend integration with verified domain
- Webhook system with HMAC-SHA256 signing
- Retry logic with exponential backoff
- POST /v1/webhooks, GET /v1/webhooks, DELETE /v1/webhooks/:id
- TypeScript SDK published to npm as @clearlayer/sdk
- Self-serve sign up and login flow
- Policy builder UI — create policies without code
- Compliance dashboard deployed to Vercel
- Multi-tenancy — each organization fully isolated
- Per-organization API keys
- POST /v1/organizations endpoint
- Automatic wallet screening on wallet creation
- Mock TRM Labs integration
- POST /v1/wallets/:id/screen endpoint
- Compliance dashboard with decisions, investors, policies pages
- Decision filtering by allow/deny/review
- Manual review status updates
- Initial launch
- Decision engine with allow/deny/review
- Five core endpoints: investors, wallets, policies, decisions, health
- Full audit trail on every decision
- Seed data with three test scenarios