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