Changelog
Material product changes. Bug fixes and small UI tweaks aren't listed; subscribe to the Atom feed if you want a notification.
2026-05-26 — Public beta open
- Self-serve workspace creation is now live. Sign up at /signup with any work email and your tenant is provisioned automatically — no waitlist, no DocuSign envelope.
- 14-day Business trial without a credit card. Free tier (3 seats / 3 sources / 3k tool-calls per month) stays free forever.
- Anti-abuse defaults: per-IP create-workspace rate-limit, disposable-email blocklist (~55k providers via
mailchecker), andtenant.self_signupaudit-event so operators can spot spikes in real time.
2026-04-28 — Public docs site
- Launched docs.orgmcp.io with quickstart, connector guides, and reference.
- Cookie policy + DPA published under /legal.
- Internal admin console (operator support staff) — auditable cross-tenant tooling.
2026-04-15 — Personal connectors
- Per-user OAuth for GitHub and Google Drive. Knowledge sources carry an immutable
user:<id>audience that even workspace owners can't widen. - Plan limits: Starter 3 / user, Growth+ unlimited.
2026-04-01 — Audit log + WAF + Sentry
- Per-tenant audit log UI under Settings → Audit log with NDJSON export.
- AWS WAFv2 on the ALB (managed core rules + 1k req/min per-IP rate limit).
- Sentry wired into both Next.js and Express, with tenant + release tags.
- GDPR right-to-delete: 30-day soft-delete window before hard purge.
2026-03-15 — Stripe billing
- Free / Starter / Growth / Enterprise tiers, hosted Checkout + Customer Portal.
- Per-tenant rate limits and seat enforcement.
- Daily metered usage rolled up into Stripe meters.
2026-02-28 — RAG GA
- OpenSearch Serverless + Bedrock Titan embeddings for the
search_company_ragtool. - Step Functions per-tenant ingest with daily schedules + manual trigger.
- Mandatory
(tenant_id + audience)filter on every query.
2026-02-01 — Multi-tenant beta
- WorkOS AuthKit signup with org provisioning.
- Postgres + Drizzle + RLS for hard tenant isolation.
- Per-tenant MCP route at
/t/<slug>/mcp.