CRM · API-first

The CRM built for LLMs.

A lightweight CRM designed as backend infrastructure. Give Claude Code, ChatGPT, or any agent an API key — they read and write contacts, companies, deals, and activities directly. The dashboard is here when you need it.

$ curl -X POST https://your-app/v1/contacts
curl https://your-app/v1/contacts \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"email":"ada@example.com","first_name":"Ada"}'
/v1/contacts

People, with company, email, phone, and free-form JSON metadata.

/v1/deals

Opportunities with stage, value, close date, and links to contacts.

/v1/activities

Notes, calls, emails, meetings — the timeline every agent writes to.