platphormctl

CLI recipes for Phorm operators and agents

Commands are public-safe unless marked protected. Protected commands must use PLATPHORM_API_KEY and explicit protected intent.

Canonical: https://phorm.platphormnews.comDesign-facing: https://design.platphormnews.comProtected actions require PLATPHORM_API_KEY

Inspect Phorm site

Read public route, discovery, and health status.

public
platphormctl site inspect phorm --best-effort

Validate Phorm MCP

Validate JSON-RPC metadata, tools/list, resources/list, and prompts/list.

public
platphormctl mcp validate phorm --best-effort

Inspect Phorm policy

Review public/protected boundary, trust policy, robots, and agent policy.

public
platphormctl policy inspect phorm --best-effort

Generate a design draft

Create a deterministic prompt-to-interface Phorm draft.

public
platphormctl phorm design --prompt "Create an MCP tool form"

Export JSON artifact

Export a real JSON design artifact by id.

public
platphormctl phorm export <id> --format json

Send to AgentUI

Create or preview a Phorm-to-AgentUI handoff.

protected
platphormctl phorm send-agentui <id> --protected --yes

BrowserOps check

Run a best-effort browser check against the canonical domain.

public
platphormctl browserops check https://phorm.platphormnews.com --best-effort

AgentUI design harness

Dry-run the Phorm AgentUI workflow validation harness.

public
platphormctl harness run phorm-agentui-design-check --dry-run

Spec/Evals/BrowserOps loop

Dry-run the end-to-end design validation loop.

public
platphormctl harness run spec-evals-browserops-loop --target https://phorm.platphormnews.com --dry-run