Spaces:
Running
Running
File size: 762 Bytes
ceb3821 | 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 | {
"config": {
"defaultDailyLimit": 500,
"bonusPerCredential": 300,
"bonusValidityDays": 30,
"persistInterval": 5000
},
"users": {
"maki_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx": {
"credentials": [
{
"id": "cred_0000000000000_xxxxxx",
"path": "configs/kiro/example_kiro-auth-token/example_kiro-auth-token.json",
"provider": "claude-kiro-oauth",
"authMethod": "refresh-token",
"addedAt": "2026-01-01T00:00:00.000Z"
}
],
"credentialBonuses": [
{
"credentialId": "cred_0000000000000_xxxxxx",
"grantedAt": "2026-01-01T00:00:00.000Z",
"usedCount": 0
}
],
"createdAt": "2026-01-01T00:00:00.000Z"
}
}
}
|