> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getunbound.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Roo Code

> Learn how to configure Roo Code to use Unbound Security AI Gateway for secure AI-powered coding

## What is Roo Code?

Roo Code is an open-source AI-powered coding assistant that helps developers write, review, and debug code more efficiently. When integrated with the Unbound Security AI Gateway, all AI requests are securely routed through Unbound, enabling centralized guardrails, observability, and provider routing.

## Prerequisites

* **Unbound account** — Sign up at [gateway.getunbound.ai](https://gateway.getunbound.ai) if you don't have one
* **Roo Code** — Installed in VS Code or Cursor

## Get Your API Key

Go to [gateway.getunbound.ai/connect](https://gateway.getunbound.ai/connect) and copy your **API Key**.

## Configuration

1. **Open Command Palette** (Ctrl/Cmd + Shift + P)
2. **Type "Roo Code: Open Settings"** and select it
3. **Select "unbound"** as the API provider
4. **Paste your API key** into the "Unbound API Key" text box
5. **Select your preferred model** from the dropdown
6. **Click "Done"** to save your settings

<CardGroup cols={2}>
  <Card title="Unbound CLI" icon="terminal" href="/cli/overview">
    Install the CLI to set up and manage tools
  </Card>

  <Card title="Tool Policies" icon="shield" href="/policies/tool-policies">
    Configure security guardrails for AI tools
  </Card>
</CardGroup>
