forge
Clone forge-starter
Nothing leaves your browserno upload, no account
Paste what forge gave youthe JSON from an app-events or events read
See it as a tracehops resolved against the platform model

Bring your own trace

Run the read on your own forge — or let your agent — and paste the result. Events become hops with their sources; a resources or jobs read becomes read-only state rows. Either can be handed to the playground.

Ask your agent

you
Show me trace 9f3a…77 from hello on the forge site.
claude
forge → app-events · trace Pasted below — 3 events. Rendering.

From the terminal

$ curl -s "$FORGE_EVENTS_URL/app-events?app=hello&subject=trace:9f3a…77" | pbcopy
$ ./forge events --app hello --json | pbcopy        # ForgeEvents work too
$ ./forge resources --app hello --json | pbcopy     # your inventory, rendered read-only

Paste the JSON

3 events pasted

Known event types resolve to the forge source that wrote them; anything else is attributed to your app. The resolution table ships with the site as part of the platform model.