Phil Leggetter

@leggetter.co.uk

Empathetic human. Developer Experience and Developer Relations. Web Engineer. 🏡 https://leggetter.co.uk 💼 https://hookdeck.com / @hookdeck.com

Full post has the concrete examples behind each of these - how we chunked a 409KB API reference, what the eval rubric looks like, the Vercel log drain pipeline for measurement. What I actually did, not what I think you should do. hookdeck.com/blog/developer-platform-agent-ready

Diagram showing five layers of an agent-ready developer platform: Information (llms.txt, markdown doc routes, OpenAPI spec, SDKs), Guidance (docs, agent skills, prompts), Action (API, SDKs, CLI, MCP server), Verification (structural validation, drift detection, agent scenario testing), and Measurement (server-side analytics, User-Agent classification, navigation tracking).
Phil Leggetter@leggetter.co.uk · 3mo ago

I've spent the last few months making Hookdeck work well for AI agents. Wrote up what I actually did as a checklist - seven things I keep coming back to.

We've launched a managed version of Outpost on today, with a free tier. Add outbound webhooks & event destinations (SQS, Kinesis, Pub/Sub, Kafka, RabbitMQ, S3, + more) to your SaaS/API in minutes, without building or running it. On Product Hunt today: www.producthunt.com/products/hoo...

Hookdeck | Reliable webhook infrastructure | Product Hunt

Reliable infrastructure to work with webhooks and external events — without managing it yourself. Two products: Event Gateway for Receiving Webhooks: Handle events from external providers before they...

producthunt.com

Anyone with llms.txt/.md/agent-facing docs knows that client-side tracking doesn’t work (no browser, no JS). Here's what does: Vercel log drains → Hookdeck → PostHog. Who’s reading what, entry/exit paths. Step-by-step setup guide: hookdeck.com/webhooks/pla...

Track AI Agent Traffic to Your Docs with Vercel Log Drains, Hookdeck, and PostHog

Build a server-side analytics pipeline with Vercel Log Drains, Hookdeck, and PostHog to capture every request to your machine-readable docs (.md and llms.txt) and see which AI agents are reading them.

hookdeck.com

Come talk Shopify goodness! The next meetup is on 27th Jan in Leeds! We'll have two incredible speakers: @leggetter.co.uk - Reliably Handling Webhook at Hookdeck scale! @twnsnd.com - Optimising Theme Performance taking Liquid on a diet partnersnorthmeetup.uk

Shopify Partners North – Dev Meetup

A regular meetup for Shopify Developers, held in the North of the UK. Discussing themes, APIs, Apps, POS, entrepreneurship and everything in between.

partnersnorthmeetup.uk

Excited to share that @fmvilas.me (creator of AsyncAPI) has joined Hookdeck as VP & GM of Outpost. He's leading our mission to standardize event delivery infrastructure through open source and the Event Destinations standard. hookdeck.com/blog/fran-m...

Fran Méndez Joins Hookdeck to Build the Future of Event-Driven Architecture

Fran Méndez announces he has joined Hookdeck as VP & General Manager of Outpost and shares his vision for an event-driven world.

hookdeck.com

The Hookdeck Event Gateway allows full control over transformation and filter order in your event pipeline. Options include: → Filter or transform first → Cleanup data pre-delivery → Deliver only essential data Available via dashboard UI and API.

Excited to be speaking at the Stripe London meetup next Tuesday! I’ll be covering best practices for scaling webhook infrastructure and how Hookdeck helps solve the hard parts.

Outpost v0.2.0 is here! - Publish response now includes event ID; status changed from 200 → 202 (breaking) - Tenant responses updated for 200 or 201 - No need for destination config on Hookdeck creation - New Go, TypeScript, Python SDKs - New SDK docs and examples