A direct, bidirectional line between your phone and the coding agents in your repos — phone-to-agent screenshots, links, decisions, and live iPhone screen; agent-to-phone questions and previews over Web Push.
agent-share <command> [options]$ agent-share loginSign in via browser (OIDC loopback)
$ agent-share initWire your PERSONAL inbox into this repo (.mcp.json + skill)
$ agent-share register "my session"Enroll a named inbox and wire it as a Claude Code channel
$ agent-share agentsList your inboxes with online/idle/offline status
agent-share is the standalone Go CLI for the Agent Share bridge — a direct, bidirectional line between your phone (the PWA at share.agentics.dk) and the coding agents running in your repos.
<channel> tag. See Channels & the agent inbox.agent-share airplay receiver and the PWA plays it over WebRTC/WHEP.kind=event shares with facets like provider, severity, and status.Your phone/PWA and external systems write shares into an inbox on share.agentics.dk. Your agent connects to that inbox over MCP (bearer token, no central account beyond OIDC login), reads and acknowledges items, and pushes replies back to your phone. Reading is deliberately separate from acknowledging — the agent controls when an item leaves the new view.
Two transports at a glance:
login · init · register · agents (list, ls) · disable · enable · mcp · channel · card · install · airplay · webhook (webhooks) · version · help
See the CLI reference for every flag and the full env-var table.
init vs register vs install.share.* and stdio tool catalogs.| Setting | Value |
|---|---|
| Server | https://share.agentics.dk |
| OIDC issuer | https://login.agentics.dk/realms/agentics |
| Client id | agentics-share-desktop |
| Config dir | ~/.agent-share |
Override with AGENT_SHARE_SERVER, AGENT_SHARE_ISSUER, AGENT_SHARE_CLIENT_ID, and AGENT_SHARE_HOME. See the CLI reference for the full env-var table.
How your phone and your coding agent talk through an inbox — and the two ways an agent picks up what you send it (check-on-demand, or pushed live into the session with Claude Code channels).
Wire Agent Share into a Claude Code repo so your phone and your coding agent can talk — check-on-demand today, or channels (research preview) for shares that wake the session.
agent-share register "my session"
Complete command, flag, and environment-variable reference for the agent-share CLI — login, MCP wiring, inboxes, channels, AirPlay, and webhooks.
agent-share <command> [options]
The two MCP servers Agent Share exposes — the hosted inbox server and the local agent server — and every tool and argument each one provides.
Install the agent-share CLI, sign in with your Agentics account, and wire your repo so a coding agent can read your phone shares and act on its inbox.
agent-share login && agent-share init