API Keychain — Node.js (JavaScript) example npm install openai export KEYCHAIN_KEY="ak-your-key" export GATEWAY_URL="http://localhost:8000" node chat.mjs Uses the official OpenAI SDK with a custom baseURL pointing at your gateway.