Recipe · with your own agent

Start a job from your glasses, get told when it is done

Say “run the full test suite and tell me when it’s done”, put your phone away, and twenty minutes later the result is on your lens — in the middle of whatever you are doing by then. Nothing new to install if your agent is already connected.

IRIS ProYour agent connectedLet your agent write to your lens
Set it upAll recipes

What you get

Your agent already runs things for you — Claude Code inside OpenClaw, or Hermes with its tools. What most people have not switched on is the way back: the agent can put one line on your glasses, unasked, when something you started has finished.

Seen through the glasses: the agent reports that the test suite finished, 412 passed, 0 failed
Illustration of the lens. The wording is your agent’s, not ours.

Set it up

  1. Have your agent connected
    Settings → Connections → Your agent, with a green connected chip. If not, Connect your agent is the twenty-minute version and Glasses to spreadsheet, part two is the short one.
  2. Switch on “Let your agent write to your lens”
    Same card, below the agent. It is off by default because it is the one thing that can put words on your glasses without you asking. Turning it on is the whole of the IRIS-side setup.
  3. Teach the agent the one call it needs
    Put this in your agent’s standing instructions (its system prompt, its memory, a CLAUDE.md — wherever it keeps what it always knows):
    When I ask for something that will take more than a minute, run it in the
    background and let me carry on. When it finishes, send me ONE line (under
    400 characters) with the outcome by POSTing JSON to
    https://iris.eveniris.com/agent/push
      {"key": "<my IRIS licence key>", "text": "<the one line>"}
    Send it once. Never include secrets or file contents in that line.
    The licence key is the one under Settings → Connections → Even AI quick capture, with a Copy button. It is a password — give it to the agent, not to a chat log.
  4. Try it with something short
    Open the Terminal tile, type sleep 20 and then tell me it worked, tap Run twice, then start a session on the glasses. Twenty seconds later the line is on your lens. From then on, anything the agent can do, it can report back the same way.

What it feels like

You say, then leaveOn your lens, later
“Run the tests on the payments branch and tell me.”Tests finished: 412 passed, 0 failed.
“Pull this month’s invoices from the portal into the expenses sheet.”14 invoices added, total £3,240. Two had no PDF — flagged in column F.
“Watch the flight price to Lisbon and tell me if it drops under 200.”Lisbon fare is £184 on the 14th. Link is in your inbox.
“Draft the follow-up doc from that meeting.”Draft is in Clients/Dana — 600 words, two open questions marked.

Not only for agents. Anything that can send a web request can use the same call once the switch is on — a Home Assistant automation, an iOS Shortcut, a Zapier step, a cron job on any server. The switch lives under Your agent, so an agent has to be connected for it to appear, but the line can come from anywhere that holds your key.

Good to know

+

More recipes

Eight things IRIS can already do that most people have not switched on — four with your own agent, four with nothing but the phone.