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
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.
2. Deal
Empty3. Email acknowledgement
EmptyActivity timeline
0 eventsOne 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
401missing credentials · fix authentication, then retry.409stale version or duplicate conflict · reload before writing.429rate limited · retry with backoff and the same idempotency key.5xxprovider/server failure · retry safely; inspect the request ID.
Calendar: read-only calendar context is not configured in V1. No fake events are shown.
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.
- Up to 5 operator agents
- CRM API/MCP surface
- Email activity and audit timeline
- Copy-paste docs and explicit errors