Introduction
m8tes is the agent infrastructure API for building and running autonomous AI teammates. Create agents that run tasks, use integrations, handle human-in-the-loop interactions, and automate workflows on schedules, email triggers, and webhooks — through 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 teammates 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, exports, and data files on demand
Next Steps
- Core Concepts — teammates, runs, tasks, triggers, and apps
- Quick Start — get your first teammate running in 5 minutes
- API Reference — full endpoint documentation
