API-KA — plateforme centrale : collecte quotidienne des 8 services KA, historisation append-only et API publique sur www.api-ka.com
Python 60.9%
HTML 21%
TypeScript 7.3%
JavaScript 5.2%
CSS 4.8%
Shell 0.8%
-
Sun, Aug 23, 2026 1
-
Authentification obligatoire sur l API produit (KA ID ou jeton personnel)
…
- middleware KaAuthMiddleware: /api/v1/* exige session KA ID (cookie) OU Authorization: Bearer kapi_… ; jeton vérifié au hub via /api/sso/token-verify (HMAC secret SSO), cache 5 min (négatif 60 s) - exemptions: /api/v1/monitoring/* (gardiens), /api/v1/louka/fairvalue/* (app iOS), OPTIONS ; /api/stats/*, /api/agent/chat, /health restent publics - docs: carte Authentification (jeton sur groupe-ka.com/compte), code 401, playground avec jeton optionnel (localStorage apika_token) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
-