MazzaAI

API keys and the public API

Create API keys so developers can connect their own systems to MAZZA.

If you or your developer want to connect MAZZA to your own software, you can create API keys and use the MAZZA API. This page is aimed at a technical teammate.

Create an API key

1

Open API keys

Go to Integrations, then API keys.

2

Create a key

Generate a new key and copy it. Store it somewhere safe, as it will not be shown in full again.

3

Use it in requests

Send the key with your requests to authenticate against the MAZZA API.

A request to the API looks like this:

curl "https://app.mazzaai.com/api/v1/calendar/events" \
  -H "Authorization: Bearer YOUR_API_KEY"

Treat keys like passwords

Anyone with a key can act on your account through the API. Never put a key in public code or share it, and revoke a key immediately if it leaks.

Last updated June 2026