The headless, agent-native CRM. No web UI, no JS client. One stateless MCP endpoint; agents define any object type, attribute and relationship at runtime and run a fully-fledged CRM — contacts, companies, deals, pipelines, activities, timelines, search, dedup/merge, permissions, audit — entirely through crm_* tools.
By UnlikeOtherAI Ltd. Sibling of nessie (where the agents live) and deepsignal.live.
| Path | What |
|---|---|
docs/brief.md |
Vision, what makes a good CRM, the protocol decision (MCP 2026-07-28; Matrix is a different layer), architecture, the composable schema engine, tool surface, open questions. Start here. |
docs/architecture.md |
Topology, packages, guardrails. |
docs/schema-engine.md |
Metadata model + Prisma schema, attribute types, write path, query grammar, merge. |
docs/mcp-surface.md |
Every tool, resource, prompt. |
docs/auth-and-tenancy.md |
Inbound auth, tenant, policy. |
docs/deployment.md · docs/testing.md |
Ops and test rules. |
docs/spec/ |
Wire-level design: contracts.md (every shared type + every tool's zod I/O), templates/ (system + standard_crm JSON), policy-defaults.json, events.md (change feed + webhook protocol), protocol-flows.md (11 wire sequences), nessie-integration.md, uoa-integration.md (SSO/ownership: UOA token exchange, no re-login, direct OAuth profile). |
docs/plans/ |
Executable task plans, phase by phase. |
Status: documentation complete, no code yet (2026-08-23). Implementation follows docs/plans/00-execution-guide.md.