5 demo · 3 apps
Demos
Download the app and run the Verified Demo locally to produce real outputs and an Evidence receipt.
- Uses the customer’s own AI provider API key.
- Your AI provider bills you separately.
GIMP — Sticker sheet (PNG)
gimp
Prompt
Create a deterministic sticker sheet PNG.
Verified actions
gimp.write_sticker_sheet_png
Outputs
Evidence
GIMP — Neon guitar poster (PNG)
gimp
Prompt
Create a neon guitar poster PNG.
Verified actions
gimp.write_neon_guitar_poster_png
Outputs
Evidence
OBS — Recording proof (MP4)
obs
Prompt
Start recording, switch scene, stop recording.
Verified actions
obs.recording_startobs.switch_sceneobs.recording_stop
Outputs
Evidence
REAPER — Render audio (WAV)
reaper
Prompt
Render a short audio file.
Verified actions
reaper.render_audio_file
Outputs
Evidence
Central — Before/after composite (PNG)
gimp
Prompt
Create the before/after composite PNG.
Verified actions
gimp.write_before_after_real_png
Outputs
Evidence
Evidence = receipts
What “Evidence” means
Evidence is a receipt JSON file written to disk during your run. It records what ran, whether it succeeded, and where the output files were written.
Sample receipt excerpt
{
"timestamp": "2026-02-10T21:55:48.750Z",
"actions": [
"gimp.write_sticker_sheet_png"
],
"result": {
"ok": true,
"error": ""
},
"output_paths": [
"/demos/gimp/sticker_sheet.png"
]
}