Concepts

Authentication

How authentication works with the MUDBASE API: API keys, Bearer tokens, and project scoping.

All API requests require an Authorization: Bearer <api_key> header and optionally X-Project-Id for project-scoped operations.

User Authentication guide covers implementing auth in your app.