MAILRAFT

MAILRAFT / DOCS V1

REST API

Production base: https://api.mailraft.com. GET /health is public. Authenticated /v1 routes require a scoped MailRaft bearer key. Provider secrets never appear in read responses. The dashboard uses a same-origin session backend on app.mailraft.com.

Integration routes: GET/POST /v1/integrations; GET/PATCH/DELETE /v1/integrations/:id; POST /v1/integrations/:id/test; GET /v1/integrations/:id/calls; POST /v1/integrations/:id/execute. Execute accepts action and params. Actions must match the integration, tenant, membership, plan and key scopes. Revoke is immediate. Obtain keys only through authenticated Developer settings.