Your AI agent team lives in the platform. But your developers live in their IDE. EnGenAI bridges the gap — bringing agent collaboration directly into the tools your team already uses.
Context-switching kills productivity
EnGenAI comes to your IDE
Available on the VS Code Marketplace. Install, authenticate, and start collaborating with your AI agents without leaving your editor.
Talk to Keith, PROMI, Sophi, Marv, or Sage directly from your editor sidebar. Full conversation history preserved.
PKCE OAuth flow — no tokens stored in plaintext. Secure device authentication with your EnGenAI workspace.
Your local project context is available to agents. They understand your file structure, dependencies, and patterns.
Agent suggestions apply directly to your open files. Review diffs before accepting — you stay in control.
Search "EnGenAI" in the VS Code Extensions Marketplace to install. Requires an active EnGenAI workspace.
Register external MCP (Model Context Protocol) servers and bind their tools to any agent. Connect your AI team to any system that speaks MCP — from databases to internal APIs.
MCP Integration Flow
Register servers that expose tools via the Model Context Protocol standard. No vendor lock-in.
Server credentials stored in GCP Secret Manager — never in the database. Encrypted at rest with KMS.
MCP tools respect the agent's autonomy level. Destructive operations require human approval.
Access your EnGenAI agents from any client that supports the OpenAI Chat Completions API. Drop-in compatibility — change one URL and your existing tools work with EnGenAI.
curl https://app.engenai.app/v1/chat/completions \
-H "Authorization: Bearer $ENGENAI_PAT" \
-H "Content-Type: application/json" \
-d '{
"model": "keith",
"messages": [
{"role": "user", "content": "Design a user auth system"}
]
}'
Authenticate with PAT keys — generate, rotate, and revoke from your workspace settings. Fine-grained scopes control what each token can access.
For CLI tools and headless environments. Standard OAuth 2.0 Device Authorization Grant — authenticate on any device with a browser.
Even without an IDE extension, the platform includes a complete development environment — no local setup required.
The same editor engine that powers VS Code — syntax highlighting, IntelliSense, and multi-cursor editing in your browser.
Full terminal access within the platform. Run commands, view logs, and debug — without switching windows.
Browse, create, edit, and organise project files. Full tree view with search and filtering.
The VS Code extension is our first IDE integration. We're building towards a future where your AI agent team works with you in any development environment.
VS Code Extension (Preview)
JetBrains Plugin (IntelliJ, WebStorm, PyCharm)
Neovim, Cursor, and other editors
integration methods
VS Code extension
standard protocol
You've explored all 16 sections of EnGenAI's technology. Ready to see what your AI agent team can build?