Introduction
m8tes is the agent infrastructure API for building and running autonomous AI agents. Create agents that run tasks, use integrations, handle human-in-the-loop interactions, and automate workflows on schedules, email inbox, and webhooks. Use a Python SDK or REST API.
Authentication
All API requests require an API key passed in the Authorization header. API keys start with m8_.
Get your API key from the Developer dashboard after signing up.
What You Can Build
- Human-in-the-loop agents. Agents that ask questions, propose plans and request approval before acting.
- Automated workflows. Trigger tasks on a schedule, via webhook, or by email.
- AI agents in your product. Embed agents with per-user isolation, memory, and permission controls.
- Streaming experiences. Push real-time events to your UI as agents work.
- File generation. Agents produce reports and data files on demand.
Next Steps
- Core Concepts: teammates, runs, tasks, triggers, and apps
- Quick Start: get your first agent running in under 2 minutes
- API Reference: full endpoint documentation
