📍 CONTEXTE

Session 7 avril 2026 — Investigation DevTools Chrome sur Notion Web (Mac)

Objectif : comprendre comment Notion appelle son backend IA pour trouver comment activer le tool_use natif et identifier les vrais modèles.


🔑 ENDPOINT IDENTIFIÉ

Champ Valeur
Auth Cookie token_v2=v03%3A... (session navigateur)
Découvert 25 mars 2026 (Session Neo) + confirmé 7 avril 2026

📦 PAYLOAD COMPLET (7 avril 2026)

Paramètres racine

{
  "threadType": "workflow",
  "spaceId": "174e8c95-be24-81e3-9415-0003dab178e4",
  "threadId": "...",
  "traceId": "...",
  "asPatchResponse": true,
  "createThread": false,
  "createdSource": "workflows",
  "generateTitle": false,
  "isPartialTranscript": true,
  "saveAllThreadOperations": true,
  "transcript": ["..."]
}

Bloc type: config (transcript[0])

{
  "type": "config",
  "value": {
    "type": "workflow",
    "model": "avocado-froyo-medium",
    "isMobile": false,
    "yoloMode": false,
    "writerMode": false,
    "isCustomAgent": false,
    "modelFromUser": true,
    "enableScriptAgent": true,
    "useComputer": true,
    "useWebSearch": true,
    "searchScopes": [{"type": "everything"}]
  }
}

Bloc type: context (transcript[1])

{
  "type": "context",
  "value": {
    "timezone": "Europe/Paris",
    "userName": "benoit",
    "userId": "2a3d872b-594c-8171-8921-000241ac49aa",
    "agentAccessory": "magician",
    "agentName": "AGENT IA",
    "surface": "workflows",
    "spaceName": "Espace de travail de : benoit"
  }
}

🧠 MODÈLE : avocado-froyo-medium

Ce qu'on sait