n8n-nodes-github-copilot-proxy
v0.1.2
Published
n8n community node for GitHub Copilot Proxy
Maintainers
Readme
n8n-nodes-github-copilot-proxy
n8n community node package for your GitHub Copilot Proxy API.
Features
- Chat with your proxy (
/api/copilot/chat) - Use
Copilot Proxy Chat ModelwithAI Agentand other AI root nodes - List available models (
/api/copilot/models) - Fetch usage reports (
/api/reports/usage) - Keep your base URL and auth in one credential instead of repeating HTTP config in workflows
AI Agent usage
- Add
AI Agentto the canvas. - Add
Copilot Proxy Chat Model. - Connect
Copilot Proxy Chat Modelto theChat Modelinput ofAI Agent. - Reuse the same
Copilot Proxy APIcredential.
Install (self-hosted n8n)
npm install n8n-nodes-github-copilot-proxyThen restart n8n and add the Copilot Proxy API credential.
Credential fields
API Key: your proxy API key (cpk_...)Base URL: defaults tohttps://copilot-proxy-api.manoar.bd
Build locally
npm install
npm run buildNotes
- Unverified community nodes are supported on self-hosted n8n.
- n8n Cloud only supports verified community nodes.
