AgentsThe story, in brief

iMessage support for eve agents

Eve agents can now accept commands via iMessage. Vercel's new Photon channel routes SMS conversations into agent sessions, queuing multi-message inputs so agents don't fork.

Illustration of independent geometric mechanisms passing paper tasks along branching amber tracks.
AI agents and the coordination of work.AI illustration by KeyNews
The KeyNews take

Why it matters

A major consumer messaging platform now has native agent integration. This expands where autonomous systems can operate — no longer confined to Slack, Discord, or web dashboards. Practitioners deploying multi-channel agents need to evaluate Photon's webhook architecture and session-state handling.

The key facts

12 to know
  1. Eve agents now support iMessage via .evePhoton channel

  2. Photon channel keeps each iMessage conversation in a single agent session

  3. Multi-message input steering: if messages arrive during agent reply, they modify the in-progress response rather than spawning separate agent calls

  4. Webhook verification and message read-marking built in

  5. Setup via 'eve add channel/photon-imessage' command with Vercel Connect support; portable credentials fallback available

  6. Photon channel template available for deployment

  7. Vercel Eve framework ships iMessage integration via .evePhoton channel

  8. Channel maintains one-agent-per-conversation threading; queues concurrent messages to prevent duplicate responses

  9. Incoming webhooks verified; accepted messages marked as read

  10. Setup via 'eve add channel/photon-imessage' command; uses Vercel Connect or environment variables

  11. Replaces per-message handling with context-aware turn.onMessage hooks

  12. Published August 5, 2026

Go to the source

Vercel Blogvercel.com

Publisher excerpt: agents can now connect to iMessage through the new .evePhoton channel The channel keeps each iMessage conversation in one eve session, verifies incoming webhooks, and marks accepted messages as read. If more messages arrive while the agent is replying, they steer the in-progress reply instead of…
Read original report
Back to today's editionMore agents news

Keep reading

Related stories

More from Agents