JSONFIRST · PROTOCOLE DE GOUVERNANCE IA — API v3
Documentation API
La couche de gouvernance protocole pour vos agents IA. Intention structurée, politiques d'exécution, et pipeline de récupération complet — avant que le moindre token ne soit brûlé.
#governance#snapshot#rollback#LangChain#GPT#Claude
22
Modes de gouvernance
3
Étapes pipeline (snapshot/receipt/rollback)
< 500ms
Latence P99
v3
Version API
COMMENCEZ EN QUELQUES MINUTES
01
Obtenez votre clé API
Créez un compte et accédez à la console API pour générer votre première clé de production.
02
Envoyez votre premier intent avec mode de gouvernance
curl -X POST "https://api.jsonfirst.com/v3/intent" \
-H "Authorization: Bearer JF_LIVE_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"text": "transfer 5000€ to account FR76",
"mode": "FINANCE",
"policy_contract": {
"max_amount": 1000,
"require_2fa": true,
"on_violation": "BLOCK_AND_NOTIFY"
}
}'03
Recevez le JDON structuré + état du policy contract
{
"spec": "JSONFIRST",
"version": "3.0",
"mode": "FINANCE",
"jdons": [{
"jdon_id": "jdon_abc123",
"confidence": 0.97,
"action": { "raw": "transfer", "normalized": "financial_transfer" },
"policy_contract": {
"max_amount": 1000,
"violation": "amount_exceeded",
"on_violation": "BLOCK_AND_NOTIFY"
}
}],
"execution": {
"state": "BLOCKED",
"executable": false,
"reason": "policy_violation: amount 5000 > max_amount 1000",
"mode": "FINANCE"
}
}15 MODES DE GOUVERNANCE DISPONIBLES
STRICTEXPRESSGUARDIANBUILDERETHICALFINANCEPERFORMANCEHEALTHCARELEGALAUDITPRIVACYCOMPLIANCESECURITYRESEARCHEDUCATIONCREATIVECUSTOMER_SERVICEHRSALESDEVOPSDATAENTERPRISE
Prêt à gouverner vos agents IA ?
Compatible LangChain, LlamaIndex, GPT, Claude, Mistral — 3 lignes pour intégrer la gouvernance dans votre pipeline.
JSONFIRST Overlay
NEWExtension Chrome — injectez du JSON dans ChatGPT, Claude, Make, Bubble et plus.
TÉLÉCHARGERJSONFIRST Desktop
BETAApp native Windows — overlay always-on-top, system tray, persistance.
TÉLÉCHARGER