AgentUI CLI
Use platphormctl for repeatable AgentUI rendering, validation, dry-run, and evidence workflows. Protected actions still require PLATPHORM_API_KEY and explicit operator intent.
site-inspect-agentui
Public-safeplatphormctl site inspect agentui --best-effort
Inspect AgentUI public route, discovery, policy, and health state.
mcp-validate-agentui
Public-safeplatphormctl mcp validate agentui --best-effort
Validate AgentUI MCP JSON-RPC and public introspection.
policy-inspect-agentui
Public-safeplatphormctl policy inspect agentui --best-effort
Inspect AgentUI public/protected policy and robots alignment.
agentui-tools
Public-safeplatphormctl agentui tools
List AgentUI-renderable tool registry entries.
agentui-render-tool
Public-safeplatphormctl agentui render-tool mcp get_health --dry-run
Render the get_health MCP tool as an AgentUI form without executing a protected tool.
agentui-form-schema
Public-safeplatphormctl agentui form-schema mcp get_health --dry-run
Print the deterministic form schema AgentUI derives from an MCP tool schema.
agentui-validate-tool-ui
Public-safeplatphormctl agentui validate-tool-ui mcp get_health --dry-run
Validate required fields, raw JSON fallback, and protected-action labels.
browserops-validate-tool-ui
Protectedplatphormctl browserops validate-tool-ui mcp get_health --dry-run
Ask BrowserOps to validate rendered AgentUI tool UI in dry-run mode.
harness-tool-render-check
Public-safeplatphormctl harness run agentui-tool-render-check --dry-run
Run the public AgentUI tool-render harness in dry-run mode.
harness-spec-evals-loop
Protectedplatphormctl harness run spec-evals-browserops-loop --dry-run
Run the Spec, Evals, Sandbox, and BrowserOps validation loop in dry-run mode.
protected-workflow-publish
ProtectedPLATPHORM_API_KEY=$PLATPHORM_API_KEY platphormctl agentui publish-workflow <workflow-id> --protected --yes
Protected publish shape; requires an operator-provided PLATPHORM_API_KEY value at runtime.