platphormctl for AgentUI
Public command examples for inspecting AgentUI, rendering MCP tool forms, validating policies, and running dry-run harnesses.
cli.platphormnews.comInstall
npm install -g @platphormnews/platphormctlInspect AgentUI public route, discovery, policy, and health state.
Dry-run or best-effort example · dry_run_only
platphormctl site inspect agentui --best-effortValidate AgentUI MCP JSON-RPC and public introspection.
Dry-run or best-effort example · dry_run_only
platphormctl mcp validate agentui --best-effortInspect AgentUI public/protected policy and robots alignment.
Dry-run or best-effort example · dry_run_only
platphormctl policy inspect agentui --best-effortList AgentUI-renderable tool registry entries.
Dry-run or best-effort example · dry_run_only
platphormctl agentui toolsRender the get_health MCP tool as an AgentUI form without executing a protected tool.
Dry-run or best-effort example · dry_run_only
platphormctl agentui render-tool mcp get_health --dry-runPrint the deterministic form schema AgentUI derives from an MCP tool schema.
Dry-run or best-effort example · dry_run_only
platphormctl agentui form-schema mcp get_health --dry-runValidate required fields, raw JSON fallback, and protected-action labels.
Dry-run or best-effort example · dry_run_only
platphormctl agentui validate-tool-ui mcp get_health --dry-runAsk BrowserOps to validate rendered AgentUI tool UI in dry-run mode.
Dry-run or best-effort example · dry_run_only
platphormctl browserops validate-tool-ui mcp get_health --dry-runRun the public AgentUI tool-render harness in dry-run mode.
Dry-run or best-effort example · dry_run_only
platphormctl harness run agentui-tool-render-check --dry-runRun the Spec, Evals, Sandbox, and BrowserOps validation loop in dry-run mode.
Dry-run or best-effort example · dry_run_only
platphormctl harness run spec-evals-browserops-loop --dry-runProtected publish shape; requires an operator-provided PLATPHORM_API_KEY value at runtime.
Protected example shape · requires_runtime_validation
PLATPHORM_API_KEY=$PLATPHORM_API_KEY platphormctl agentui publish-workflow <workflow-id> --protected --yes