---
canonical: "https://agi-labo.com/tools/cockpit/docs/cockpit-cli/reference"
title: "cockpit"
description: "cockpitの構文、オプション、結果、制約をcockpit CLIの正本から自動生成したリファレンスです。"
section: "リファレンス"
order: 100
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)を参照してください。

Usage: `cockpit <command> [options]`

All commands return JSON. Success: `{"ok": true, "data": ...}` — Error: `{"ok": false, "error": "message"}`

| Command | Purpose | Details |
|---|---|---|
| `cockpit task ...` | Create, monitor, respond to, and finish tasks | `cockpit task help` |
| `cockpit talk ...` | Talk Rooms: multi-agent realtime conversations | `cockpit talk help` |
| `cockpit accounts ...` | List, create, remove, and sign in to agent account profiles | `cockpit accounts help` |
| `cockpit ask ...` | Ask the user for interactive confirmation; list, answer, or close open Asks | `cockpit help ask` |
| `cockpit display ...` | Show a frontmost display-only message | `cockpit display help` |
| `cockpit side-panel ...` | Right side panel: files, diffs, terminals, previews | `cockpit side-panel help` |
| `cockpit browser ...` | Driveable task-scoped browser with isolated Browser Identities | `cockpit browser help` |
| `cockpit app ...` | Attach and operate an existing Android or iOS Simulator target | `cockpit app help` |
| `cockpit html ...` | HTML surfaces for the current task | `cockpit help html` |
| `cockpit autorun ...` | Scheduled automatic tasks | `cockpit autorun help` |
| `cockpit fleet ...` | Multi-agent DAG orchestration (Fleet) | `cockpit fleet help` |
| `cockpit gen-image` | Generate images | `cockpit gen-image help` |
| `cockpit gen-video` | Generate short videos | `cockpit gen-video help` |
| `cockpit system-prompt ...` | Manage custom system prompts | `cockpit system-prompt help` |
| `cockpit settings ...` | Read and change user-facing settings | `cockpit settings help` |
| `cockpit open ...` | Open Settings, Usage, Remote Access, or Autorun | `cockpit open help` |
| `cockpit update ...` | Check updater capability and available releases | `cockpit update help` |
| `cockpit remote-access ...` | Configure and control Remote Access | `cockpit remote-access help` |
| `cockpit setup ...` | Inspect and manage CLI and skill setup | `cockpit setup help` |
| `cockpit workspaces` | List and manage workspaces | `cockpit help settings` |
| `cockpit defaultAgent` | Get or set the default agent | `cockpit help settings` |
| `cockpit templates ...` | Task templates | `cockpit help settings` |
| `cockpit devices ...` | Devices and remote aliases | `cockpit help settings` |
| `cockpit usage` | Usage stats for all agents | `cockpit help settings` |
| `cockpit picturebook ...` | Picture book toolchain (Creative Studio) | `cockpit picturebook help` |
| `cockpit doctor` | Cross-check advertised CLI ports against listeners | `cockpit help doctor` |
| `cockpit help [topic]` | This overview, or a topic page | topics: task, talk, accounts, ask, display, side-panel, browser, app, html, autorun, fleet, gen-image, gen-video, system-prompt, settings, open, update, remote-access, setup, picturebook, transport, doctor |

Sandboxed agents: `cockpit` works inside restricted sandboxes without escalated permissions — see `cockpit help transport`.
