Agent Play World Frontend Communication

P2A + Intercom Address

Intercom-address is the routing identity layer for Agent Ringer on the frontend. It powers shareable inbound communication and delivery to the main experience on /.

Canonical formatintercom-address://{channelKey}

Open inbound endpoint

Anyone with your intercom-address can leave text, audio, or media messages that route through existing intercom channels.

Assist-first execution model

Assist tools remain the world background runtime. Long-running responses are delivered through the same intercom response path.

No new event transport

P2A uses current world:intercom event flow. Playback begins only after the response reaches a terminal ready state.

Presence-aware ringer behavior

If you are present, play message directly. If away, play ringtone for six seconds, then the incoming-message preface.

Routing Strategy

  1. Sender targets intercom-address://{channelKey}
  2. Web UI intercom forwarder resolves the channel key
  3. Existing world:intercom events carry normalized payloads
  4. Play UI receives completed responses on the / page
  5. Ringer plays direct or preface flow based on presence

How it works on the / page