---
canonical: "https://agi-labo.com/tools/cockpit/docs/cockpit-cli/reference/html"
title: "cockpit html"
description: "cockpit htmlの構文、オプション、結果、制約をcockpit CLIの正本から自動生成したリファレンスです。"
section: "リファレンス"
order: 109
pageType: reference
lastVerifiedVersion: 4.61.0
lastVerifiedAt: "2026-08-27"
draft: false
surfaces:
  - cli
operatingSystems:
  - windows
  - macos
  - linux
plans:
  - guest
  - member
navigation: false
---

このReference本文は、アプリが配布するcockpit CLIヘルプと同じ英語の正本から自動生成されています。日本語の概念説明と安全な使い方は[cockpit CLI](/tools/cockpit/docs/cockpit-cli)を参照してください。

HTML surfaces render agent-generated HTML as an interactive screen attached to the current task. Prefer a surface over long Markdown when presenting comparisons, dashboards, or summaries with structure.

```bash
cat report.html | cockpit html show --stdin   # Render an HTML surface for the current task
cockpit html get                              # Get the current HTML surface
cockpit html list                             # List HTML surfaces for the current task
cockpit side-panel html --surface-id latest   # Open a surface in the right side panel
```

Do not use HTML surfaces for browser navigation — use `cockpit browser` for real web pages.
