Quick Start
Get your first autonomous teammate running in under 2 minutes.
Prerequisites
- Python 3.8+
- An API key from the Developer dashboard (starts with
m8_)
1. Install the SDK
cURL
Set your API key:
cURL
2. Run Your First Teammate
This auto-creates a teammate and starts a run in one call:
That's it. The SDK creates a teammate behind the scenes and runs your message. poll() waits until the run finishes and returns the result.
Or use the CLI for the same thing from your terminal:
cURL
