I made an SDK to create and deploy production-ready agents in a few lines:
client = M8tes()
teammate = client.teammates.create(
name="revenue-report",
instructions="Pull last week's Stripe charges, compare to the prior week, post a summary to #finance on Slack.",
apps=["stripe", "slack"],
schedule="every monday at 9am",
)
Instantly you have a sandboxed agent running with apps, scheduler, email inbox, memory, etc.
You set it up once and it runs without you.
m8tes lets you create agents that work across your apps autonomously.
you can trigger them by schedule, webhook, email, or manually.
I have these running on autopilot:
- Add negative keywords for wasted spend in Google Ads (weekly schedule)
- Review new job applicant (webhook)
I also delegate tasks directly to agents on email. And there's a kanban to manage tasks manually.
free to get started. Let me know if you have any questions or feedback!