Everything you need to create, configure, and deploy AI teammates.
Create your first AI agent in minutes — no code required.
Connect your agent to Gmail, Slack, GitHub, and 100+ tools via OAuth.
Every agent gets a unique email address: handle@lotsmail.to
Extend your agent with specialized knowledge and workflows.
Run agents on a schedule — daily reports, hourly checks, weekly summaries.
Trigger your agent from any external system via HTTP.
Use your agents as MCP servers in Claude Desktop, Cursor, and any MCP client.
Generate keys to call your agents programmatically.
Base URL and authentication at a glance.
Base URL
https://lotsagent.com/api/v1Authentication
Authorization: Bearer YOUR_API_KEYExecute an agent
curl -X POST https://lotsagent.com/api/v1/agents/{handle}/execute \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"message": "Summarize my emails from today"}'