2026-03-15 17:07:28 -07:00
|
|
|
{
|
|
|
|
|
"id": "anthropic",
|
|
|
|
|
"providers": ["anthropic"],
|
2026-03-15 20:02:24 -07:00
|
|
|
"providerAuthEnvVars": {
|
|
|
|
|
"anthropic": ["ANTHROPIC_OAUTH_TOKEN", "ANTHROPIC_API_KEY"]
|
|
|
|
|
},
|
2026-03-15 17:07:28 -07:00
|
|
|
"configSchema": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {}
|
|
|
|
|
}
|
|
|
|
|
}
|