1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"keys": [
{
"id": "byok_abc123",
"ownerType": "org",
"userId": null,
"organizationId": "org_abc123",
"name": "team-upstream",
"baseUrl": "https://api.example-upstream.com/v1",
"keyMask": "sk-abc…wxyz",
"protocol": "openai",
"enabled": true,
"fallbackMode": "seamless",
"modelsStale": false,
"lastVerifiedAt": "2026-07-29T00:00:00.000Z",
"lastErrorAt": null,
"lastErrorCode": null,
"errorCount1h": 0,
"createdAt": "2026-07-29T00:00:00.000Z",
"updatedAt": "2026-07-29T00:00:00.000Z",
"models": [
{
"canonicalId": "openai/gpt-4o",
"upstreamModelId": "gpt-4o",
"enabled": true
}
],
"scopedApiKeyIds": []
}
]
}