Skip to main content

Integrations

Setup guides for every tool you use.

Already have a tool you love? Connect it to Hicap in minutes. Step-by-step setup for the tools you use every day, from AI coding agents to gateway proxies.

Pick your tool.

Local guides open directly on the page. External docs link out when the source of truth lives elsewhere.

05 guides in view

Source

Category

CLI

OpenClaude

Add Hicap as a custom OpenAI-compatible provider in OpenClaude and authenticate with the Hicap api-key header.

01

Install OpenClaude globally with npm

02

Open /provider and choose Add provider

03

Select Custom and enter the Hicap base URL and model

04

Use api-key as the auth header and leave the final API key field blank

CLI

Claude Code Router

Set up Hicap as a provider in Claude Code Router and route requests across OpenAI, Anthropic, Google, and other model families.

01

Install Claude Code and Claude Code Router globally

02

Create the router config and point it at api.hicap.ai/v1

03

Replace default auth with the required api-key header

04

Start the router and launch Claude Code through it

Gateway

LiteLLM

Run LiteLLM in front of Hicap with explicit model aliases, local auth, and predictable routing for OpenAI-compatible workloads.

01

Create a .env file with HICAP_API_BASE, HICAP_API_KEY, and LITELLM_MASTER_KEY

02

Mount litellm_config.yaml and any override layer into the container

03

Define canonical provider-qualified aliases in model_list

04

Verify /models and a chat completion before wiring in your app

Gateway

OpenClaw

Register Hicap as an OpenAI-compatible provider in OpenClaw and expose the exact models your team wants to use.

01

Add HICAP_API_KEY to your local environment

02

Register a Hicap provider with the Hicap base URL

03

Add the models you want to expose through OpenClaw

04

Map agent defaults and restart the gateway to verify

EditorExternal

Cline VS Code and CLI

Use Hicap through Cline with BYOK provider settings in either the VS Code extension or the CLI.

01

Install the Cline extension or CLI

02

Choose BYOK as the provider mode

03

Select Hicap from the provider list

04

Paste your Hicap API key and start prompting

Requests

Request the next guide.

If your team uses a tool that is not covered here yet, contact us. We can help document the setup path or prioritize the next guide.