platphormctl for AgentUI

Public command examples for inspecting AgentUI, rendering MCP tool forms, validating policies, and running dry-run harnesses.

cli.platphormnews.com

Install

npm install -g @platphormnews/platphormctl

Inspect AgentUI public route, discovery, policy, and health state.

Dry-run or best-effort example · dry_run_only

public-safe
platphormctl site inspect agentui --best-effort

Validate AgentUI MCP JSON-RPC and public introspection.

Dry-run or best-effort example · dry_run_only

public-safe
platphormctl mcp validate agentui --best-effort

Inspect AgentUI public/protected policy and robots alignment.

Dry-run or best-effort example · dry_run_only

public-safe
platphormctl policy inspect agentui --best-effort

List AgentUI-renderable tool registry entries.

Dry-run or best-effort example · dry_run_only

public-safe
platphormctl agentui tools

Render the get_health MCP tool as an AgentUI form without executing a protected tool.

Dry-run or best-effort example · dry_run_only

public-safe
platphormctl agentui render-tool mcp get_health --dry-run

Print the deterministic form schema AgentUI derives from an MCP tool schema.

Dry-run or best-effort example · dry_run_only

public-safe
platphormctl agentui form-schema mcp get_health --dry-run

Validate required fields, raw JSON fallback, and protected-action labels.

Dry-run or best-effort example · dry_run_only

public-safe
platphormctl agentui validate-tool-ui mcp get_health --dry-run

Ask BrowserOps to validate rendered AgentUI tool UI in dry-run mode.

Dry-run or best-effort example · dry_run_only

protected
platphormctl browserops validate-tool-ui mcp get_health --dry-run

Run the public AgentUI tool-render harness in dry-run mode.

Dry-run or best-effort example · dry_run_only

public-safe
platphormctl harness run agentui-tool-render-check --dry-run

Run the Spec, Evals, Sandbox, and BrowserOps validation loop in dry-run mode.

Dry-run or best-effort example · dry_run_only

protected
platphormctl harness run spec-evals-browserops-loop --dry-run

Protected publish shape; requires an operator-provided PLATPHORM_API_KEY value at runtime.

Protected example shape · requires_runtime_validation

protected
PLATPHORM_API_KEY=$PLATPHORM_API_KEY platphormctl agentui publish-workflow <workflow-id> --protected --yes