API & MCP
One workspace, fully programmable.
Every table, action and agent is reachable over REST, MCP and WebSocket — for your stack, and for your client’s client.
19
MCP tools
22
column types
27
integrations
6
views per table
A request away.
Create a record and the table takes over — formulas compute, the AI column scores it, the WhatsApp action fires. One call, a whole pipeline.
curl -X POST https://api.aitizer.com/functions/v1/rest-api/tables/123/records \
-H "Authorization: Bearer $AITIZER_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "row_data": { "Name": "Ada", "Email": "ada@acme.com" } }'
# => { "id": 999, "ai_score": 92, "status": "qualified" }Six surfaces. One permission model.
01REST APITables, columns, records, views and the action engine over clean JSON endpoints — the same calls our app makes.Reference →
02MCP serverJSON-RPC 2.0 with 19 typed tools. Plug your workspace into Claude or any MCP client — with per-table permissions.Reference →
03Agent channelsOne webhook powers web chat, WhatsApp Cloud and Telegram — with sessions, voice notes and vision.Reference →
04Vectorize & searchAutomatic embeddings on every record and a one-call semantic search — RAG without the plumbing.Reference →
Build on AITIZER.
Grab a token in your workspace and make your first call in minutes — the full reference has copy-paste examples for everything.
Start free