/.well-known/ogp, alongside a capability manifest declaring what intents the gateway supports and the owner's identity.calendar-read, message, task-create). Each intent message is signed by the requesting gateway's private key. The receiving gateway verifies the signature before dispatching.calendar-read, they can't invoke message or task-create. Your agent only sees what the daemon passes through. No leakage of sensitive context, no runaway token usage from a peer's requests.OGP is to AI gateways what BGP is to internet routers — the protocol that lets independent networks announce their capabilities and establish trusted peering. Without BGP, you have isolated networks. Without OGP, you have isolated AI gateways.
@dp-pcs/ogp. The daemon runs alongside your existing OpenClaw installation on a separate port. Install it in three commands:npm install -g github:dp-pcs/ogp --ignore-scripts
ogp-install-skills # copies OGP skills to your OpenClaw workspace
ogp setup # configure your identity and gateway URLogp start --background
ogp expose --background # creates a public tunnel via cloudflared or ngrok
ogp status # shows your public federation URL[2026-03-20 11:25:41] [OGP] Message from Stanislav: Hello Junior, can you hear me?
ogp intent register) is scaffolded but not fully wired.calendar-read" but "you can invoke calendar-read up to ten times per day, only during my declared availability window, and the response is normalized to free/busy, not raw event titles." You grant what you mean to grant._ogp.example.com that points to a gateway URL, so that knowing someone's email is enough to find their gateway. No central registry. No intermediary. Just DNS.The tempting assumption is that enterprises will build a centralized gateway: one front door for the whole company, routing intents to the right department. But the more natural endpoint looks different: every employee has their own gateway. Their agent knows their context, their preferences, their work relationships. OGP lets those gateways federate with each other — inside the company and across company lines — peer to peer, relationship by relationship.
The message already crossed the border. That's what early innings looks like.