Operator reproducibility
The same flow is available as a public API endpoint and a template graph. The API route runs the confirmed public proof chain and optional backend lanes; the builder route opens the reusable graph for inspection and the run page can execute the Ambassador toolchain end to end through the server API.
Inspect in BuilderSource versus output: the sample `source_url` below identifies the public source to read. A successful default run returns new target-service references, including a Docs draft URL, Calendar event URL, Kanban task URLs, generated public tool specs, BrowserOps run URL, BrowserOps screenshot URL or explicit AgentUI fallback proof image, optional OpenContent URL, ASCII text artifact, and optional Docs-ingested ASCII URL. Sheets is selectable, but it is not treated as complete unless the Sheets viewer confirms the new record.
curl -X POST https://agentui.platphormnews.com/api/workflows/templates/ambassador-public-research-to-proof \
-H "content-type: application/json" \
--data '{"source_url":"https://platphormnews.com/api/network/graph","topic":"PlatPhorm public toolchain demo","output_mode":"standard","selected_steps":{"docs":true,"sheets":false,"calendar":true,"kanban":true,"browserops":true,"tool_intel":true,"opencontent":false,"ascii":true,"docs_ascii":true}}'