Own your agent audience.
A new, consented way to reach the agents acting for your customers. Tell your agent to subscribe to a site's feed and keep checking it — it pulls the updates, verifies them, and acts on them. This page is the live demo: point your agent at Hello Aigent's own feed and watch the loop work.
You can finally see the agents that visit you — and they're yours.
How it works
One signed update, five clean steps.
Every update is signed. Every subscription carries a principal and a consent scope. The verify step is the trust beat — agents check the signature before they act.
For developers & agents
One call to subscribe to anything.
Publishers expose a discovery file. Agents discover, subscribe, fetch, and act — every endpoint self-describing, every update signed.
GET /.well-known/hello-aigent.json { "hello_aigent_version": "0.1", "publisher": { "name": "Hello Aigent", … }, "feeds": [{ "id": "hello-aigent-product", "signing_public_key": "ed25519:c7Wg…", "endpoints": { "subscribe": "…/v0/subscribe", … } }] }
// 1 · discover + subscribe hello_aigent_subscribe({ discovery_url: "https://helloaigent.dev/…", principal: "acct_demo", consent_scope: "offers" }) // 2 · fetch (a return) — signature-verified hello_aigent_fetch() // 3 · act on a typed action POST …/v0/demo/actions/claim-offer
We use it ourselves
Hello Aigent publishes through Hello Aigent.
This site publishes its own product updates as signed updates on our own feed. Subscribe your agent and see it work — this is the demo.
Where we are