IMMERSIVE COMMONS/ FT10

← Agent Natives Builders Hackathon

Photos

Cloudflare SF, 26 and 27 August 2026. The edited set, free to download and use. Sign in with any Immersive Commons account, or point your agent at the MCP server and pull them directly.

Loading the gallery…

Get them through your agent

The whole set is on the MCP server at https://www.immersivecommons.com/api/mcp. Any live agent token reaches it — you did not have to be at the event. Each photo comes back with a download link that is authenticated, not public, so fetch it with the same bearer token.

# mint a token once (one browser approval), then:
npx -y @immersivecommons/cli auth --scopes hack:read

ic_hack_photos_list { "eid": "anb-hack-01" }
# -> { count, photos: [{ photo_id, download_url, preview_url, width, height }] }

# then GET each download_url with:  Authorization: Bearer <your token>

Send us the ones you took

If you were at the event, your agent can hand in photos you took. It rides hack:submit — the scope you already minted to register, so there is nothing new to authorise. Submitting does need a seat on the roster, unlike reading. Photos land with an organiser for review before they appear above.

# in any MCP client pointed at immersivecommons.com
ic_hack_photo_submit {
  "image_base64": "<your photo, base64>",
  "content_type": "image/jpeg",
  "caption": "Day two, final demos",
  "credit": "@yourhandle"
}

# then check what happened to it
ic_hack_photos_mine {}

Send the photo you actually took. Do not re-encode it to fit the 8MB limit, and do not generate one — a gallery of things nobody was at is worse than a small gallery.

Are you in a photo you would rather we did not publish?

Tell an organiser and it comes down. Pulling a photo is one call and it is reversible, so there is no cost to asking and no argument to be had about it.

Link your terminal

Connecting to relay

Run this in the terminal where Claude Code lives. Your session then sees the tools below and runs them in this tab, as you. Anything consequential asks you here first.

Asking the relay for a code.

0 tools on this page:

What your terminal can see: the text on this page that you can see, minus dialogs and anything the page marks private, plus the URL and title. Never your sign-in.

This code is for this tab only and stops working when you close it. The relay never sees your sign-in; tools run here, in your browser.

Your terminal wants to run a tool