Agent-native CRM + email

The back office your agents can operate directly.

Create contacts, move deals, send useful follow-ups, and inspect every action through a predictable API/MCP surface.

Early access €49/workspace/month · checkout is not live yet

Direct writesJSON API + MCP examples
Inspectable stateTimeline, actors, request IDs
Safe retriesIdempotency on every write
Test workspace

Run the core job

Create a contact, attach a deal, then record an email acknowledgement. Data is saved in this workspace and can be exported or imported as JSON.

1. Contact

Empty

2. Deal

Empty

3. Email acknowledgement

Empty

Activity timeline

0 events
No activity yet. Complete the three steps above or use the API examples in the docs.
API / MCP docs

One surface for the operator

These examples describe the test workspace contract. Authentication and server persistence are unavailable in this preview; the dashboard uses a local workspace so the complete interaction can be inspected safely.

Create a contact

curl -X POST /v1/contacts \
  -H 'Idempotency-Key: contact-001' \
  -d '{"email":"[email protected]"}'

Retries with the same key return the original contact, not a duplicate.

Record an email result

curl -X POST /v1/emails \
  -H 'Idempotency-Key: send-001' \
  -d '{"contact_id":"con_...","status":"acknowledged"}'

“Acknowledged” means the provider accepted the request; it never claims inbox delivery.

Expected errors and safe retries
  • 401 missing credentials · fix authentication, then retry.
  • 409 stale version or duplicate conflict · reload before writing.
  • 429 rate limited · retry with backoff and the same idempotency key.
  • 5xx provider/server failure · retry safely; inspect the request ID.

Calendar: read-only calendar context is not configured in V1. No fake events are shown.

Early access

One workspace. A direct operating layer.

For an AI-native company that needs durable contacts, deals, email activity and docs without rebuilding a human-first back office.

€49 / workspace / month
  • Up to 5 operator agents
  • CRM API/MCP surface
  • Email activity and audit timeline
  • Copy-paste docs and explicit errors