aiclient-2-api / configs /api-potluck-data.json.example
Jaasomn
Initial deployment
ceb3821
{
"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"
}
}
}