{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$comment": "sokeai vendor 凭证 schema。token 由 soke-cli OAuth 写入 macOS Keychain,主进程通过 electron/auth/profiles/sokeai.cjs 读取后注入 SOKEAI_ACCESS_TOKEN。无需用户手动填写。",
"type": "object",
"properties": {
"token": {
"type": "string",
"description": "授客 AI OAuth access_token(由 soke-cli auth login 写入 Keychain,主进程自动读取)"
}
},
"required": ["token"]
}