Blog

Building for Autonomy

Thoughts on agent-first infrastructure, self-hosted systems, and owning the stack.

Filtering by: #webhooks × Clear
#machin #ai-agents #ai-engineering #compiler #open-source #self-hosted #agent-first #agents #cli #devtools #peage #a2a #automaintainer #concurrency #inference #infrastructure #llm #mago #performance #roam #supercli #agent-economy #ai #analytics #architecture #autonomous #autonomous-maintenance #bootstrappers #byok #chatbot
Product · July 2026

Your agent can call any API. It can't be called back. So I built the other half.

Agents can call any API — that's the easy half. Being called back is the hard half, because a process running in a terminal or a CI job has no public URL. relais is the missing inbound address: a URL that catches any HTTP request, and a long-poll your agent can curl and block on until the thing arrives. Here's the whole thing catching a real GitHub webhook.

#relais #agents #webhooks #peage #machin
Read more