Twitter/X

Author @Jilles built an agent using Cloudflare's Agent SDK that fetches Brazilian…

Brief

Cloudflare's Agent SDK is used by @Jilles to automate attending Brazilian Jiu Jitsu: the agent queries gymdesk's public API for class times, concurrently checks the author’s own schedule, determines attendability, and—when a slot is available—books the class by driving the gym site via Browser Run with the author's authentication cookie.

Why it matters

Author @Jilles built an agent using Cloudflare's Agent SDK that fetches Brazilian Jiu Jitsu class schedules from gymdesk's public API.

Key details

  • The agent runs parallel requests to retrieve the gym schedule and the author's personal calendar, decides whether the author can attend, and—if possible—auto-schedules the class using Browser Run with the author's auth cookie.
Source evidence

Cloudflare's Agent SDK is really incredible.

I built an agent that gets my Brazilian Jiu Jitsu class schedule from gymdesk's public API, in parallel it gets my schedule and then tells me if I can go or not.

If I can, it schedules me using Browser Run and my auth cookie. Woah.