Everything in the product is built on the same public REST API β so anything you can do in the app, you can automate. Consistent ID prefixes, JSON envelopes, cursor pagination, signed webhooks on every change, and a built-in MCP server so AI agents can work your CRM directly.
Leads, contacts, opportunities, activities, tasks, custom fields & objects, Smart Views, sequences, exports β full CRUD with field selection and a structured search DSL.
Every mutation writes an event in the same transaction and fans out as an HMAC-signed webhook, with retries and auto-pause. Never miss a change.
A built-in Model Context Protocol server exposes scoped read / write tools so AI agents operate your CRM safely β no glue code.
AI, telephony, email and enrichment all run on your own provider keys. The API never proxies or marks them up.
Personal API keys over HTTP Basic (key as username). OAuth2 with rotating refresh tokens for integrations.
Per-endpoint-group rate limiting with standard ratelimit headers, and the same API behind the web app you already use.
Create an API key under Settings β API & Webhooks, then:
curl -u YOUR_API_KEY: https://app.geniziz.com/api/v1/me/
Point any MCP client at https://app.geniziz.com/mcp/ with the same key and a Geniziz-Scope header.
Every endpoint, grouped and searchable β generated straight from the API.
Open the docs