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.

Resources

The API is organized around these resources:

ResourceDescription
TeammatesReusable personas with instructions and tools
RunsTask executions that stream Server-Sent Events
TasksReusable job definitions with triggers (schedule, webhook, email)
AppsAvailable tools and OAuth integrations
MemoriesEnd-user memory management
PermissionsTool allow-lists for end-users
WebhooksEvent notification subscriptions

All list endpoints use cursor-based pagination. All errors follow a standard format.