21 lines
428 B
JSON
21 lines
428 B
JSON
|
|
{
|
||
|
|
"_comment": "Centralized credentials for all OpenClaw instances. Run sync-credentials.sh after editing.",
|
||
|
|
"anthropic": {
|
||
|
|
"type": "token",
|
||
|
|
"provider": "anthropic"
|
||
|
|
},
|
||
|
|
"openai-codex": {
|
||
|
|
"type": "oauth",
|
||
|
|
"provider": "openai-codex",
|
||
|
|
"source": "codex-cli"
|
||
|
|
},
|
||
|
|
"google": {
|
||
|
|
"type": "token",
|
||
|
|
"provider": "google"
|
||
|
|
},
|
||
|
|
"openrouter": {
|
||
|
|
"type": "provider-key",
|
||
|
|
"scope": "mario-only"
|
||
|
|
}
|
||
|
|
}
|