What's new on MY AI AGENT — every release builds you a more capable AI team.
May 11, 2026
The Automations release
⚡ 1-click Automations
🌅Templates gallery New
6 pre-built automations on the home dashboard — Daily Slack Briefing, Meeting Notes → Action Items, Weekly Newsletter Draft, Sales Lead Researcher, Customer Support Triage, Morning Reflection Coach. Each installs an agent + schedule + integration hints in one click.
📚 Knowledge & retrieval
📚Per-agent Knowledge Base New
Drop PDF / DOCX / TXT / CSV / Markdown into any agent. We chunk + index the text and the agent retrieves the most relevant passages on every question. 50 docs · 5 MB total per agent. Japanese-aware tokenizer (CJK bigrams).
📎File analysis in chat New
Drag a .docx or .pdf into the composer and the AI gets the text. CSV files get a row/column preview header. PDF goes straight to Anthropic's vision tool when used in chat.
⏰ Schedule & triggers
⏰Scheduled execution New
Run any agent on a daily or hourly cadence. Result lands in chat or your inbox. Per-agent timezone offset, ▶ Run Now to smoke-test before going live.
🔌Webhook entry point New
Every agent gets a POST /w/<token> URL. Hook it up to Zapier, GitHub Actions, Stripe, anything — the AI replies as JSON. Daily cost cap (default ¥1,000) protects you if a token leaks.
📥Inbound email New
Configure a forwarder (Mailgun / SendGrid / Resend Inbound) to POST /api/inbound/email and your agent answers emails in its own voice. Replies go back to the sender automatically.
🔗 Integrations
📣Slack & Discord notify New
Save an Incoming Webhook URL once in Settings → Integrations. Then say "send the sales report to Slack" — your agent calls notify_slack automatically.
📅Google Calendar New
Your agent can now create calendar events with attendees, location, agenda. Already connected Sheets? Reconnect once to grant calendar scope.
💬 Chat experience
∑LaTeX math rendering New
Math expressions like $x^2 + y^2 = z^2$ or display blocks render beautifully via KaTeX.
🐍Python code interpreter New
Click ▶ Run on any Python code block — Pyodide runs it in your browser. Numpy, pandas, plotting, all work. No server roundtrip.
🔗Public chat sharing Viral
Share any conversation at /c/<id> — read-only, with OG card unfurls on X / Slack / LinkedIn. Expiry options (1d / 7d / 30d / never) + view counter.
✏️Edit & regenerate New
Reword any past user message; we truncate the trailing history and let the AI take a fresh swing.
✓✓Read receipts New
Group chats now show WhatsApp-style ✓ (delivered) / ✓✓ (read by N) next to your messages.
💡Follow-up suggestions New
After every reply, 3 clickable chips appear with likely next questions — generated by Haiku for speed.
🚀 Creators & growth
★Founder 100 badge Viral
First 100 creators get a permanent ★ Founder #N badge on profile pages + 1 month BUSINESS free. Existing top 8 signups have been retroactively granted — check Settings → Account.
@Public creator profiles New
Claim your @handle in Settings → your profile lives at /u/<handle> with all your listed agents. OG card on social shares.
🔥Trending — Today / Week / Month New
The store now has a Trending tab with a time-window selector. /trending shortcut.
🎬Self-promo video tool Viral
Ask any agent "make a promo video about you" — produces a 9-second vertical MP4 with TTS narration for TikTok / Reels / Shorts.
🛡 Hardening
🔐Webhook daily cost cap Fix
Per-owner 24h JPY cap on /w/:token calls (default ¥1,000, override via agent.webhook_daily_cap_jpy). Leaked tokens can't drain your balance overnight.
🩹Schema drift check Fix
12 columns silently missing on Supabase have been added + a CI check (npm run check:schema) prevents this regression. Existing user records (including Founder seat numbers) recovered.