Tag: Agents
All the articles with the tag "Agents".
-
Email Without Third Parties: Sending Mail Straight From a Cloudflare Worker
Every app I've ever built needed to send email — and every time, that meant a third party. SendGrid, Mailgun, an API key in a secrets store. Then Cloudflare shipped Email Service and the dependency just disappeared. Here's how I added live email sending to this site with one binding and one line of code — and the live demo you can try yourself.
-
From Chatbot to Autonomous Agent: Building V3 on Cloudflare
I rebuilt my AI chatbot as an autonomous agent that plans, chains tools, generates images, searches the web, queries databases, and creates files — all running on 9 Cloudflare products in a single Worker.