Use case guide
The website approval chain starts before generation.
A generated page can drift away from the approved request in small ways: the headline changes, the target domain moves, sources disappear, backlinks point to the wrong use case, or the deploy target is stale. Approval provenance turns website generation into an inspectable chain from brief to live URL.
Capture the approved brief
Before the agent writes the page, capture the user-approved topic, intended audience, domain bucket, content kind, source requirements, and backlink targets. For AI agent website building, the approved brief should travel with the generated page until deploy status is known.
Source proof
Record which external sources support the page and whether they checked cleanly.
Backlink proof
Record internal links to Super and relevant app surfaces.
Deploy proof
Record bundle status, commit, planned URL, live URL, and failed checks.
Use message approvals for publishing decisions
A text message AI assistant can summarize the page brief, source list, and planned domain before publication. If the domain, slug, backlink set, or source list changes, the agent should ask for fresh approval instead of silently publishing.
Operator checklist
- Store the approved topic, content kind, and target domain.
- Attach source URLs and backlink targets to the receipt.
- Compare generated HTML with the approved brief.
- Use a computer-use cache when browser evidence matters.
- Record build, commit, deploy, and link-check results.