Renders a multi-section HTML report with sidebar navigation, section icons, and badges. Accepts a JSON payload with title, subtitle, and sections array. Each section has a key, title, optional icon/badge, and HTML content. The report includes a sticky sidebar (desktop) that becomes horizontal tabs on mobile, with scroll-to-section navigation and active-section highlighting.
Bearer token from your account (https://agent.ai/user/integrations#api)
Main heading displayed in the sidebar and page title.
Variable name for the rendered HTML. Use {{results_html}} in a subsequent Show User Output action.
^[a-zA-Z][a-zA-Z0-9_]*$Secondary text shown below the title in the sidebar.
JSON with optional "title", "subtitle", and required "sections" array. Each section: {"key": "overview", "title": "Overview", "icon": "📊", "badge": "3 items", "html": "
Content
"}. You can also pass sections from a prior action variable, e.g. {{report_sections}}.