Introduction
Base URL: https://m8tes.ai/api/v2
All requests require an API key in the Authorization header. API keys use the m8_ prefix.
Authorization: Bearer m8_your_key_here
Python
Get your API key from the Developer dashboard.
Authentication
Create or rotate an API key with POST /api/v2/token. That endpoint returns a new API key and invalidates the previous one, so update your stored secret immediately after calling it.
Resources
The API is organized around these resources:
Usage
Inspect your current plan, usage, and limits with GET /api/v2/usage or client.auth.get_usage().
All list endpoints use cursor-based pagination. All errors follow a standard format.
