OpenClaw Alignment

OpenClaw-Compatible Agent Integration Layer

Claws aligns with OpenClaw concepts where they are real for this product: tool metadata, public discovery, local workspace drafts, guarded protected workspace actions, and explicit degraded states. It does not claim hosted runtime, marketplace, or multi-tenant OpenClaw persistence support.

compatible_metadata
implemented

Claws publishes OpenClaw-compatible metadata in llms, MCP, OpenAPI, and well-known policy files.

public_discovery
implemented

Public routes expose tools, network sites, integration matrix, policy, MCP introspection, and CLI examples.

local_workspace_draft
implemented

The UI and API label workspace, session, and memory state as local draft or degraded unless persistence is configured.

protected_workspace
degraded

Protected persistence is guarded by PLATPHORM_API_KEY; durable database state is reported unconfigured when absent.

degraded
implemented

No-provider chat and unverified integrations return deterministic degraded plans rather than fabricated model/tool output.

roadmap
documented

Hosted runtime, marketplace, and multi-tenant OpenClaw persistence are explicitly marked unsupported or roadmap.

Unsupported or Roadmap Claims
These are intentionally not presented as implemented.
full OpenClaw hosted runtime support
OpenClaw marketplace support
OpenClaw multi-tenant memory persistence
per-session OpenClaw MCP server injection
Import, Export, and Validation
OpenClaw-compatible config support is metadata and local-draft validation today.
POST /api/v1/openclaw/validate-config
POST /api/v1/openclaw/import
POST /api/v1/openclaw/export
OpenClaw
OpenClaw-compatible metadata, local draft configs, and toolchain import/export validation
compatible_metadata
Discovery: llms, OpenAPI, MCP, and /.well-known policy files
Validation: /api/v1/openclaw/validate-config
Dry-run: /api/v1/openclaw/export
MCP
JSON-RPC 2.0 tool/resource/prompt discovery and public-safe calls
implemented
Discovery: /api/mcp tools/list
Validation: /api/mcp tools/call validate_tool
Dry-run: /api/v1/tools/{id}/dry-run
OpenAPI
OpenAPI route and operation mapping into Claws tools
implemented
Discovery: /openapi.json
Validation: /api/v1/openclaw/validate-config
Dry-run: /api/v1/harness/scenarios/api-catalog-check/dry-run
Webhooks
Webhook event contract planning and delivery-test handoff
delegated_to_platphorm_tool
Discovery: /api/v1/integrations/webhooks
Validation: /api/v1/harness/scenarios/webhooks-contract-check/dry-run
Dry-run: /api/v1/integrations/webhooks/test
AgentUI
Render tool schemas and toolchain steps as operator forms
delegated_to_platphorm_tool
Discovery: /api/v1/integrations/agentui
Validation: /api/v1/harness/scenarios/agentui-render-check/dry-run
Dry-run: /api/v1/integrations/agentui/test
BrowserOps
Validate public Claws UI journeys and capture evidence links
delegated_to_platphorm_tool
Discovery: /api/v1/integrations/browserops
Validation: /api/v1/harness/scenarios/browserops-page-check/dry-run
Dry-run: /api/v1/integrations/browserops/test
Evals
Score handler truth, OpenAPI, MCP, and no-fake-execution policy
delegated_to_platphorm_tool
Discovery: /api/v1/integrations/evals
Validation: /api/v1/harness/scenarios/evals-smoke-check/dry-run
Dry-run: /api/v1/integrations/evals/test
Sandbox
Validate generated CLI/IDE examples without unsafe external execution
delegated_to_platphorm_tool
Discovery: /api/v1/integrations/sandbox
Validation: /api/v1/harness/scenarios/sandbox-public-command-check/dry-run
Dry-run: /api/v1/integrations/sandbox/test
Spec
Validate OpenAPI/MCP/tool schemas and generate contract tests
delegated_to_platphorm_tool
Discovery: /api/v1/integrations/spec
Validation: /api/v1/harness/scenarios/spec-contract-check/dry-run
Dry-run: /api/v1/integrations/spec/test
Monitor
Surface public integration health and degraded status
delegated_to_platphorm_tool
Discovery: /api/v1/integrations/monitor
Validation: /api/v1/harness/scenarios/monitor-health-check/dry-run
Dry-run: /api/v1/integrations/monitor/test
Trace
Create trace-linked evidence and redacted metadata timelines
delegated_to_platphorm_tool
Discovery: /api/v1/integrations/trace
Validation: /api/v1/harness/scenarios/trace-propagation-check/dry-run
Dry-run: /api/v1/integrations/trace/test
platphormctl
Reproducible public-safe CLI commands for every major Claws action
implemented
Discovery: /clients/cli
Validation: /api/v1/ide/generate-config
Dry-run: /api/v1/harness/scenarios/cli-repro-check/dry-run
IDE clients
Cursor, VS Code, Windsurf, Codex, and generic MCP client sample configs
implemented
Discovery: /clients/ide
Validation: /api/v1/ide/generate-config
Dry-run: /api/v1/harness/scenarios/ide-config-check/dry-run
Future Agent Runtimes
Roadmap metadata for autonomous runtime integration without fake agent execution
roadmap
Discovery: /roadmap
Validation: /api/v1/openclaw/compatibility
Dry-run: /api/v1/harness/scenarios/openclaw-compatibility-check/dry-run