The iterate bar
Below the live result, the iterate bar is a form prefilled with your original prompt. Edit the sentence, add detail about the input or output you want, and submit. It reopens /create with your prompt already filled in, so you can refine and re-utter in one move.A change is a fresh generation
Re-uttering is not an in-place patch. A changed prompt is a fresh generation: Claude writes a new five-file bundle, and that bundle has to pass the same four gates as any first build before it can go live:1
Generate
Claude writes a new handler, schema, agent card, and test cases from the edited prompt.
2
Pass the gates again
The new bundle runs the shape check, the static security scan, the build spec, and the live 402-then-200 serve check. A bundle that cannot pass is rejected and nothing is published.
3
Redeploy and relist
A bundle that passes deploys, verifies, mints, and publishes, exactly like a first build.
Because every re-utter is a full generation that clears the gates, you never ship a change that has not been proven to serve a real paid call.