{
  "id": "manifest-provider",
  "name": "Manifest LLM Router",
  "version": "5.33.5",
  "description": "Smart LLM Router for OpenClaw. Save up to 70% by routing every request to the right model. No coding required.",
  "author": "MNFST Inc.",
  "homepage": "https://manifest.build",
  "providers": [
    "manifest"
  ],
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "devMode": {
        "type": "boolean",
        "default": false,
        "description": "Connect to a local dev server without API key validation. Auto-detected when endpoint is localhost."
      },
      "endpoint": {
        "type": "string",
        "default": "https://app.manifest.build",
        "description": "Manifest server URL (cloud users should not change this)."
      }
    }
  },
  "uiHints": {
    "devMode": {
      "label": "Dev Mode",
      "help": "For plugin developers: connect to a local backend without API key validation.",
      "advanced": true
    },
    "endpoint": {
      "label": "Server URL",
      "placeholder": "https://app.manifest.build",
      "advanced": true
    }
  },
  "skills": [
    "skills/manifest"
  ]
}
