Open App

Operational

Agent-first commands for checking auth, context, inboxes, and current focus.

These commands provide higher-level operational context for humans and agents.

wyrdos actions inbox

View and triage the current actions inbox

wyrdos actions inbox [options]

Example

# Human-readable output (default in TTY)
wyrdos actions inbox

# JSON output (stable for agents and scripts)
wyrdos actions inbox --output json
  • wyrdos auth check
  • wyrdos auth login
  • wyrdos auth logout
  • wyrdos containers overview
  • wyrdos context

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos auth check

Check the current authentication status and scopes

wyrdos auth check [options]

Example

# Human-readable output (default in TTY)
wyrdos auth check

# JSON output (stable for agents and scripts)
wyrdos auth check --output json
  • wyrdos actions inbox
  • wyrdos auth login
  • wyrdos auth logout
  • wyrdos containers overview
  • wyrdos context

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos auth login

Log in to WyrdOS

wyrdos auth login [options]

Example

# Human-readable output (default in TTY)
wyrdos auth login

# JSON output (stable for agents and scripts)
wyrdos auth login --output json
  • wyrdos actions inbox
  • wyrdos auth check
  • wyrdos auth logout
  • wyrdos containers overview
  • wyrdos context

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos auth logout

Log out of WyrdOS

wyrdos auth logout [options]

Example

# Human-readable output (default in TTY)
wyrdos auth logout

# JSON output (stable for agents and scripts)
wyrdos auth logout --output json
  • wyrdos actions inbox
  • wyrdos auth check
  • wyrdos auth login
  • wyrdos containers overview
  • wyrdos context

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos containers overview

Summarise container state

wyrdos containers overview [options]

Options

FlagDescription
--container-id <id>Container to summarise (defaults to primary)

Example

# Human-readable output (default in TTY)
wyrdos containers overview

# JSON output (stable for agents and scripts)
wyrdos containers overview --output json
  • wyrdos actions inbox
  • wyrdos auth check
  • wyrdos auth login
  • wyrdos auth logout
  • wyrdos context

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos context

Show the current operational context: organisation, containers, zones, and actions

wyrdos context [options]

Example

# Human-readable output (default in TTY)
wyrdos context

# JSON output (stable for agents and scripts)
wyrdos context --output json
  • wyrdos actions inbox
  • wyrdos auth check
  • wyrdos auth login
  • wyrdos auth logout
  • wyrdos containers overview

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos export-context

Export the current operational context as JSON

wyrdos export-context [options]

Options

FlagDescription
--include-pagesInclude related pages in the exported context

Example

# Human-readable output (default in TTY)
wyrdos export-context

# JSON output (stable for agents and scripts)
wyrdos export-context --output json
  • wyrdos actions inbox
  • wyrdos auth check
  • wyrdos auth login
  • wyrdos auth logout
  • wyrdos containers overview

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos nav

Browse WyrdOS domains interactively or by navigator path

wyrdos nav [options]

Arguments

NameDescription
[path]Navigator path: /sections (domain chooser), /engines, /pipelines, /stacks, /pages, …

Example

# Human-readable output (default in TTY)
wyrdos nav

# JSON output (stable for agents and scripts)
wyrdos nav --output json
  • wyrdos actions inbox
  • wyrdos auth check
  • wyrdos auth login
  • wyrdos auth logout
  • wyrdos containers overview

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos plan today

Summarise what matters today

wyrdos plan today [options]

Example

# Human-readable output (default in TTY)
wyrdos plan today

# JSON output (stable for agents and scripts)
wyrdos plan today --output json
  • wyrdos actions inbox
  • wyrdos auth check
  • wyrdos auth login
  • wyrdos auth logout
  • wyrdos containers overview

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos resolve

Resolve a human-readable name to the corresponding WyrdOS ID

wyrdos resolve [options]

Arguments

NameDescription
<kind>Kind of entity (container
<query>Name or partial match to resolve

Example

# Human-readable output (default in TTY)
wyrdos resolve

# JSON output (stable for agents and scripts)
wyrdos resolve --output json
  • wyrdos actions inbox
  • wyrdos auth check
  • wyrdos auth login
  • wyrdos auth logout
  • wyrdos containers overview

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.

wyrdos zones status

Summarise zone status across containers

wyrdos zones status [options]

Example

# Human-readable output (default in TTY)
wyrdos zones status

# JSON output (stable for agents and scripts)
wyrdos zones status --output json
  • wyrdos actions inbox
  • wyrdos auth check
  • wyrdos auth login
  • wyrdos auth logout
  • wyrdos containers overview

Note: This is a higher-level CLI convenience command built on top of WyrdOS data, not a 1:1 REST API endpoint.