Agent Hack Stockholm
Build an agent for your industry.
29 September 2026, Stockholm. ~20 people, working in teams of 2–3, build an agent on Cloudflare's developer platform in one 60-minute block. Nobody in this room has built an agent on Cloudflare before today — that is exactly why this event exists.
The seven steps
- Pre-flight — do this before the day. Five minutes, once.
- Sign Up — join the event's Cloudflare account.
- Arm Your Agent — connect your own coding agent to Cloudflare.
- Scope — turn your industry and a real pain point into a build spec. (Coming soon — ask a host if you reach this step before it's live.)
- Build — the 60-minute block. Countdown on screen, mentor dock live.
- Level Up — five primitives that turn a chat wrapper into an agent.
- Submit — register your project for the showcase.
Rules
- Work in your assigned team of 2–3. Teams are pre-assigned by the hosts — you'll find yours at Sign Up.
- Everyone builds in the same shared Cloudflare account for the day. Every Worker you deploy must use the prefix issued at the Scope step — eight teams in one account means a naming collision is the one bug that ruins someone else's afternoon too.
- Use whatever gets you there: your own AI coding agent (Claude Code, Cursor, Codex, OpenCode, or anything else), the mentor dock, the cheat sheet, or a host.
- Start from
agents-starterand extend it — see the build task below.
Synthetic data only. This is a shared Cloudflare account — never put real customer, employee or proprietary data into anything you build today.
The build task
Start from
agents-starter— a working chat agent. Add one tool that does something real for your industry, and one primitive that makes it more than a chat wrapper: a Workflow, a schedule, Browser Rendering, AI Search over your own docs, or persistent Durable Object state. Deploy it. Bonus: a human approval gate, and exposehandle_requestso it can join the finale.
Every industry playbook below turns this into a concrete spec for one track. The Scope step (coming soon) will generate one just for your team.
Hosts
- Johann Nishant — Solution Architect, Cloudflare
Hosts are around throughout the build block for anything that gets stuck. If your agent gets stuck first, it can ask for you — see Level Up for the escalation pattern.
Ready?
Start with Pre-flight.