Tool Integrations

Seamlessly integrate Routstr-Client gateway with your favorite AI tools and development environments.

Major AI Coding Apps

The most popular AI coding assistants. See how these tools work in action:

Cline

Autonomous coding agent right in your IDE

593k+ downloads
Cline AI coding assistant in action

Features

VS Code Extension
Autonomous Coding
MCP Marketplace
Tool Calling

Configuration

Quick Setup:

  • • Set API Provider to OpenAI Compatible
  • • Base URL: http://localhost:3333
  • • API Key: Any value (required by tool but can be anything)

Roo Code

A whole dev team of AI agents in your editor

592k+ downloads
Roo Code multi-agent system in action

Features

Multi-Agent System
Deep Context
Diff-based Edits
Model Agnostic

Environment Setup

Quick Setup:

  • • Set API Provider to OpenAI Compatible
  • • Set environment variable OPENAI_API_BASE to http://localhost:3333
  • • Set OPENAI_API_KEY to any value (required but can be anything)

Kilo Code

The best AI coding agent for VS Code

Latest
Kilo Code orchestrator mode demonstration

Features

Orchestrator Mode
Error Recovery
Context7 Integration
Hallucination-free

VS Code Settings

Quick Setup:

  • • Set API Provider to OpenAI Compatible
  • • Set API Endpoint to http://localhost:3333
  • • Set API Key to any value (required but can be anything)

Goose

Open source AI agent by Block for development automation

Block
Goose AI agent automating development tasks

Features

Desktop & CLI
Browser Control
Extension System
Session Management

Configuration

Update your config.yaml file:

  • • Location: ~/.config/goose/config.yaml (macOS/Linux) or %APPDATA%\Block\goose\config\config.yaml (Windows)
  • • Set GOOSE_PROVIDER: openai
  • • Set GOOSE_MODEL: your preferred model (e.g., gpt-4)
  • • Set OPENAI_HOST: http://localhost:3333
  • • Set OPENAI_BASE_PATH: chat/completions

For detailed configuration options, check the official configuration guide