Files
openclaw/extensions/clawrouter/openclaw.plugin.json
Peter Steinberger 07e2d633cc feat: show auto-detected provider plans and billing (#100520)
* feat(providers): auto-discover usage billing

* feat(ui): show provider plans and billing

* fix(ui): translate provider billing labels
2026-07-06 04:53:09 +01:00

41 lines
967 B
JSON

{
"id": "clawrouter",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"providers": ["clawrouter"],
"contracts": {
"usageProviders": ["clawrouter"]
},
"setup": {
"providers": [
{
"id": "clawrouter",
"envVars": ["CLAWROUTER_API_KEY"]
}
]
},
"providerAuthChoices": [
{
"provider": "clawrouter",
"method": "api-key",
"choiceId": "clawrouter-api-key",
"choiceLabel": "ClawRouter proxy key",
"choiceHint": "Approved models through one managed key",
"groupId": "clawrouter",
"groupLabel": "ClawRouter",
"groupHint": "Managed model access and quotas",
"optionKey": "clawrouterApiKey",
"cliFlag": "--clawrouter-api-key",
"cliOption": "--clawrouter-api-key <key>",
"cliDescription": "ClawRouter proxy key"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}