Skip to main content

iMessage support for eve agents

By Steven Van ·

eve agents can now connect to iMessage through the new Photon channel.

Vercel's eve agents can now handle iMessage conversations through a new Photon channel, announced in an update to Vercel's changelog. The channel keeps each iMessage thread in a single eve session, verifies incoming webhooks, and marks accepted messages as read. Messages that arrive while the agent is still replying steer the in-progress reply rather than triggering separate answers, and an onMessage hook can filter which messages the agent handles and add context to a turn.

Running eve add channel/photon-imessage sets up a Photon project, registers a phone number, and scaffolds the channel. eve uses Vercel Connect to create the connector and configure Photon's webhook; on hosts without Connect support, choosing "Use portable credentials" during setup lets the channel read credentials from environment variables instead.

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read iMessage support for eve agents on Creators Toolbox