1. Get a workspace API key
MailKatana developer docs assume you already have a workspace-scoped API key. Use that same key for both the REST API and the MCP server.2. Make your first REST request
Create a contact with a Bearer token:3. Verify MCP authentication
MailKatana serves MCP over SSE. If your client wants the raw SSE endpoint, verify it like this:401 error.
If you omit the header and still get 401, that means the endpoint exists and auth is the missing piece.
Next steps
- Continue with authentication for REST and MCP auth details.
- Browse the REST API overview.
- Follow the MCP quickstart if you are connecting Claude, Cursor, or another client.