Geniziz
API-first

Build on Geniziz

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.

REST API

Leads, contacts, opportunities, activities, tasks, custom fields & objects, Smart Views, sequences, exports β€” full CRUD with field selection and a structured search DSL.

Webhooks

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.

MCP server

A built-in Model Context Protocol server exposes scoped read / write tools so AI agents operate your CRM safely β€” no glue code.

BYOK

AI, telephony, email and enrichment all run on your own provider keys. The API never proxies or marks them up.

Authentication

Personal API keys over HTTP Basic (key as username). OAuth2 with rotating refresh tokens for integrations.

Fair limits

Per-endpoint-group rate limiting with standard ratelimit headers, and the same API behind the web app you already use.

Quick start

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.

Read the full reference

Every endpoint, grouped and searchable β€” generated straight from the API.

Open the docs