Pioneering
Creative
Excellence
Heydigital
aero_live_xxx) to paste into your configuration in the next step.Copy the specialized prompt below and paste it into any local AI Coding Assistant (e.g., Gemini, Cursor, Cline, Copilot, or VS Code Agent) running on your computer. The assistant will detect your OS, locate your config folders, and write settings automatically!
Hey! Please configure the official Claude Desktop App (GUI) on my system to use the Aerolink API gateway for third-party inference. Here are the details: - Base URL: https://capi.aerolink.lat/ - Key:Please perform the following actions: 1. Detect my Operating System (macOS or Windows). 2. Locate the Claude-3p configLibrary folder: - On macOS: ~/Library/Application Support/Claude-3p/configLibrary/ - On Windows: %LOCALAPPDATA%\Claude-3p\configLibrary\ 3. Ensure the folder exists. If it doesn't, create it. 4. Look inside that folder for the '_meta.json' file. - If '_meta.json' exists, read its contents and parse the "appliedId" field (which is a UUID like "6f4c7f77-8b18-4590-9ec1-5874ed78ca84"). - If '_meta.json' does NOT exist, create it with a new UUID and set it as the active configuration profile: { "appliedId": "6f4c7f77-8b18-4590-9ec1-5874ed78ca84", "entries": [ { "id": "6f4c7f77-8b18-4590-9ec1-5874ed78ca84", "name": "Default" } ] } 5. Locate the active configuration JSON file in that folder (e.g. ' .json', which matches the UUID from _meta.json). 6. Write (or overwrite) this JSON file with the following gateway settings: { "inferenceProvider": "gateway", "inferenceGatewayBaseUrl": "https://capi.aerolink.lat/", "inferenceGatewayApiKey": " ", "inferenceGatewayAuthScheme": "x-api-key", "inferenceModels": [ "claude-sonnet-4-6", "claude-opus-4-8", "claude-opus-4-6", "claude-haiku-4-5-20251001" ] } 7. Verify that the files have been written correctly and confirm once the setup is complete.
claude-sonnet-4-6 or claude-opus-4-8).Have questions about running Claude Desktop and Claude Code using Aerolink? Here are answers to common technical queries.
Aerolink is a high-performance API gateway provider that allows developers to access Claude models by routing requests through a secure gateway for third-party inference. This allows running Claude Desktop and Claude Code using alternative billing or developer quotas.
Yes. The automated setup prompt is designed to work on both operating systems. It will automatically detect your OS, locate your Claude configuration folders (~/Library/Application Support/ on macOS and %LOCALAPPDATA% on Windows), and write the correct configuration schema.
Yes. Your API key is stored locally on your system inside Claude's configuration library files. Request data is securely routed via standard TLS/SSL encryption directly to the Aerolink endpoints (https://capi.aerolink.lat/).
You can manually add or update available models by editing the active configuration JSON file in your system's Claude-3p configuration library. Locate the file named after your configuration ID (e.g., <appliedId>.json) and modify the models listed in the inferenceModels array.