You run agent-portal-host and send successful requests with agent-portal-cli.
agent-portal-hostandagent-portal-cliinstalled~/.agent-box.tomlwith[portal]enabled- Wayland clipboard access available on host if testing clipboard method
[portal]
enabled = true
socket_path = "/run/user/1000/agent-portal/portal.sock"
[portal.policy.defaults]
clipboard_read_image = "allow"
gh_exec = "ask_for_writes"-
Start the host service in a terminal:
RUST_LOG=info agent-portal-host
-
In another terminal, verify connectivity:
agent-portal-cli ping agent-portal-cli whoami
-
Optionally test image clipboard request:
agent-portal-cli clipboard-read-image --out /tmp/clip.bin
- Portal works independently of Agent-box
- Portal methods are reachable over a Unix socket via official CLI
Next: Portal wrapper contract.