API Reference

API Reference Overview

Base URL, authentication, rate limits, pagination, and errors. Browse all endpoints below or try the API in the Playground.

Quick reference

Base URLhttps://api.mudbase.dev
AuthenticationAuthorization: Bearer YOUR_API_KEY or X-API-Key
Rate limit100 requests/second (default)
SpecDownload OpenAPI

Base URL

text
https://api.mudbase.dev
https://api.mudbase.dev

Authentication

Send your API key in the Authorization: Bearer YOUR_API_KEY header, or use X-API-Key for server-to-server. See Authentication (Concepts) and User Authentication.

Get your API key
Create and manage API keys in the Mudbase Console under your project settings.

Rate limits

Default: 100 requests per second per project. When exceeded, the API returns 429 Too Many Requests. See Rate Limits.

Pagination

List endpoints support limit and cursor (or offset). Responses include next_page when more results exist. See Pagination.

Errors

Standard HTTP status codes: 400 Bad Request, 401 Unauthorized, 403 Forbidden, 404 Not Found, 429 Rate limited, 5xx Server error. See Error Explorer for full reference.

Try the API

Use the Playground to send live requests, or import the OpenAPI spec into Postman.

Endpoints

All API operations grouped by tag. Click any endpoint for parameters, request/response schemas, and try-it-live.

Last updated: April 2026

Edit this page on GitHub