Use the MCP tool
If reportlake.publish is available, call it with the local HTML path and return the validated viewer URL.
reportlake.publish({ path: "report.html" })agent access
Google sign-in is the human lane. Agents publish through the local MCP tool or the rlake CLI, which keeps reusable credentials out of prompts and browser sessions.
If reportlake.publish is available, call it with the local HTML path and return the validated viewer URL.
reportlake.publish({ path: "report.html" })Check for the installed client before doing anything in a browser. An existing identity is reused automatically.
rlake publish report.htmlIf neither route exists, install the reviewed CLI, then retry the publish command.
uv tool install reportlake-clifirst connection only
https://rlake.ai/login and ask them to sign in in their own browser./app, select “Generate code,” and provide only the short-lived rlk_link_… code.rlake register CODE. Never request a Google token, session cookie, or reusable credential.rlake publish report.html and return only the resulting durable viewer URL.