{
    "id": "honcho-memory-mux",
    "kind": "memory",
    "configSchema": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
            "apiKey": {
                "type": "string",
                "description": "Honcho API key (or set HONCHO_API_KEY env var)"
            },
            "workspaceId": {
                "type": "string",
                "default": "openclaw",
                "description": "Honcho workspace ID"
            },
            "baseUrl": {
                "type": "string",
                "default": "https://api.honcho.dev",
                "description": "Honcho API base URL"
            }
        }
    },
    "uiHints": {
        "apiKey": {
            "label": "Honcho API Key",
            "sensitive": true
        },
        "workspaceId": {
            "label": "Workspace ID",
            "placeholder": "openclaw"
        },
        "baseUrl": {
            "label": "API URL",
            "advanced": true
        }
    }
}