{
  "name": "ApexApi — AI Agent (any model)",
  "nodes": [
    {
      "parameters": { "options": {} },
      "id": "dddddddd-dddd-dddd-dddd-dddddddddddd",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "typeVersion": 1.1,
      "position": [260, 300]
    },
    {
      "parameters": { "options": {} },
      "id": "eeeeeeee-eeee-eeee-eeee-eeeeeeeeeeee",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "typeVersion": 1.7,
      "position": [520, 300]
    },
    {
      "parameters": { "model": "anthropic/claude-fable-5", "options": {} },
      "id": "ffffffff-ffff-ffff-ffff-ffffffffffff",
      "name": "ApexApi Chat Model (via OpenAI base URL)",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "typeVersion": 1,
      "position": [520, 520],
      "notes": "Set the OpenAI credential Base URL to https://api.apexapi.dev/v1 and use your ApexApi ak- key. Then type any ApexApi model slug in Model."
    }
  ],
  "connections": {
    "When chat message received": { "main": [[{ "node": "AI Agent", "type": "main", "index": 0 }]] },
    "ApexApi Chat Model (via OpenAI base URL)": { "ai_languageModel": [[{ "node": "AI Agent", "type": "ai_languageModel", "index": 0 }]] }
  },
  "settings": {},
  "active": false
}
