# Compozy Documentation > CompozyOS runs agent work, state, memory, permissions, coordination, and extensibility in one local-first runtime. ## Runtime - [How to Use These Docs](https://compozy.com/runtime/how-to-use-these-docs): Choose the right Compozy Runtime docs path for learning, operating, extending, and integrating with the daemon. - [Runtime Overview](https://compozy.com/runtime): What Compozy Runtime is, why it exists, and when it's the right operating model for your agent work. - [compozy](https://compozy.com/runtime/cli-reference/compozy): Compozy — agent operating system - [compozy doctor](https://compozy.com/runtime/cli-reference/doctor): Run runtime diagnostics - [compozy drain](https://compozy.com/runtime/cli-reference/drain): Stop admitting new work while in-flight work completes - [CLI Reference](https://compozy.com/runtime/cli-reference): Command tree, global options, configuration inputs, and common Compozy CLI workflows. - [compozy install](https://compozy.com/runtime/cli-reference/install): Bootstrap Compozy and create the default general agent - [compozy logs](https://compozy.com/runtime/cli-reference/logs): Read cross-session runtime logs - [compozy open](https://compozy.com/runtime/cli-reference/open): Open the Compozy web UI in the default browser - [compozy spawn](https://compozy.com/runtime/cli-reference/spawn): Spawn a bounded child agent session - [compozy status](https://compozy.com/runtime/cli-reference/status): Show consolidated runtime status - [compozy undrain](https://compozy.com/runtime/cli-reference/undrain): Resume admission of new work - [compozy uninstall](https://compozy.com/runtime/cli-reference/uninstall): Stop Compozy and remove runtime launch artifacts - [compozy update](https://compozy.com/runtime/cli-reference/update): Check for and apply the latest stable Compozy release - [compozy version](https://compozy.com/runtime/cli-reference/version): Print the Compozy version - [compozy whoami](https://compozy.com/runtime/cli-reference/whoami): Print the current Compozy agent identity from environment variables - [Agent](https://compozy.com/runtime/api-reference/agent): Compozy Agent HTTP endpoints. - [Agents](https://compozy.com/runtime/api-reference/agents): Compozy Agents HTTP endpoints. - [Automation](https://compozy.com/runtime/api-reference/automation): Compozy Automation HTTP endpoints. - [Bridges](https://compozy.com/runtime/api-reference/bridges): Compozy Bridges HTTP endpoints. - [Bundles](https://compozy.com/runtime/api-reference/bundles): Compozy Bundles HTTP endpoints. - [Diagnostics](https://compozy.com/runtime/api-reference/diagnostics): Compozy Diagnostics HTTP endpoints. - [Extensions](https://compozy.com/runtime/api-reference/extensions): Compozy Extensions HTTP endpoints. - [Filesystem](https://compozy.com/runtime/api-reference/filesystem): Compozy Filesystem HTTP endpoints. - [Hooks](https://compozy.com/runtime/api-reference/hooks): Compozy Hooks HTTP endpoints. - [API Reference](https://compozy.com/runtime/api-reference): Per-tag HTTP and SSE reference for the Compozy daemon, generated from the canonical OpenAPI contract on every site build. - [Logs](https://compozy.com/runtime/api-reference/logs): Compozy Logs HTTP endpoints. - [Loops](https://compozy.com/runtime/api-reference/loops): Compozy Loops HTTP endpoints. - [Marketplace](https://compozy.com/runtime/api-reference/marketplace): Compozy Marketplace HTTP endpoints. - [Memory](https://compozy.com/runtime/api-reference/memory): Compozy Memory HTTP endpoints. - [Network](https://compozy.com/runtime/api-reference/network): Compozy Network HTTP endpoints. - [Notifications](https://compozy.com/runtime/api-reference/notifications): Compozy Notifications HTTP endpoints. - [Observe](https://compozy.com/runtime/api-reference/observe): Compozy Observe HTTP endpoints. - [Onboarding](https://compozy.com/runtime/api-reference/onboarding): Compozy Onboarding HTTP endpoints. - [Openai](https://compozy.com/runtime/api-reference/openai): Compozy Openai HTTP endpoints. - [Providers](https://compozy.com/runtime/api-reference/providers): Compozy Providers HTTP endpoints. - [Resources](https://compozy.com/runtime/api-reference/resources): Compozy Resources HTTP endpoints. - [Roles](https://compozy.com/runtime/api-reference/roles): Compozy Roles HTTP endpoints. - [Sessions](https://compozy.com/runtime/api-reference/sessions): Compozy Sessions HTTP endpoints. - [Settings](https://compozy.com/runtime/api-reference/settings): Compozy Settings HTTP endpoints. - [Skills](https://compozy.com/runtime/api-reference/skills): Compozy Skills HTTP endpoints. - [Support](https://compozy.com/runtime/api-reference/support): Compozy Support HTTP endpoints. - [Tasks](https://compozy.com/runtime/api-reference/tasks): Compozy Tasks HTTP endpoints. - [Tools](https://compozy.com/runtime/api-reference/tools): Compozy Tools HTTP endpoints. - [Toolsets](https://compozy.com/runtime/api-reference/toolsets): Compozy Toolsets HTTP endpoints. - [Vault](https://compozy.com/runtime/api-reference/vault): Compozy Vault HTTP endpoints. - [Workspaces](https://compozy.com/runtime/api-reference/workspaces): Compozy Workspaces HTTP endpoints. - [Choose the Right control surface](https://compozy.com/runtime/guides/choose-an-operator-surface): Decide when Compozy work should go through CLI, HTTP/SSE, UDS, or the web UI. - [Coordinate Agents over Compozy Network](https://compozy.com/runtime/guides/coordinate-agents-over-network): Start with Local, opt one execution into bounded Live participation, address a peer, and inspect conversation and usage evidence. - [Debug a Failed or Stuck Session](https://compozy.com/runtime/guides/debug-a-failed-session): Diagnose Compozy sessions by checking daemon health, session status, event history, repair output, and stored runtime files. - [Runtime Guides](https://compozy.com/runtime/guides): Goal-oriented guides for running, debugging, and coordinating real Compozy work without reading the full reference first. - [Migrate from v0.2.15](https://compozy.com/runtime/migration): Complete command, configuration, extension, SDK, and clean-state migration guide for CompozyOS v0.3. - [Handoff Between Agents](https://compozy.com/runtime/use-cases/handoff-between-agents): Use Compozy Network messages to hand work from one agent session to another with receipts and traces. - [Use Cases](https://compozy.com/runtime/use-cases): Outcome-oriented Compozy operating paths for code review, release readiness, and agent handoff. - [Prepare a Project Workspace](https://compozy.com/runtime/use-cases/prepare-a-project-workspace): Turn an existing repository into a Compozy workspace that agents can inspect, remember, and operate through durable sessions. - [Release Readiness Sweep](https://compozy.com/runtime/use-cases/release-readiness-sweep): Use Compozy tasks and sessions to run release checks with durable ownership and completion evidence. - [Review a Change](https://compozy.com/runtime/use-cases/review-a-change): Use a Compozy session to inspect a code change and return durable review evidence. - [compozy agent create](https://compozy.com/runtime/cli-reference/agent/create): Create a global or workspace-local agent definition - [compozy agent delete](https://compozy.com/runtime/cli-reference/agent/delete): Durably delete an agent definition - [compozy agent duplicate](https://compozy.com/runtime/cli-reference/agent/duplicate): Duplicate an agent definition without exposing secrets - [compozy agent](https://compozy.com/runtime/cli-reference/agent): Inspect Compozy agent definitions - [compozy agent info](https://compozy.com/runtime/cli-reference/agent/info): Show one agent definition - [compozy agent list](https://compozy.com/runtime/cli-reference/agent/list): List installed agent definitions - [compozy agent update](https://compozy.com/runtime/cli-reference/agent/update): Update an agent definition for future sessions - [compozy automation](https://compozy.com/runtime/cli-reference/automation): Manage automation jobs, triggers, suggestions, and runs - [compozy bridge create](https://compozy.com/runtime/cli-reference/bridge/create): Create a bridge instance - [compozy bridge disable](https://compozy.com/runtime/cli-reference/bridge/disable): Disable a bridge instance - [compozy bridge enable](https://compozy.com/runtime/cli-reference/bridge/enable): Enable a bridge instance - [compozy bridge get](https://compozy.com/runtime/cli-reference/bridge/get): Show one bridge instance - [compozy bridge](https://compozy.com/runtime/cli-reference/bridge): Manage bridge instances - [compozy bridge list](https://compozy.com/runtime/cli-reference/bridge/list): List bridge instances - [compozy bridge resolve](https://compozy.com/runtime/cli-reference/bridge/resolve): Resolve a bridge target name without sending - [compozy bridge restart](https://compozy.com/runtime/cli-reference/bridge/restart): Restart a bridge instance - [compozy bridge routes](https://compozy.com/runtime/cli-reference/bridge/routes): Inspect routes for one bridge instance - [compozy bridge send-test](https://compozy.com/runtime/cli-reference/bridge/send-test): Send one real message through a bridge provider - [compozy bridge targets](https://compozy.com/runtime/cli-reference/bridge/targets): List discovered targets for one bridge instance - [compozy bridge test-delivery](https://compozy.com/runtime/cli-reference/bridge/test-delivery): Resolve a typed outbound delivery target for one bridge instance - [compozy bridge update](https://compozy.com/runtime/cli-reference/bridge/update): Update mutable bridge fields - [compozy bridge verify](https://compozy.com/runtime/cli-reference/bridge/verify): Run live provider checks for one bridge instance - [compozy bundle activate](https://compozy.com/runtime/cli-reference/bundle/activate): Activate a bundle preset - [compozy bundle catalog](https://compozy.com/runtime/cli-reference/bundle/catalog): List available extension bundle presets - [compozy bundle deactivate](https://compozy.com/runtime/cli-reference/bundle/deactivate): Deactivate a bundle preset and remove owned resources - [compozy bundle get](https://compozy.com/runtime/cli-reference/bundle/get): Show one bundle activation - [compozy bundle](https://compozy.com/runtime/cli-reference/bundle): Manage extension bundle presets - [compozy bundle list](https://compozy.com/runtime/cli-reference/bundle/list): List active bundle presets - [compozy bundle network-settings](https://compozy.com/runtime/cli-reference/bundle/network-settings): Show bundle-derived network settings - [compozy bundle preview](https://compozy.com/runtime/cli-reference/bundle/preview): Preview a bundle activation without writing resources - [compozy bundle update](https://compozy.com/runtime/cli-reference/bundle/update): Reapply a bundle activation from its installed profile - [compozy ch](https://compozy.com/runtime/cli-reference/ch): Use agent-facing coordination channels - [compozy ch list](https://compozy.com/runtime/cli-reference/ch/list): List coordination channels visible to the current agent session - [compozy ch recv](https://compozy.com/runtime/cli-reference/ch/recv): Receive queued coordination messages for a channel - [compozy ch reply](https://compozy.com/runtime/cli-reference/ch/reply): Reply to a received coordination message - [compozy ch send](https://compozy.com/runtime/cli-reference/ch/send): Send one task-run coordination message - [compozy completion bash](https://compozy.com/runtime/cli-reference/completion/bash): Generate the autocompletion script for bash - [compozy completion fish](https://compozy.com/runtime/cli-reference/completion/fish): Generate the autocompletion script for fish - [compozy completion](https://compozy.com/runtime/cli-reference/completion): Generate the autocompletion script for the specified shell - [compozy completion powershell](https://compozy.com/runtime/cli-reference/completion/powershell): Generate the autocompletion script for powershell - [compozy completion zsh](https://compozy.com/runtime/cli-reference/completion/zsh): Generate the autocompletion script for zsh - [compozy config apply-history](https://compozy.com/runtime/cli-reference/config/apply-history): List persisted config apply records - [compozy config check](https://compozy.com/runtime/cli-reference/config/check): Alias for config validate - [compozy config edit](https://compozy.com/runtime/cli-reference/config/edit): Open the selected config overlay in $VISUAL or $EDITOR - [compozy config get](https://compozy.com/runtime/cli-reference/config/get): Get one redacted effective config value - [compozy config](https://compozy.com/runtime/cli-reference/config): Inspect and mutate Compozy configuration - [compozy config list](https://compozy.com/runtime/cli-reference/config/list): List redacted effective config values - [compozy config path](https://compozy.com/runtime/cli-reference/config/path): Show resolved Compozy config paths - [compozy config reload](https://compozy.com/runtime/cli-reference/config/reload): Reconcile config.toml with the daemon active generation - [compozy config set](https://compozy.com/runtime/cli-reference/config/set): Set one config value through the validated config writer - [compozy config show](https://compozy.com/runtime/cli-reference/config/show): Show the redacted effective config - [compozy config unset](https://compozy.com/runtime/cli-reference/config/unset): Remove one config value through the validated config writer - [compozy config validate](https://compozy.com/runtime/cli-reference/config/validate): Validate Compozy configuration - [compozy daemon](https://compozy.com/runtime/cli-reference/daemon): Manage the Compozy daemon - [compozy daemon start](https://compozy.com/runtime/cli-reference/daemon/start): Start the Compozy daemon - [compozy daemon stop](https://compozy.com/runtime/cli-reference/daemon/stop): Stop the Compozy daemon - [compozy desktop create](https://compozy.com/runtime/cli-reference/desktop/create): Create a persistent virtual desktop - [compozy desktop delete](https://compozy.com/runtime/cli-reference/desktop/delete): Delete a desktop with an explicit transfer destination when needed - [compozy desktop](https://compozy.com/runtime/cli-reference/desktop): Manage virtual desktops in a workspace - [compozy desktop list](https://compozy.com/runtime/cli-reference/desktop/list): List persistent virtual desktops - [compozy desktop reorder](https://compozy.com/runtime/cli-reference/desktop/reorder): Move a desktop to an ordered position - [compozy desktop switch](https://compozy.com/runtime/cli-reference/desktop/switch): Switch one connected client to a desktop - [compozy desktop update](https://compozy.com/runtime/cli-reference/desktop/update): Rename a virtual desktop - [compozy extension disable](https://compozy.com/runtime/cli-reference/extension/disable): Disable an installed extension - [compozy extension enable](https://compozy.com/runtime/cli-reference/extension/enable): Enable an installed extension - [compozy extension](https://compozy.com/runtime/cli-reference/extension): Manage Compozy extensions - [compozy extension install](https://compozy.com/runtime/cli-reference/extension/install): Install a local extension or download one from a registry - [compozy extension list](https://compozy.com/runtime/cli-reference/extension/list): List installed extensions - [compozy extension provenance](https://compozy.com/runtime/cli-reference/extension/provenance): Show extension provenance and trust report - [compozy extension remove](https://compozy.com/runtime/cli-reference/extension/remove): Remove an installed extension from disk and the registry - [compozy extension search](https://compozy.com/runtime/cli-reference/extension/search): Search marketplace extensions - [compozy extension status](https://compozy.com/runtime/cli-reference/extension/status): Show extension runtime status - [compozy extension update](https://compozy.com/runtime/cli-reference/extension/update): Check for or install updates for marketplace extensions - [compozy hooks events](https://compozy.com/runtime/cli-reference/hooks/events): List supported hook events - [compozy hooks](https://compozy.com/runtime/cli-reference/hooks): Inspect configured and executed hooks - [compozy hooks info](https://compozy.com/runtime/cli-reference/hooks/info): Show detailed information for one or more hooks by name - [compozy hooks list](https://compozy.com/runtime/cli-reference/hooks/list): List resolved hooks in pipeline order - [compozy hooks runs](https://compozy.com/runtime/cli-reference/hooks/runs): Show persisted hook execution history - [compozy layout apply](https://compozy.com/runtime/cli-reference/layout/apply): Atomically replace topology from a validated layout document - [compozy layout arrange](https://compozy.com/runtime/cli-reference/layout/arrange): Arrange explicit windows or apply a declarative layout resource - [compozy layout balance](https://compozy.com/runtime/cli-reference/layout/balance): Equalize one split or every split in a group - [compozy layout export](https://compozy.com/runtime/cli-reference/layout/export): Export a history-free declarative layout document - [compozy layout get](https://compozy.com/runtime/cli-reference/layout/get): Get the authoritative topology and revision - [compozy layout](https://compozy.com/runtime/cli-reference/layout): Inspect, preview, and change workspace layouts - [compozy layout preview](https://compozy.com/runtime/cli-reference/layout/preview): Preview any semantic window-manager command without writing - [compozy layout redo](https://compozy.com/runtime/cli-reference/layout/redo): Redo the latest undone layout operation - [compozy layout resize](https://compozy.com/runtime/cli-reference/layout/resize): Resize one shared split boundary - [compozy layout undo](https://compozy.com/runtime/cli-reference/layout/undo): Undo the latest workspace layout operation - [compozy layout validate](https://compozy.com/runtime/cli-reference/layout/validate): Validate a declarative layout without writing it - [compozy layout watch](https://compozy.com/runtime/cli-reference/layout/watch): Watch topology events and optional client presentation frames - [compozy layout-profile delete](https://compozy.com/runtime/cli-reference/layout-profile/delete): Delete one saved layout - [compozy layout-profile get](https://compozy.com/runtime/cli-reference/layout-profile/get): Get one saved layout - [compozy layout-profile](https://compozy.com/runtime/cli-reference/layout-profile): List, read, save, and delete saved layouts - [compozy layout-profile list](https://compozy.com/runtime/cli-reference/layout-profile/list): List saved layouts visible to a workspace, global scope included - [compozy layout-profile put](https://compozy.com/runtime/cli-reference/layout-profile/put): Create or replace one saved layout - [compozy loop approve](https://compozy.com/runtime/cli-reference/loop/approve): Apply one Loop human-gate decision - [compozy loop configure](https://compozy.com/runtime/cli-reference/loop/configure): Write per-loop runtime config overrides - [compozy loop create](https://compozy.com/runtime/cli-reference/loop/create): Create, fork, or publish one Loop definition - [compozy loop delete](https://compozy.com/runtime/cli-reference/loop/delete): Delete one user-authored Loop definition - [compozy loop edit](https://compozy.com/runtime/cli-reference/loop/edit): Edit and publish one Loop definition with $EDITOR - [compozy loop](https://compozy.com/runtime/cli-reference/loop): Manage Loop definitions and runs - [compozy loop inspect](https://compozy.com/runtime/cli-reference/loop/inspect): Inspect one Loop definition - [compozy loop list](https://compozy.com/runtime/cli-reference/loop/list): List Loop definitions - [compozy loop pause](https://compozy.com/runtime/cli-reference/loop/pause): Pause one Loop run - [compozy loop resume](https://compozy.com/runtime/cli-reference/loop/resume): Resume one Loop run - [compozy loop run](https://compozy.com/runtime/cli-reference/loop/run): Start or dry-run one Loop - [compozy loop runs](https://compozy.com/runtime/cli-reference/loop/runs): List workspace Loop runs - [compozy loop status](https://compozy.com/runtime/cli-reference/loop/status): Inspect one Loop run - [compozy loop stop](https://compozy.com/runtime/cli-reference/loop/stop): Stop one Loop run - [compozy loop turns](https://compozy.com/runtime/cli-reference/loop/turns): List one Loop run's Goal turn audit - [compozy loop validate](https://compozy.com/runtime/cli-reference/loop/validate): Validate one Loop definition without saving - [compozy marketplace](https://compozy.com/runtime/cli-reference/marketplace): Discover installable Compozy capabilities - [compozy marketplace info](https://compozy.com/runtime/cli-reference/marketplace/info): Show one marketplace entry - [compozy marketplace refresh](https://compozy.com/runtime/cli-reference/marketplace/refresh): Refresh curated marketplace catalogs - [compozy marketplace search](https://compozy.com/runtime/cli-reference/marketplace/search): Search or browse the marketplace - [compozy mcp authorize](https://compozy.com/runtime/cli-reference/mcp/authorize): Authorize a remote MCP server through the daemon - [compozy mcp](https://compozy.com/runtime/cli-reference/mcp): Manage MCP integrations - [compozy mcp install](https://compozy.com/runtime/cli-reference/mcp/install): Install a curated MCP server - [compozy mcp serve](https://compozy.com/runtime/cli-reference/mcp/serve): Serve the workspace-bound Compozy Host API over MCP - [compozy me context](https://compozy.com/runtime/cli-reference/me/context): Inspect the bounded situation context for the current agent session - [compozy me](https://compozy.com/runtime/cli-reference/me): Inspect the current Compozy-managed agent session - [compozy memory delete](https://compozy.com/runtime/cli-reference/memory/delete): Delete a Memory v2 entry through the controller - [compozy memory edit](https://compozy.com/runtime/cli-reference/memory/edit): Edit a Memory v2 entry through the controller - [compozy memory health](https://compozy.com/runtime/cli-reference/memory/health): Show Memory v2 health - [compozy memory history](https://compozy.com/runtime/cli-reference/memory/history): Show redaction-safe Memory v2 operation history - [compozy memory](https://compozy.com/runtime/cli-reference/memory): Show, write, search, and operate Memory v2 durable context - [compozy memory list](https://compozy.com/runtime/cli-reference/memory/list): List Memory v2 entries - [compozy memory promote](https://compozy.com/runtime/cli-reference/memory/promote): Promote a memory entry across Memory v2 scopes - [compozy memory reindex](https://compozy.com/runtime/cli-reference/memory/reindex): Rebuild the derived Memory v2 search catalog - [compozy memory reload](https://compozy.com/runtime/cli-reference/memory/reload): Invalidate frozen memory snapshots for future session boots - [compozy memory reset](https://compozy.com/runtime/cli-reference/memory/reset): Reset derived Memory v2 state through the daemon - [compozy memory scope-show](https://compozy.com/runtime/cli-reference/memory/scope-show): Show resolved Memory v2 precedence for a selector - [compozy memory search](https://compozy.com/runtime/cli-reference/memory/search): Search deterministic Memory v2 recall - [compozy memory show](https://compozy.com/runtime/cli-reference/memory/show): Show one Memory v2 entry - [compozy memory write](https://compozy.com/runtime/cli-reference/memory/write): Create a Memory v2 entry through the controller - [compozy network inbox](https://compozy.com/runtime/cli-reference/network/inbox): Show queued inbound messages for one session - [compozy network](https://compozy.com/runtime/cli-reference/network): Operate the daemon-owned network runtime - [compozy network mute](https://compozy.com/runtime/cli-reference/network/mute): Mute one peer's network delivery - [compozy network peers](https://compozy.com/runtime/cli-reference/network/peers): List visible local peers and their capability cards - [compozy network send](https://compozy.com/runtime/cli-reference/network/send): Send one envelope through the daemon-owned network runtime - [compozy network status](https://compozy.com/runtime/cli-reference/network/status): Show Network availability, Live participation, and runtime metrics - [compozy network subscribe](https://compozy.com/runtime/cli-reference/network/subscribe): Subscribe one peer to full delivery - [compozy network unmute](https://compozy.com/runtime/cli-reference/network/unmute): Remove one network delivery preference - [compozy network usage](https://compozy.com/runtime/cli-reference/network/usage): Show workspace-scoped network wake usage from the ledger - [compozy notifications](https://compozy.com/runtime/cli-reference/notifications): Manage notification presets - [compozy observe](https://compozy.com/runtime/cli-reference/observe): Inspect runtime observability read models - [compozy observe overview](https://compozy.com/runtime/cli-reference/observe/overview): Show the home overview: what agents did, what needs you, what it costs - [compozy onboarding complete](https://compozy.com/runtime/cli-reference/onboarding/complete): Mark first-run onboarding as completed - [compozy onboarding](https://compozy.com/runtime/cli-reference/onboarding): Inspect and manage first-run onboarding state - [compozy onboarding reset](https://compozy.com/runtime/cli-reference/onboarding/reset): Clear the onboarding completion flag so the wizard runs again - [compozy onboarding status](https://compozy.com/runtime/cli-reference/onboarding/status): Show whether first-run onboarding has been completed - [compozy provider](https://compozy.com/runtime/cli-reference/provider): Inspect and manage provider authentication - [compozy provider list](https://compozy.com/runtime/cli-reference/provider/list): List providers and declared auth state - [compozy resource delete](https://compozy.com/runtime/cli-reference/resource/delete): Delete one desired-state resource - [compozy resource get](https://compozy.com/runtime/cli-reference/resource/get): Show one desired-state resource - [compozy resource](https://compozy.com/runtime/cli-reference/resource): Manage desired-state resources - [compozy resource list](https://compozy.com/runtime/cli-reference/resource/list): List desired-state resources - [compozy resource put](https://compozy.com/runtime/cli-reference/resource/put): Create or update one desired-state resource - [compozy roles](https://compozy.com/runtime/cli-reference/roles): Inspect effective background role configuration - [compozy roles list](https://compozy.com/runtime/cli-reference/roles/list): List effective background roles - [compozy roles show](https://compozy.com/runtime/cli-reference/roles/show): Show one effective background role - [compozy scheduler backlog](https://compozy.com/runtime/cli-reference/scheduler/backlog): List queued runs visible to scheduler dispatch - [compozy scheduler drain](https://compozy.com/runtime/cli-reference/scheduler/drain): Pause dispatch and wait for active task claims to finish - [compozy scheduler](https://compozy.com/runtime/cli-reference/scheduler): Inspect and control task scheduler dispatch - [compozy scheduler pause](https://compozy.com/runtime/cli-reference/scheduler/pause): Pause new scheduler dispatch - [compozy scheduler resume](https://compozy.com/runtime/cli-reference/scheduler/resume): Resume scheduler dispatch - [compozy scheduler status](https://compozy.com/runtime/cli-reference/scheduler/status): Show scheduler pause and queue pressure - [compozy session approve](https://compozy.com/runtime/cli-reference/session/approve): Approve or reject a pending session permission request - [compozy session events](https://compozy.com/runtime/cli-reference/session/events): Read session events - [compozy session health](https://compozy.com/runtime/cli-reference/session/health): Read session health and wake eligibility - [compozy session history](https://compozy.com/runtime/cli-reference/session/history): Show session history grouped by turn - [compozy session](https://compozy.com/runtime/cli-reference/session): Manage Compozy sessions - [compozy session inspect](https://compozy.com/runtime/cli-reference/session/inspect): Inspect session health, wake audit, and policy correlation - [compozy session list](https://compozy.com/runtime/cli-reference/session/list): List sessions - [compozy session new](https://compozy.com/runtime/cli-reference/session/new): Create a new session - [compozy session prompt](https://compozy.com/runtime/cli-reference/session/prompt): Send a prompt to a session - [compozy session recap](https://compozy.com/runtime/cli-reference/session/recap): Show deterministic session recap - [compozy session remove](https://compozy.com/runtime/cli-reference/session/remove): Remove a session and its persisted history - [compozy session repair](https://compozy.com/runtime/cli-reference/session/repair): Inspect and repair an interrupted session transcript - [compozy session resume](https://compozy.com/runtime/cli-reference/session/resume): Attach to a resumable session - [compozy session status](https://compozy.com/runtime/cli-reference/session/status): Show session status - [compozy session stop](https://compozy.com/runtime/cli-reference/session/stop): Stop a session - [compozy session usage](https://compozy.com/runtime/cli-reference/session/usage): Show aggregated session token usage and cost provenance - [compozy session wait](https://compozy.com/runtime/cli-reference/session/wait): Block until a session stops - [compozy skill create](https://compozy.com/runtime/cli-reference/skill/create): Scaffold a new workspace skill - [compozy skill disable](https://compozy.com/runtime/cli-reference/skill/disable): Disable a daemon-managed skill - [compozy skill enable](https://compozy.com/runtime/cli-reference/skill/enable): Enable a daemon-managed skill - [compozy skill](https://compozy.com/runtime/cli-reference/skill): Manage local AgentSkills - [compozy skill info](https://compozy.com/runtime/cli-reference/skill/info): Show one Marketplace skill entry - [compozy skill inspect](https://compozy.com/runtime/cli-reference/skill/inspect): Inspect installed skill metadata and resources - [compozy skill install](https://compozy.com/runtime/cli-reference/skill/install): Install a marketplace skill - [compozy skill list](https://compozy.com/runtime/cli-reference/skill/list): List locally available skills - [compozy skill remove](https://compozy.com/runtime/cli-reference/skill/remove): Remove an installed marketplace skill - [compozy skill search](https://compozy.com/runtime/cli-reference/skill/search): Search marketplace skills - [compozy skill update](https://compozy.com/runtime/cli-reference/skill/update): Check for or install updates for marketplace skills - [compozy skill view](https://compozy.com/runtime/cli-reference/skill/view): Read a skill or one of its resource files - [compozy skill where](https://compozy.com/runtime/cli-reference/skill/where): Show every path participating in skill resolution - [compozy support bundle](https://compozy.com/runtime/cli-reference/support/bundle): Create and download a redacted support bundle - [compozy support](https://compozy.com/runtime/cli-reference/support): Create daemon-owned support artifacts - [compozy task approve](https://compozy.com/runtime/cli-reference/task/approve): Approve a task and enqueue its first run - [compozy task block](https://compozy.com/runtime/cli-reference/task/block): Block a task with a typed reason - [compozy task blocks](https://compozy.com/runtime/cli-reference/task/blocks): List task blocks - [compozy task cancel](https://compozy.com/runtime/cli-reference/task/cancel): Cancel a task tree - [compozy task complete](https://compozy.com/runtime/cli-reference/task/complete): Complete a claimed task run for the current agent session - [compozy task create](https://compozy.com/runtime/cli-reference/task/create): Create a task - [compozy task delete](https://compozy.com/runtime/cli-reference/task/delete): Delete a task - [compozy task fail](https://compozy.com/runtime/cli-reference/task/fail): Fail task runs through a session-bound lease or operator override - [compozy task fan-out](https://compozy.com/runtime/cli-reference/task/fan-out): Enqueue designated sibling runs for one task - [compozy task get](https://compozy.com/runtime/cli-reference/task/get): Show one task with related detail - [compozy task heartbeat](https://compozy.com/runtime/cli-reference/task/heartbeat): Extend a claimed task run lease for the current agent session - [compozy task](https://compozy.com/runtime/cli-reference/task): Manage tasks and task runs - [compozy task inspect](https://compozy.com/runtime/cli-reference/task/inspect): Inspect a task or run with diagnostics - [compozy task list](https://compozy.com/runtime/cli-reference/task/list): List tasks - [compozy task next](https://compozy.com/runtime/cli-reference/task/next): Claim the next task run for the current agent session - [compozy task pause](https://compozy.com/runtime/cli-reference/task/pause): Pause new runs for one task - [compozy task promote](https://compozy.com/runtime/cli-reference/task/promote): Promote one network thread message into a task - [compozy task publish](https://compozy.com/runtime/cli-reference/task/publish): Publish a draft task and enqueue its first run - [compozy task recover](https://compozy.com/runtime/cli-reference/task/recover): Recover a task from needs_attention - [compozy task reject](https://compozy.com/runtime/cli-reference/task/reject): Reject a pending approval task - [compozy task release](https://compozy.com/runtime/cli-reference/task/release): Force release claimed task runs back to the queue - [compozy task resume](https://compozy.com/runtime/cli-reference/task/resume): Resume new runs for one paused task - [compozy task retry](https://compozy.com/runtime/cli-reference/task/retry): Retry one failed task run - [compozy task start](https://compozy.com/runtime/cli-reference/task/start): Enqueue a run for an executable task - [compozy task unblock](https://compozy.com/runtime/cli-reference/task/unblock): Clear one task block - [compozy task update](https://compozy.com/runtime/cli-reference/task/update): Update mutable task fields - [compozy toolsets](https://compozy.com/runtime/cli-reference/toolsets): Inspect registry toolsets - [compozy toolsets info](https://compozy.com/runtime/cli-reference/toolsets/info): Show one registry toolset expansion - [compozy toolsets list](https://compozy.com/runtime/cli-reference/toolsets/list): List registry toolsets - [compozy tool approve](https://compozy.com/runtime/cli-reference/tool/approve): Mint a one-shot approval token for one tool invocation - [compozy tool](https://compozy.com/runtime/cli-reference/tool): Inspect and invoke registry tools - [compozy tool info](https://compozy.com/runtime/cli-reference/tool/info): Show one registry tool descriptor and diagnostics - [compozy tool invoke](https://compozy.com/runtime/cli-reference/tool/invoke): Invoke one registry tool through daemon policy - [compozy tool list](https://compozy.com/runtime/cli-reference/tool/list): List operator-visible registry tools - [compozy tool search](https://compozy.com/runtime/cli-reference/tool/search): Search operator-visible registry tools - [compozy vault delete](https://compozy.com/runtime/cli-reference/vault/delete): Delete one vault secret - [compozy vault get](https://compozy.com/runtime/cli-reference/vault/get): Show redacted metadata for one vault secret - [compozy vault](https://compozy.com/runtime/cli-reference/vault): Manage encrypted daemon vault metadata and write-only secrets - [compozy vault list](https://compozy.com/runtime/cli-reference/vault/list): List redacted vault secret metadata - [compozy vault put](https://compozy.com/runtime/cli-reference/vault/put): Store one write-only vault secret from stdin - [compozy window close](https://compozy.com/runtime/cli-reference/window/close): Close or minimize a window and reflow its group - [compozy window float](https://compozy.com/runtime/cli-reference/window/float): Toggle a window between floating and tiled placement - [compozy window focus](https://compozy.com/runtime/cli-reference/window/focus): Focus a window by ID or direction for one connected client - [compozy window](https://compozy.com/runtime/cli-reference/window): Manage windows in virtual desktops - [compozy window list](https://compozy.com/runtime/cli-reference/window/list): List windows across workspace desktops - [compozy window move](https://compozy.com/runtime/cli-reference/window/move): Move a window or tiled group to an explicit destination - [compozy window navigate](https://compozy.com/runtime/cli-reference/window/navigate): Persist a window's internal application route - [compozy window open](https://compozy.com/runtime/cli-reference/window/open): Open a window or restore a minimized window - [compozy window swap](https://compozy.com/runtime/cli-reference/window/swap): Swap two window placements - [compozy window zoom](https://compozy.com/runtime/cli-reference/window/zoom): Toggle a window's client-specific focus desktop - [compozy workspace add](https://compozy.com/runtime/cli-reference/workspace/add): Register a workspace - [compozy workspace edit](https://compozy.com/runtime/cli-reference/workspace/edit): Edit a registered workspace - [compozy workspace](https://compozy.com/runtime/cli-reference/workspace): Manage registered workspaces - [compozy workspace info](https://compozy.com/runtime/cli-reference/workspace/info): Show one workspace with resolved details - [compozy workspace list](https://compozy.com/runtime/cli-reference/workspace/list): List registered workspaces - [compozy workspace remove](https://compozy.com/runtime/cli-reference/workspace/remove): Remove a workspace registration and stopped session history - [Automation](https://compozy.com/runtime/core/automation): Run Compozy agents on schedules, in response to runtime events, or from signed external HTTP requests. - [Jobs and Scheduling](https://compozy.com/runtime/core/automation/jobs): Define scheduled Compozy automation jobs with cron, interval, and one-time schedules, then monitor runs and retries. - [Automation Suggestions](https://compozy.com/runtime/core/automation/suggestions): Review workspace-scoped Job proposals, create the useful ones, and durably dismiss the rest. - [Triggers](https://compozy.com/runtime/core/automation/triggers): Configure Compozy automation triggers that react to runtime events, filters, and prompt templates. - [Webhooks](https://compozy.com/runtime/core/automation/webhooks): Set up signed Compozy webhook triggers for CI, deployment, and external event integrations. - [Agent Capabilities](https://compozy.com/runtime/core/agents/capabilities): Author capability catalogs, validate supported layouts, and understand how Compozy projects each capability into discovery and transfer. - [Agent Definitions](https://compozy.com/runtime/core/agents/definitions): The current AGENT.md format, discovery order, runtime defaults, and parser edge cases used by Compozy. - [Agent Heartbeat](https://compozy.com/runtime/core/agents/heartbeat): Optional HEARTBEAT.md authored wake/reentry policy plus runtime session health, advisory wake decisions, and managed authoring surfaces. - [Agents](https://compozy.com/runtime/core/agents): How Compozy resolves agent definitions, advertises capabilities, launches providers, and supervises ACP subprocesses. - [Provider Model Catalog](https://compozy.com/runtime/core/agents/model-catalog): Daemon-owned model catalog — sources, refresh lifecycle, native HTTP/UDS endpoints, OpenAI-compatible projection, and extension model.source contract. - [Providers](https://compozy.com/runtime/core/agents/providers): Built-in provider IDs, launch commands, config overrides, and custom provider setup for Compozy agents. - [Agent Soul](https://compozy.com/runtime/core/agents/soul): Optional SOUL.md authored persona artifact that Compozy resolves, validates, snapshots, and projects into prompts and read models. - [Spawning](https://compozy.com/runtime/core/agents/spawning): How Compozy resolves an agent definition into an ACP subprocess, negotiates a session, injects environment, and stops the process. - [Task-Run Coordination Conversations](https://compozy.com/runtime/core/autonomy/coordination-channels): How future coordinated task runs opt into bounded Live conversations without moving task ownership into Network. - [Coordinator Handoff](https://compozy.com/runtime/core/autonomy/coordinator): When Compozy starts a workspace coordinator and why coordinator bootstrap is independent from Network participation. - [Task Execution Profiles](https://compozy.com/runtime/core/autonomy/execution-profiles): Typed task-owned overlays for coordinator guidance, worker selection, reviewer routing, Local or Live participation, sandbox mode, and runtime evidence. - [Autonomy](https://compozy.com/runtime/core/autonomy): Explicit operator control, coordinator handoff, task leases, optional Live coordination conversations, and safe spawn. - [Notification Cursors](https://compozy.com/runtime/core/autonomy/notification-cursors): Bridge terminal task notifications, durable cursor diagnostics, replay semantics, and SSE reconnect seeding. - [Notification Presets](https://compozy.com/runtime/core/autonomy/notification-presets): SQLite-backed notification fanout presets, cursor replay, filters, and bridge suppression. - [Review Gate](https://compozy.com/runtime/core/autonomy/review-gate): Post-terminal review of task runs, reviewer routing, persisted verdicts, continuation runs, and the runtime authority boundary. - [Safe Spawn](https://compozy.com/runtime/core/autonomy/safe-spawn): How agent-initiated child sessions are bounded by lineage, TTL, caps, workspace inheritance, and permission narrowing. - [Task Runs and Leases](https://compozy.com/runtime/core/autonomy/task-runs-and-leases): How agents claim work, renew leases, finish runs, and release session-bound ownership safely. - [Control Bridge Access](https://compozy.com/runtime/core/bridges/access): Restrict direct messages before enabling a bridge, without confusing webhook authentication, sender authorization, and route isolation. - [Build an In-Tree Bridge Provider](https://compozy.com/runtime/core/bridges/adding-a-bridge): Prove the reference adapter, then design, implement, verify, and document a trusted bridge.adapter extension inside the Compozy repository. - [Supported Bridge Behavior](https://compozy.com/runtime/core/bridges/behavior): Compare the inbound events, route shapes, outbound text operations, progress behavior, and capability limits of every in-tree provider. - [Bridge Conversations and Sessions](https://compozy.com/runtime/core/bridges/conversations): Understand how accepted platform events reuse Compozy sessions, what happens when a session is busy, and when a new routed session is created. - [Bridges Overview](https://compozy.com/runtime/core/bridges): How Compozy bridge instances connect workspace agents to external messaging platforms. - [Bridge Operations](https://compozy.com/runtime/core/bridges/operations): Inspect, repair, rotate, restart, and validate an existing bridge without losing track of its workspace or provider boundary. - [Tool progress in bridges](https://compozy.com/runtime/core/bridges/progress): Configure daemon-rendered tool progress for bridge-delivered agent turns. - [Bridge Routing](https://compozy.com/runtime/core/bridges/routing): How bridge routing policies map platform messages to Compozy sessions and delivery targets. - [Discord Setup](https://compozy.com/runtime/core/bridges/setup-discord): Configure an Ed25519-signed Discord endpoint, install the bot, and choose a truthful server, thread, or DM routing boundary. - [Google Chat Setup](https://compozy.com/runtime/core/bridges/setup-gchat): Configure a Google Chat app with direct HTTP, Pub/Sub, or hybrid ingress and verify the Compozy bridge end to end. - [GitHub Setup](https://compozy.com/runtime/core/bridges/setup-github): Connect one repository's issue and review comments through PAT or GitHub App authentication. - [Linear Setup](https://compozy.com/runtime/core/bridges/setup-linear): Connect Linear comments or Agent Sessions with API-key or OAuth client-credentials authentication. - [Slack Setup](https://compozy.com/runtime/core/bridges/setup-slack): Create a signed Events API integration, route Slack channels safely, and understand how the /compozy prompt command is delivered. - [Microsoft Teams Setup](https://compozy.com/runtime/core/bridges/setup-teams): Provision a Teams bot app, connect its Bot Framework endpoint, and verify a route-specific Compozy bridge. - [Telegram Setup](https://compozy.com/runtime/core/bridges/setup-telegram): Create a BotFather bot, register an authenticated webhook through the Compozy setup wizard, and prove topic-aware delivery. - [WhatsApp Setup](https://compozy.com/runtime/core/bridges/setup-whatsapp): Configure Meta's official WhatsApp Cloud API, verify its webhook, and send a real Compozy bridge message. - [Bridge Setup](https://compozy.com/runtime/core/bridges/setup): Build and install an in-tree provider, follow its operator guide, and prove the inbound and outbound path before production use. - [AGENT.md](https://compozy.com/runtime/core/configuration/agent-md): Complete implemented AGENT.md schema, parser rules, provider examples, MCP sidecars, and RFC drift. - [config.toml](https://compozy.com/runtime/core/configuration/config-toml): Complete Compozy config.toml schema, defaults, valid values, merge behavior, and annotated examples. - [Environment Variables](https://compozy.com/runtime/core/configuration/env-vars): Environment variables Compozy reads, injects, propagates, and explicitly does not support. - [File Locations](https://compozy.com/runtime/core/configuration/file-locations): All Compozy global, workspace, agent, skill, database, log, socket, memory, and extension paths. - [Configuration Overview](https://compozy.com/runtime/core/configuration): Decide which Compozy file, overlay, or environment variable should change when you need to configure one machine, one workspace, one agent, or one skill. - [Config Lifecycle Matrix](https://compozy.com/runtime/core/configuration/lifecycle-matrix): Generated Compozy config lifecycle matrix for live apply, session rebind, and restart-required changes. - [mcp.json](https://compozy.com/runtime/core/configuration/mcp-json): Configure, authorize, inspect, edit, and repair local and remote MCP servers across Compozy scopes. - [SKILL.md](https://compozy.com/runtime/core/configuration/skill-md): Complete implemented SKILL.md schema, Compozy metadata, sidecar files, hook declarations, and body conventions. - [Vault](https://compozy.com/runtime/core/configuration/vault): Store Compozy-managed encrypted secrets with redacted CLI, HTTP, UDS, web, and session-scoped metadata surfaces. - [Develop Extensions](https://compozy.com/runtime/core/extensions/develop): Build custom Compozy extensions with manifests, bundled resources, subprocess lifecycle, Host API permissions, and package examples. - [Extensions](https://compozy.com/runtime/core/extensions): Install or build packaged Compozy capabilities that bundle skills, agents, hooks, bridge providers, MCP servers, and subprocess services. - [Install Extensions](https://compozy.com/runtime/core/extensions/install): Install, discover, enable, disable, update, and inspect Compozy extensions from local directories or configured registries. - [Your First Custom Agent](https://compozy.com/runtime/core/getting-started/first-agent): Create one minimal AGENT.md definition, store it in the correct runtime path, and verify that Compozy resolves it for the current workspace. - [Installation](https://compozy.com/runtime/core/getting-started/installation): Install the Compozy binary, verify it works, and bootstrap the local runtime before you start the daemon. - [Quick Start](https://compozy.com/runtime/core/getting-started/quick-start): Start the Compozy daemon, create a real session for the current repository, follow live events, stop it, and resume it. - [Web UI](https://compozy.com/runtime/core/getting-started/web-ui): Open the Compozy web UI, inspect the session you already created, and compare the browser view with the same daemon state you saw in the CLI. - [Hook Declaration Format](https://compozy.com/runtime/core/hooks/declaration): Reference for declaring Compozy hooks, matchers, subprocess executors, ordering, and runtime execution behavior. - [Hook Event Catalog](https://compozy.com/runtime/core/hooks/event-catalog): Complete reference for Compozy hook events, payload schemas, patch schemas, sync eligibility, and example payloads. - [Hooks](https://compozy.com/runtime/core/hooks): Intercept named runtime events, inspect the payload, and emit a JSON patch that Compozy applies in a deterministic order. - [Authoring loop](https://compozy.com/runtime/core/loops/authoring): The safe path to change a Loop — describe, validate, dry-run, then publish with a compare-and-swap version — with no LLM spend before you run. - [Catalog and detail](https://compozy.com/runtime/core/loops/catalog): Browse the Loops installed in a workspace, read a Loop's contract and body, and launch a run. - [Configure](https://compozy.com/runtime/core/loops/configure): Adjust how a Loop runs — its checks, its human gate, its re-attempt strategy, and its stop limits — without changing its structure. - [Example: converse and decide](https://compozy.com/runtime/core/loops/converse-and-decide): A documented Loop that posts a question into a channel, lets agents converse, harvests the agreed decision, and branches on it. - [compozy.loop/v1 DSL](https://compozy.com/runtime/core/loops/dsl-reference): The Loop definition schema — declared inputs, the contract, node classes and kinds, the gate contract, and start bindings. - [Extending Loops](https://compozy.com/runtime/core/loops/extensions): How extensions add Loop definitions, actions, gate checks, and watch sources — reusing Compozy's existing surfaces, with one new bridge capability. - [Goal node reference](https://compozy.com/runtime/core/loops/goal-node): The exact compozy.loop/v1 Goal action schema, judge contract, session and retry rules, lint codes, and approval grants. - [Operate a Goal from a session](https://compozy.com/runtime/core/loops/goals): Start, inspect, replace, pause, resume, draft, and audit a durable Goal through session commands, native tools, and Run history. - [Guardrails and outcomes](https://compozy.com/runtime/core/loops/guardrails): The stop model — no-progress axes, the blocker-ID stall signature, budgets and ceilings, and the eleven run states a Loop can hold. - [Loop hooks](https://compozy.com/runtime/core/loops/hooks): The loop.* hook family — seven events, which two can block a Loop, and the payload every observer receives. - [Loops](https://compozy.com/runtime/core/loops): Named, goal-seeking, self-correcting units of work the daemon owns, runs unattended, and always stops cleanly with a named outcome. - [Reference grammar](https://compozy.com/runtime/core/loops/reference-grammar): How Loop definitions reference data — the {{ }} value grammar, CEL conditions, the single namespace, and the snake_case ID rule. - [Running and observing](https://compozy.com/runtime/core/loops/running): Fill the run form, dry-run a plan, watch generations stream live, handle approval gates, and track every run across the workspace. - [Visual editor](https://compozy.com/runtime/core/loops/visual-editor): Fork a Loop and edit its body on a canvas — nodes, edges, a per-node inspector, an inline linter, and a Graph/DSL toggle over one canonical definition. - [Marketplace](https://compozy.com/runtime/core/marketplace): Discover, inspect, install, authorize, update, and manage skills, extensions, bundles, and MCP servers through one catalog. - [Memory Best Practices](https://compozy.com/runtime/core/memory/best-practices): Practical rules for writing useful Compozy memories, keeping indexes readable, and avoiding context bloat. - [Dream](https://compozy.com/runtime/core/memory/dream): How Compozy gates dreaming runs, scores recall signals, promotes durable memory through the controller, and persists dreaming artifacts under `_system/`. - [Memory](https://compozy.com/runtime/core/memory): How Compozy stores durable Markdown memory across global, workspace, and agent scopes, gates dreaming runs, and routes every write through the controller. - [Memory Scopes](https://compozy.com/runtime/core/memory/scopes): How Compozy resolves the three memory scopes — global, workspace, and agent — selects the agent tier, applies read precedence, and shadows entries by identity. - [Memory System](https://compozy.com/runtime/core/memory/system): How Compozy stores curated Markdown memory, captures a frozen snapshot at session start, and routes every write through the controller WAL. - [Participation, Channels, and Peers](https://compozy.com/runtime/core/network/channels-and-peers): How Compozy resolves Local or Live participation, derives workspace channels, and registers Live sessions as peers. - [Delivery, Admission, and Usage](https://compozy.com/runtime/core/network/delivery-and-safety): How Compozy commits Network history before in-process notification, admits bounded Live wakes, and settles truthful usage. - [Direct Rooms](https://compozy.com/runtime/core/network/directs): Use Compozy Network direct rooms — the restricted two-party conversation container — through the CLI, native tools, HTTP API, and extension Host API. - [Network Overview](https://compozy.com/runtime/core/network): How Local and Live participation control Compozy Network state, tools, conversations, wakes, and usage. - [Protocol Model](https://compozy.com/runtime/core/network/protocol): The core concepts behind compozy-network/v0 and how Compozy Runtime binds them to Local/Live execution participation. - [Task Promotion](https://compozy.com/runtime/core/network/task-promotion): Promote a Network thread into durable task intent without granting peers task mutation authority. - [Public Threads](https://compozy.com/runtime/core/network/threads): Use Compozy Network public threads — the N-to-N conversation container — through the CLI, native tools, HTTP API, and extension Host API. - [Network Work](https://compozy.com/runtime/core/network/work): Inspect Compozy Network `work_id` lifecycle through the CLI, native tools, HTTP API, and extension Host API. Work is bound to one conversation container. - [Daemon Operations](https://compozy.com/runtime/core/operations/daemon): Start, stop, restart, inspect, and supervise the Compozy daemon. - [Database Operations](https://compozy.com/runtime/core/operations/database): Back up, inspect, and clean up Compozy's SQLite databases. - [Operations](https://compozy.com/runtime/core/operations): Day-two operation of the Compozy daemon — process supervision, SQLite backup and inspection, troubleshooting, and production readiness. - [Expose Compozy over MCP](https://compozy.com/runtime/core/operations/mcp-serve): Connect a trusted MCP client to the workspace-bound Compozy Host API over stdio or authenticated loopback HTTP. - [Production Checklist](https://compozy.com/runtime/core/operations/production): Prepare Compozy for persistent unattended operation with clear pass and fail checks. - [Support Bundles](https://compozy.com/runtime/core/operations/support-bundles): Create redacted, daemon-owned support bundles for incident response and maintainer triage. - [Troubleshooting](https://compozy.com/runtime/core/operations/troubleshooting): Diagnose and resolve common Compozy daemon, socket, agent, session, and database issues. - [Bundles](https://compozy.com/runtime/core/resources/bundles): Package agents, channels, automation, window layouts, and bridge presets from extensions into activatable runtime profiles. - [Desired-State Resources](https://compozy.com/runtime/core/resources): How Compozy stores extensible runtime resources, validates mutations, and reconciles projected runtime state. - [Daytona Sandbox Provider](https://compozy.com/runtime/core/sandbox/daytona): Configure and operate the implemented Daytona sandbox backend. - [Sandbox](https://compozy.com/runtime/core/sandbox): How Compozy runs sessions on the host or inside provider-backed sandboxes. - [Sandbox Profiles](https://compozy.com/runtime/core/sandbox/profiles): Configure sandbox profiles, defaults, workspace selection, and safe-spawn grants. - [Event Streaming](https://compozy.com/runtime/core/sessions/events): How Compozy records session events, streams them over SSE, and persists them in per-session SQLite databases. - [Session Health](https://compozy.com/runtime/core/sessions/health): Metadata-only session presence, attachability, wake eligibility, and boundaries with HEARTBEAT.md policy, task leases, and network greet presence. - [Sessions](https://compozy.com/runtime/core/sessions): The durable runtime unit Compozy creates, attaches, audits, and governs. - [Session Lifecycle](https://compozy.com/runtime/core/sessions/lifecycle): How Compozy creates, activates, stops, and classifies one durable runtime session. - [Permissions](https://compozy.com/runtime/core/sessions/permissions): How Compozy applies static permission modes, workspace boundaries, and interactive approvals during session execution. - [Resume Attach and Replay](https://compozy.com/runtime/core/sessions/resume): How Compozy attaches operators to resumable sessions, reconstructs transcripts from events, and returns deterministic recaps. - [Bundled Skill](https://compozy.com/runtime/core/skills/bundled): The Compozy skill compiled into the runtime, its reference files, and how contextual loading works. - [Skills Overview](https://compozy.com/runtime/core/skills): How Compozy discovers skills, resolves precedence, injects the prompt catalog, and connects skills to MCP servers. - [Skills Marketplace](https://compozy.com/runtime/core/skills/marketplace): How to discover, install, update, and remove marketplace skills with Compozy. - [SKILL.md Format](https://compozy.com/runtime/core/skills/skill-md): The accepted SKILL.md frontmatter schema, Markdown body rules, MCP sidecars, hooks, and complete examples. - [Tool Registry](https://compozy.com/runtime/core/tools): How Compozy exposes daemon-owned tools to operators and managed agents through one policy-checked registry. - [Policy and Invocation](https://compozy.com/runtime/core/tools/policy-and-invocation): How Compozy validates tool input, applies daemon policy, handles approvals, redacts sensitive fields, and records invocation evidence. - [Oversized Tool Results](https://compozy.com/runtime/core/tools/result-artifacts): Open, page, and retain exact tool results that exceed the active result budget. - [Toolsets](https://compozy.com/runtime/core/tools/toolsets): How Compozy groups registry tools into named exposure sets for discovery, policy, and session startup. - [Workspace Config Overlays](https://compozy.com/runtime/core/workspaces/config-overlays): How workspace config.toml and mcp.json layer over global Compozy configuration without making project copies brittle. - [Workspaces](https://compozy.com/runtime/core/workspaces): How Compozy resolves workspace roots, layers config overlays, and attaches additional roots for monorepos and cross-project agent sharing. - [Multi-Root Workspaces](https://compozy.com/runtime/core/workspaces/multi-root): How to attach additional directories to one Compozy workspace for monorepos, shared agents, and project clusters. - [Workspace Resolver](https://compozy.com/runtime/core/workspaces/resolver): How Compozy registers workspace roots, resolves the active workspace, and discovers project-local runtime resources. - [Window Management](https://compozy.com/runtime/core/workspaces/window-management): Persistent virtual desktops, semantic window placement, revision-safe layouts, connected clients, and recovery. - [compozy agent heartbeat delete](https://compozy.com/runtime/cli-reference/agent/heartbeat/delete): Delete HEARTBEAT.md through managed authoring - [compozy agent heartbeat history](https://compozy.com/runtime/cli-reference/agent/heartbeat/history): List managed Heartbeat authoring revisions - [compozy agent heartbeat](https://compozy.com/runtime/cli-reference/agent/heartbeat): Inspect and manage agent HEARTBEAT.md files - [compozy agent heartbeat inspect](https://compozy.com/runtime/cli-reference/agent/heartbeat/inspect): Inspect one agent's resolved Heartbeat policy - [compozy agent heartbeat rollback](https://compozy.com/runtime/cli-reference/agent/heartbeat/rollback): Rollback HEARTBEAT.md to a managed revision or snapshot digest - [compozy agent heartbeat status](https://compozy.com/runtime/cli-reference/agent/heartbeat/status): Read Heartbeat policy status and wake eligibility - [compozy agent heartbeat validate](https://compozy.com/runtime/cli-reference/agent/heartbeat/validate): Validate a proposed Heartbeat policy body - [compozy agent heartbeat wake](https://compozy.com/runtime/cli-reference/agent/heartbeat/wake): Request one manual advisory Heartbeat wake - [compozy agent heartbeat write](https://compozy.com/runtime/cli-reference/agent/heartbeat/write): Create or replace HEARTBEAT.md through managed authoring - [compozy agent soul delete](https://compozy.com/runtime/cli-reference/agent/soul/delete): Delete SOUL.md through managed authoring - [compozy agent soul history](https://compozy.com/runtime/cli-reference/agent/soul/history): List managed Soul authoring revisions - [compozy agent soul](https://compozy.com/runtime/cli-reference/agent/soul): Inspect and manage agent SOUL.md files - [compozy agent soul inspect](https://compozy.com/runtime/cli-reference/agent/soul/inspect): Inspect one agent's resolved Soul - [compozy agent soul rollback](https://compozy.com/runtime/cli-reference/agent/soul/rollback): Rollback SOUL.md to a managed revision - [compozy agent soul validate](https://compozy.com/runtime/cli-reference/agent/soul/validate): Validate a proposed Soul body or the current SOUL.md - [compozy agent soul write](https://compozy.com/runtime/cli-reference/agent/soul/write): Create or replace SOUL.md through managed authoring - [compozy automation jobs create](https://compozy.com/runtime/cli-reference/automation/jobs/create): Create an automation job - [compozy automation jobs delete](https://compozy.com/runtime/cli-reference/automation/jobs/delete): Delete an automation job - [compozy automation jobs get](https://compozy.com/runtime/cli-reference/automation/jobs/get): Show one automation job - [compozy automation jobs history](https://compozy.com/runtime/cli-reference/automation/jobs/history): Show run history for one automation job - [compozy automation jobs](https://compozy.com/runtime/cli-reference/automation/jobs): Manage automation jobs - [compozy automation jobs trigger](https://compozy.com/runtime/cli-reference/automation/jobs/trigger): Force an immediate automation job run - [compozy automation jobs update](https://compozy.com/runtime/cli-reference/automation/jobs/update): Update an automation job - [compozy automation runs get](https://compozy.com/runtime/cli-reference/automation/runs/get): Show one automation run - [compozy automation runs](https://compozy.com/runtime/cli-reference/automation/runs): Inspect automation run history - [compozy automation suggestions accept](https://compozy.com/runtime/cli-reference/automation/suggestions/accept): Accept a suggestion and create its Job - [compozy automation suggestions dismiss](https://compozy.com/runtime/cli-reference/automation/suggestions/dismiss): Dismiss an automation suggestion - [compozy automation suggestions](https://compozy.com/runtime/cli-reference/automation/suggestions): Review consent-first automation suggestions - [compozy automation triggers create](https://compozy.com/runtime/cli-reference/automation/triggers/create): Create an automation trigger - [compozy automation triggers delete](https://compozy.com/runtime/cli-reference/automation/triggers/delete): Delete an automation trigger - [compozy automation triggers get](https://compozy.com/runtime/cli-reference/automation/triggers/get): Show one automation trigger - [compozy automation triggers history](https://compozy.com/runtime/cli-reference/automation/triggers/history): Show run history for one automation trigger - [compozy automation triggers](https://compozy.com/runtime/cli-reference/automation/triggers): Manage automation triggers - [compozy automation triggers update](https://compozy.com/runtime/cli-reference/automation/triggers/update): Update an automation trigger - [compozy bridge manifest](https://compozy.com/runtime/cli-reference/bridge/manifest): Generate provider setup artifacts - [compozy bridge manifest slack](https://compozy.com/runtime/cli-reference/bridge/manifest/slack): Generate a Slack app manifest for one bridge instance - [compozy bridge secret-bindings delete](https://compozy.com/runtime/cli-reference/bridge/secret-bindings/delete): Delete one bridge secret binding - [compozy bridge secret-bindings](https://compozy.com/runtime/cli-reference/bridge/secret-bindings): Manage bridge secret bindings - [compozy bridge secret-bindings list](https://compozy.com/runtime/cli-reference/bridge/secret-bindings/list): List secret bindings for one bridge instance - [compozy bridge secret-bindings put](https://compozy.com/runtime/cli-reference/bridge/secret-bindings/put): Create or update one bridge secret binding - [compozy bridge setup discord](https://compozy.com/runtime/cli-reference/bridge/setup/discord): Configure a discord bridge - [compozy bridge setup](https://compozy.com/runtime/cli-reference/bridge/setup): Configure a bridge instance and its write-only secrets - [compozy bridge setup telegram](https://compozy.com/runtime/cli-reference/bridge/setup/telegram): Configure a telegram bridge - [compozy bridge setup whatsapp](https://compozy.com/runtime/cli-reference/bridge/setup/whatsapp): Configure a whatsapp bridge - [compozy desktop clients](https://compozy.com/runtime/cli-reference/desktop/clients): Manage connected window-manager clients - [compozy desktop clients list](https://compozy.com/runtime/cli-reference/desktop/clients/list): List connected client-local desktop views - [compozy desktop clients register](https://compozy.com/runtime/cli-reference/desktop/clients/register): Register or refresh a client-local desktop view - [compozy desktop clients unregister](https://compozy.com/runtime/cli-reference/desktop/clients/unregister): Remove a connected client-local view - [compozy mcp auth](https://compozy.com/runtime/cli-reference/mcp/auth): Authenticate remote MCP servers through the daemon - [compozy mcp auth login](https://compozy.com/runtime/cli-reference/mcp/auth/login): Authorize a remote MCP server through the daemon - [compozy mcp auth logout](https://compozy.com/runtime/cli-reference/mcp/auth/logout): Revoke or delete remote MCP auth tokens through the daemon - [compozy mcp auth status](https://compozy.com/runtime/cli-reference/mcp/auth/status): Show redacted remote MCP auth status - [compozy memory adhoc](https://compozy.com/runtime/cli-reference/memory/adhoc): Inspect ad-hoc Memory v2 notes - [compozy memory adhoc list](https://compozy.com/runtime/cli-reference/memory/adhoc/list): Reserved Memory v2 command - [compozy memory adhoc show](https://compozy.com/runtime/cli-reference/memory/adhoc/show): Reserved Memory v2 command - [compozy memory daily archive](https://compozy.com/runtime/cli-reference/memory/daily/archive): Reserved Memory v2 command - [compozy memory daily](https://compozy.com/runtime/cli-reference/memory/daily): Inspect Memory v2 daily operation logs - [compozy memory daily ls](https://compozy.com/runtime/cli-reference/memory/daily/ls): List Memory v2 daily operation logs - [compozy memory daily purge](https://compozy.com/runtime/cli-reference/memory/daily/purge): Reserved Memory v2 command - [compozy memory daily restore](https://compozy.com/runtime/cli-reference/memory/daily/restore): Reserved Memory v2 command - [compozy memory daily show](https://compozy.com/runtime/cli-reference/memory/daily/show): Reserved Memory v2 command - [compozy memory decisions](https://compozy.com/runtime/cli-reference/memory/decisions): Inspect and revert Memory v2 controller decisions - [compozy memory decisions list](https://compozy.com/runtime/cli-reference/memory/decisions/list): List Memory v2 controller decisions - [compozy memory decisions revert](https://compozy.com/runtime/cli-reference/memory/decisions/revert): Revert one Memory v2 controller decision - [compozy memory decisions show](https://compozy.com/runtime/cli-reference/memory/decisions/show): Show one Memory v2 controller decision - [compozy memory extractor disable](https://compozy.com/runtime/cli-reference/memory/extractor/disable): Reserved Memory v2 command - [compozy memory extractor drain](https://compozy.com/runtime/cli-reference/memory/extractor/drain): Drain Memory v2 extractor work - [compozy memory extractor](https://compozy.com/runtime/cli-reference/memory/extractor): Operate Memory v2 extractor runtime - [compozy memory extractor list-pending](https://compozy.com/runtime/cli-reference/memory/extractor/list-pending): List Memory v2 extractor pending/DLQ records - [compozy memory extractor replay](https://compozy.com/runtime/cli-reference/memory/extractor/replay): Replay Memory v2 extractor work - [compozy memory extractor status](https://compozy.com/runtime/cli-reference/memory/extractor/status): Show Memory v2 extractor runtime status - [compozy memory dream](https://compozy.com/runtime/cli-reference/memory/dream): Operate Memory v2 dreaming runs - [compozy memory dream retry](https://compozy.com/runtime/cli-reference/memory/dream/retry): Retry one failed Memory v2 dreaming run - [compozy memory dream show](https://compozy.com/runtime/cli-reference/memory/dream/show): Show one Memory v2 dreaming run - [compozy memory dream status](https://compozy.com/runtime/cli-reference/memory/dream/status): Show Memory v2 dreaming runtime status - [compozy memory dream trigger](https://compozy.com/runtime/cli-reference/memory/dream/trigger): Trigger Memory v2 dreaming - [compozy memory provider disable](https://compozy.com/runtime/cli-reference/memory/provider/disable): Disable one Memory v2 provider - [compozy memory provider enable](https://compozy.com/runtime/cli-reference/memory/provider/enable): Enable and select one Memory v2 provider - [compozy memory provider](https://compozy.com/runtime/cli-reference/memory/provider): Operate Memory v2 providers - [compozy memory provider list](https://compozy.com/runtime/cli-reference/memory/provider/list): List registered Memory v2 providers - [compozy memory recall](https://compozy.com/runtime/cli-reference/memory/recall): Inspect Memory v2 recall traces - [compozy memory recall trace](https://compozy.com/runtime/cli-reference/memory/recall/trace): Show one redaction-safe recall trace - [compozy network channels create](https://compozy.com/runtime/cli-reference/network/channels/create): Create a runtime channel and start one session per selected agent - [compozy network channels](https://compozy.com/runtime/cli-reference/network/channels): List active runtime channels - [compozy network channels update](https://compozy.com/runtime/cli-reference/network/channels/update): Update runtime channel routing metadata - [compozy network coordination disable](https://compozy.com/runtime/cli-reference/network/coordination/disable): Disable workspace coordination conversations - [compozy network coordination enable](https://compozy.com/runtime/cli-reference/network/coordination/enable): Enable workspace coordination conversations - [compozy network coordination](https://compozy.com/runtime/cli-reference/network/coordination): Inspect or change workspace network coordination - [compozy network coordination status](https://compozy.com/runtime/cli-reference/network/coordination/status): Show workspace network coordination and invitation state - [compozy network directs](https://compozy.com/runtime/cli-reference/network/directs): Inspect restricted direct rooms - [compozy network directs list](https://compozy.com/runtime/cli-reference/network/directs/list): List direct rooms in a channel - [compozy network directs messages](https://compozy.com/runtime/cli-reference/network/directs/messages): List messages in one direct room - [compozy network directs resolve](https://compozy.com/runtime/cli-reference/network/directs/resolve): Create or return the deterministic direct room for two peers - [compozy network directs show](https://compozy.com/runtime/cli-reference/network/directs/show): Show one direct room - [compozy network invitation dismiss](https://compozy.com/runtime/cli-reference/network/invitation/dismiss): Dismiss the coordination invitation for a scope - [compozy network invitation](https://compozy.com/runtime/cli-reference/network/invitation): Dismiss or reset the coordination invitation - [compozy network invitation reset](https://compozy.com/runtime/cli-reference/network/invitation/reset): Reset the coordination invitation for a scope - [compozy network subscriptions](https://compozy.com/runtime/cli-reference/network/subscriptions): Inspect network delivery preferences - [compozy network subscriptions list](https://compozy.com/runtime/cli-reference/network/subscriptions/list): List network delivery preferences - [compozy network threads](https://compozy.com/runtime/cli-reference/network/threads): Inspect public network threads - [compozy network threads list](https://compozy.com/runtime/cli-reference/network/threads/list): List public threads in a channel - [compozy network threads messages](https://compozy.com/runtime/cli-reference/network/threads/messages): List messages in one public thread - [compozy network threads promote](https://compozy.com/runtime/cli-reference/network/threads/promote): Promote one thread message into a durable task - [compozy network threads show](https://compozy.com/runtime/cli-reference/network/threads/show): Show one public thread - [compozy network work](https://compozy.com/runtime/cli-reference/network/work): Inspect lifecycle-bearing network work - [compozy network work lookup](https://compozy.com/runtime/cli-reference/network/work/lookup): Show one network work item - [compozy network work status](https://compozy.com/runtime/cli-reference/network/work/status): Show one network work item - [compozy notifications preset create](https://compozy.com/runtime/cli-reference/notifications/preset/create): Create a notification preset - [compozy notifications preset delete](https://compozy.com/runtime/cli-reference/notifications/preset/delete): Delete a custom notification preset - [compozy notifications preset disable](https://compozy.com/runtime/cli-reference/notifications/preset/disable): Disable a notification preset - [compozy notifications preset enable](https://compozy.com/runtime/cli-reference/notifications/preset/enable): Enable a notification preset - [compozy notifications preset](https://compozy.com/runtime/cli-reference/notifications/preset): Manage one notification preset - [compozy notifications preset show](https://compozy.com/runtime/cli-reference/notifications/preset/show): Show one notification preset - [compozy notifications preset update](https://compozy.com/runtime/cli-reference/notifications/preset/update): Update a notification preset - [compozy notifications presets](https://compozy.com/runtime/cli-reference/notifications/presets): List notification presets - [compozy notifications presets list](https://compozy.com/runtime/cli-reference/notifications/presets/list): List notification presets - [compozy provider auth](https://compozy.com/runtime/cli-reference/provider/auth): Inspect native CLI and bound-secret provider authentication - [compozy provider auth login](https://compozy.com/runtime/cli-reference/provider/auth/login): Run the provider native login command locally - [compozy provider auth status](https://compozy.com/runtime/cli-reference/provider/auth/status): Show provider authentication status - [compozy provider models](https://compozy.com/runtime/cli-reference/provider/models): Inspect and refresh the provider model catalog - [compozy provider models list](https://compozy.com/runtime/cli-reference/provider/models/list): List provider model catalog entries - [compozy provider models refresh](https://compozy.com/runtime/cli-reference/provider/models/refresh): Refresh provider model catalog sources - [compozy provider models set](https://compozy.com/runtime/cli-reference/provider/models/set): Curate one provider model - [compozy provider models status](https://compozy.com/runtime/cli-reference/provider/models/status): Show provider model catalog source status - [compozy session clarify answer](https://compozy.com/runtime/cli-reference/session/clarify/answer): Answer one live session question - [compozy session clarify](https://compozy.com/runtime/cli-reference/session/clarify): Manage live session questions - [compozy session clarify pending](https://compozy.com/runtime/cli-reference/session/clarify/pending): List live questions awaiting an operator answer - [compozy session soul](https://compozy.com/runtime/cli-reference/session/soul): Manage session Soul snapshots - [compozy session soul refresh](https://compozy.com/runtime/cli-reference/session/soul/refresh): Refresh an idle session's Soul snapshot - [compozy task child create](https://compozy.com/runtime/cli-reference/task/child/create): Create a child task beneath a parent - [compozy task child](https://compozy.com/runtime/cli-reference/task/child): Manage child tasks - [compozy task dependency add](https://compozy.com/runtime/cli-reference/task/dependency/add): Add a dependency edge to a task - [compozy task dependency](https://compozy.com/runtime/cli-reference/task/dependency): Manage task dependencies - [compozy task dependency remove](https://compozy.com/runtime/cli-reference/task/dependency/remove): Remove a dependency edge from a task - [compozy task notification delete](https://compozy.com/runtime/cli-reference/task/notification/delete): Delete one bridge terminal notification subscription - [compozy task notification](https://compozy.com/runtime/cli-reference/task/notification): Manage task terminal notifications - [compozy task notification list](https://compozy.com/runtime/cli-reference/task/notification/list): List bridge terminal notification subscriptions for one task - [compozy task notification show](https://compozy.com/runtime/cli-reference/task/notification/show): Show one bridge terminal notification subscription - [compozy task notification subscribe](https://compozy.com/runtime/cli-reference/task/notification/subscribe): Subscribe a bridge target to task terminal notifications - [compozy task profile delete](https://compozy.com/runtime/cli-reference/task/profile/delete): Delete one task execution profile - [compozy task profile](https://compozy.com/runtime/cli-reference/task/profile): Manage task execution profiles - [compozy task profile inspect](https://compozy.com/runtime/cli-reference/task/profile/inspect): Show one task execution profile - [compozy task profile update](https://compozy.com/runtime/cli-reference/task/profile/update): Replace one task execution profile - [compozy task review](https://compozy.com/runtime/cli-reference/task/review): Manage task-run reviews - [compozy task review list](https://compozy.com/runtime/cli-reference/task/review/list): List task-run reviews - [compozy task review request](https://compozy.com/runtime/cli-reference/task/review/request): Request review for a task run - [compozy task review show](https://compozy.com/runtime/cli-reference/task/review/show): Show one task-run review - [compozy task review submit](https://compozy.com/runtime/cli-reference/task/review/submit): Submit one task-run review verdict - [compozy task run attach-session](https://compozy.com/runtime/cli-reference/task/run/attach-session): Attach an existing session to a claimed or starting run - [compozy task run cancel](https://compozy.com/runtime/cli-reference/task/run/cancel): Cancel a task run - [compozy task run complete](https://compozy.com/runtime/cli-reference/task/run/complete): Complete a running task run - [compozy task run enqueue](https://compozy.com/runtime/cli-reference/task/run/enqueue): Enqueue a task run - [compozy task run fail](https://compozy.com/runtime/cli-reference/task/run/fail): Fail a task run - [compozy task run](https://compozy.com/runtime/cli-reference/task/run): Manage task runs - [compozy task run list](https://compozy.com/runtime/cli-reference/task/run/list): List runs for a task - [compozy task run recover](https://compozy.com/runtime/cli-reference/task/run/recover): Recover one needs_attention task run - [compozy task run show](https://compozy.com/runtime/cli-reference/task/run/show): Show a task run - [compozy task run start](https://compozy.com/runtime/cli-reference/task/run/start): Start a claimed task run - [compozy tool approvals](https://compozy.com/runtime/cli-reference/tool/approvals): Manage remembered native-tool approval decisions - [compozy tool approvals list](https://compozy.com/runtime/cli-reference/tool/approvals/list): List remembered native-tool approval decisions - [compozy tool approvals revoke](https://compozy.com/runtime/cli-reference/tool/approvals/revoke): Revoke one remembered native-tool approval decision - [compozy tool approvals set](https://compozy.com/runtime/cli-reference/tool/approvals/set): Set an explicit agent-wide or tool-wide approval decision - [compozy tool artifact](https://compozy.com/runtime/cli-reference/tool/artifact): Read retained oversized tool results - [compozy tool artifact read](https://compozy.com/runtime/cli-reference/tool/artifact/read): Read one workspace-scoped artifact page ## Network Protocol - [Capability Discovery](https://compozy.com/protocol/capability-discovery): Wire-level reference for advertising capabilities, retrieving rich catalogs through whois, and transferring capability envelopes. - [Conformance Levels](https://compozy.com/protocol/conformance): Reference for Compozy Network Core and Trust roles, required behavior, test coverage, and self-certification. - [Delivery Guarantees](https://compozy.com/protocol/delivery): Reference for Compozy Network v0 validation, retry, ordering, deduplication, expiry, receipts, and transport independence. - [Ed25519 + JCS Trust Profile](https://compozy.com/protocol/ed25519-jcs): Reference for the Compozy Network v1 baseline trust profile, including verified identities, JCS signing bytes, proof fields, and a reproducible Ed25519 example. - [Envelope Specification](https://compozy.com/protocol/envelope): Reference for the Compozy Network v0 JSON envelope, conversation surface fields, work lifecycle correlation, validation order, schema, and annotated examples. - [End-to-End Examples](https://compozy.com/protocol/examples): Complete Compozy Network v0 examples for public thread coordination, restricted direct-room handoff, peer discovery, and capability transfer. - [Implementation Status](https://compozy.com/protocol/implementation-status): What Compozy Runtime implements today for compozy-network/v0 and which pages describe optional future trust behavior. - [Compozy Network Protocol](https://compozy.com/protocol): Understand the transport-neutral wire model, build a peer, and evaluate conformance without confusing protocol semantics with Compozy Runtime participation. - [Work Lifecycle](https://compozy.com/protocol/interactions): Reference for Compozy Network v0 work_id semantics, opening directed work, progress streaming, lifecycle states, conversation-container binding, and timeout rules. - [Message Kinds](https://compozy.com/protocol/message-kinds): Reference for the six Compozy Network v0 message kinds, their conversation surface and work rules, required body fields, and JSON examples. - [Protocol Overview](https://compozy.com/protocol/overview): Understand the transport-neutral Compozy Network envelope, how it differs from Compozy Runtime, and where Local/Live participation fits. - [Peer Discovery](https://compozy.com/protocol/peer-discovery): Reference for Compozy Network v0 Peer Cards, greet announcements, whois queries, channel-scoped presence, and capability advertisement. - [Signature Verification](https://compozy.com/protocol/verification): Reference for Compozy Network v1 trust-state processing, Ed25519 proof verification, unsigned messages, key resolution, and verification errors. - [Minimal Sender](https://compozy.com/protocol/guide/minimal-sender): Build the smallest Compozy Network sender by constructing and validating one envelope before choosing a carrier. - [Testing Your Implementation](https://compozy.com/protocol/guide/testing): Test Compozy Network envelopes, lifecycle, trust, and your implementation-owned carrier with repeatable evidence. - [Trust Verification](https://compozy.com/protocol/guide/trust-verification): Add the Compozy Network v1 Ed25519 plus JCS trust profile by signing envelopes, verifying incoming proofs, and separating cryptographic identity from local policy. ## Blog - [Introducing CompozyOS](https://compozy.com/blog/introducing-compozy-the-first-agent-network-protocol): Compozy v0.3 brings sessions, work, memory, permissions, automation, coordination, and an OS shell into one extensible local-first runtime.