Skip to main content

RooCode

Integrate RooCode in VS Code with AI Studio's OpenAI-compatible API.

This quickstart guide shows you how to integrate RooCode with Hyperstack AI Studio using the OpenAI-compatible API interface. You will learn how to retrieve your API credentials, configure RooCode as a custom model provider inside Visual Studio Code (VS Code), and verify that your model is responding correctly. This setup enables RooCode to interact with any model hosted in AI Studio, including custom or fine-tuned models.

Full Guide

For the complete guide that includes detailed setup walkthroughs, screenshots, and advanced workflow examples, see How to Integrate Hyperstack AI Studio with RooCode for Next-Gen Coding Support.

Why Integrate RooCode with Hyperstack AI Studio

RooCode is an agent-based AI development platform built directly into Visual Studio Code. Instead of only generating snippets, it coordinates specialized agents to design architecture, implement features, and debug code within a structured workflow.

Key capabilities include:

  • Agent-Oriented Development with Ask, Architect, Developer, and Debugger roles
  • Multi-Model Support, including OpenAI-compatible providers such as Hyperstack AI Studio
  • Architecture-Aware Reasoning before code generation
  • Native VS Code Integration with no context switching
  • Collaborative AI Workflows across agents

Hyperstack AI Studio provides the managed model infrastructure behind RooCode. It enables training, fine-tuning, deployment, and monitoring of large language models without managing servers or GPUs.

Together, this integration gives you a powerful IDE experience backed by a secure, OpenAI-compatible model platform that supports custom models, usage monitoring, cost control, and enterprise isolation.

To explore advanced workflows and full architectural details, see the full RooCode integration guide.

How to Install and Connect RooCode to Hyperstack AI Studio

Follow these steps to install RooCode, retrieve Hyperstack credentials, configure the provider, and test the integration. For detailed screenshots and UI walkthroughs, refer to the full RooCode integration tutorial.

  1. Install Visual Studio Code

    If you do not already have VS Code installed:

    a. Visit the Visual Studio Code download page
    b. Download the installer for your operating system
    c. Run the installer and complete setup
    d. Launch VS Code

  2. Install the RooCode Extension

    a. Open VS Code
    b. Navigate to the Extensions panel (Ctrl+Shift+X on Windows or Linux, Cmd+Shift+X on macOS)
    c. Search for RooCode in the Marketplace, or open the VS Code Marketplace and search for RooCode
    d. Click Install
    e. Accept any required permissions

    After installation, RooCode will appear in your VS Code sidebar. For visual setup examples, see the full integration guide with screenshots.

  3. Get API Credentials from Hyperstack AI Studio

    Generate the necessary credentials to authenticate RooCode with Hyperstack AI Studio.

    a. Log in to the Hyperstack Console
    b. Navigate to the AI Studio Playground and select your desired model, for example openai/gpt-oss-120b
    c. Select the API tab to retrieve your Base URL and Model ID
    d. Visit the API Keys page and create a new key
    e. Copy and securely store the generated API key

    Additional configuration details and interface screenshots are available in the complete RooCode tutorial.

  4. Configure RooCode to Use Hyperstack

    Open RooCode settings and register Hyperstack as a provider.

    a. Open the RooCode sidebar in VS Code
    b. Click the gear icon and select Settings
    c. Select OpenAI Compatible as the API provider

    Add the following details:

    • Base URL: https://console.hyperstack.cloud/ai/api/v1
    • API Key: The key generated from Hyperstack AI Studio
    • Model: For example, openai/gpt-oss-120b or your fine-tuned model ID

    Save the configuration. RooCode will now treat Hyperstack as a standard OpenAI-compatible backend. For advanced configuration options, see the full integration walkthrough.

  5. Run and Test

    Verify that RooCode can successfully communicate with your Hyperstack-hosted model.

    a. Open the RooCode Ask panel
    b. Ensure the selected model matches your Hyperstack model
    c. Send a simple prompt such as:

    Hi

    If a valid response is returned, the integration is successful.

    You can now use advanced RooCode agents such as Architect, Developer, and Debug to design systems, generate code, and fix issues, all powered by your Hyperstack-hosted model.

    Next Steps

    For a complete end-to-end walkthrough, advanced agent usage examples, and architecture diagrams, see How to Integrate Hyperstack AI Studio with RooCode for Next-Gen Coding Support.


Back to top