DocsGPT
DocsGPT copied to clipboard
🚀 Feature: Create a VS Code Extension for DocsGPT API Integration
🔖 Feature description
A VS Code extension that integrates with the DocsGPT API, allowing developers to ask documentation-related questions directly inside their code editor.
The extension will provide a sidebar or command to send queries to DocsGPT and display responses within VS Code.
🎤 Why is this feature needed ?
DocsGPT helps developers understand documentation faster using AI, but currently users need to open a separate web interface.
By integrating DocsGPT directly into VS Code, developers can:
- Ask questions about documentation without leaving their editor.
- Get instant help on functions, classes, or libraries while coding.
- Improve productivity with contextual answers.
This aligns perfectly with DocsGPT’s mission to make technical documentation more accessible.
✌️ How do you aim to achieve this?
I will build a VS Code extension that uses the DocsGPT API.
MVP features:
- Command: “Ask DocsGPT”
- Sidebar panel with input box and response area
- Fetches answers via DocsGPT API endpoint.
Once complete, I’ll open a PR to link this new extension (similar to the Telegram extension).
🔄️ Additional Information
If approved, I’ll begin development right away and submit a meaningful PR
👀 Have you spent some time to check if this feature request has been raised before?
- [x] I checked and didn't find similar issue
Are you willing to submit PR?
Yes I am willing to submit a PR!
Hi @dartpain
I’ve started working on the VS Code extension and wanted to test it with the DocsGPT API before submitting the PR.
According to the documentation, API keys can be created via the Settings → API Keys section in the DocsGPT web app (https://app.docsgpt.cloud/settings), but I couldn’t find that option in the UI — it doesn’t seem to appear for me.
Could you please confirm if the API key generation feature is currently available, or if there’s an alternative way to obtain one for testing purposes?
Its not via settings anymore, create an agent and click publish - you will get api keys there.
Thank you !, will work accordingly
On Fri, Oct 31, 2025 at 8:58 PM Alex @.***> wrote:
dartpain left a comment (arc53/DocsGPT#2118) https://github.com/arc53/DocsGPT/issues/2118#issuecomment-3473595481
Its not via settings anymore, create an agent and click publish - you will get api keys there.
— Reply to this email directly, view it on GitHub https://github.com/arc53/DocsGPT/issues/2118#issuecomment-3473595481, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXF4SW4JN3RTR4BQ3J7AM2D32N5Y5AVCNFSM6AAAAACKSAKR26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTINZTGU4TKNBYGE . You are receiving this because you were assigned.Message ID: @.***>
Hi @dartpain
here's the small preview of the vs code extension I made
currently : the user requires to paste their docsapi for now and I used the answer model
if you want any changes let me know , or else I'm ready to push pr