50 lines
881 B
JSON
50 lines
881 B
JSON
{
|
|
"admin_token": "set-a-strong-local-admin-token",
|
|
"plugins_enabled": [
|
|
"default",
|
|
"portkey",
|
|
"aporia",
|
|
"sydelabs",
|
|
"pillar",
|
|
"patronus",
|
|
"pangea",
|
|
"promptsecurity",
|
|
"panw-prisma-airs",
|
|
"walledai"
|
|
],
|
|
"credentials": {
|
|
"portkey": {
|
|
"apiKey": "..."
|
|
}
|
|
},
|
|
"cache": false,
|
|
"integrations": [
|
|
{
|
|
"provider": "anthropic",
|
|
"slug": "dev_team_anthropic",
|
|
"credentials": {
|
|
"apiKey": "sk-ant-"
|
|
},
|
|
"rate_limits": [
|
|
{
|
|
"type": "requests",
|
|
"unit": "rph",
|
|
"value": 3
|
|
},
|
|
{
|
|
"type": "tokens",
|
|
"unit": "rph",
|
|
"value": 3000
|
|
}
|
|
],
|
|
"models": [
|
|
{
|
|
"slug": "claude-3-7-sonnet-20250219",
|
|
"status": "active",
|
|
"pricing_config": null
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|