Artifact viewer
Share artifacts in the URL, keep the server out of the payload.
agent-render opens markdown, code, diff, CSV, and JSON artifacts from a single static link, so someone can understand the payload without uploading it anywhere.
Protocol shape
#agent-render=v1.<codec>.<payload>
Why it exists
Agent outputs get flattened in chat. agent-render keeps them readable, portable, and static-host friendly.
Try it now
Make a shareable artifact link from pasted content.
Pick a format, paste the artifact, and generate a real `agent-render` URL in the browser. No backend, no upload step, no extra route.
First-run flow
The live renderer stage appears here as soon as a fragment is selected.
Add a fragment payload to start rendering artifacts.
Step 1
Pick a sample fragment to update the hash in place.
Step 2
The shell decodes the envelope client-side and activates the chosen artifact.
Step 3
Artifact-specific renderers take over this stage without sending the payload to a server.