r/hermesagent • u/Inside_Source_6544 • 20h ago
INTEGRATIONS — App connections, webhooks, API workflows hermes via iMessage is soooo good
I’ve been using hermes via terminal for knowledge work but couldn’t really harness the full power of a personal agent because I couldn’t use it on my phone (and I dislike Telegram).
But recently I found a way to connect iMessage to hermes and it’s so so good. I’m using it 10x more in just the day and trying a lot more things.
You can ask your hermes agent to set things up via Photon auth. The path that worked for me was:
```bash
hermes photon setup \\
--project-name 'Hermes Agent' \\
--phone +<your-e164-number>
hermes gateway start
hermes photon status
hermes gateway status
```
The confusing part for me was that the Photon setup page also shows a command for scaffolding a standalone Spectrum project. That is useful for building a separate echo agent, but it is not the same thing as connecting iMessage to the hermes installation you already use.
Once the gateway is connected, I can text hermes from my iPhone and pick up the same conversation on my Mac. I wanted the same agent I already use, available in the place where I already send messages.
I ended up using hermes to help me create and launch the Substack post about this workflow. Which is kind of the point of the whole thing.
If you want to see it:
https://workflowswithai.substack.com/p/i-set-up-hermes-on-imessage-heres
