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

# Integrations

> Connect OverControl to supported external tools using API keys, model IDs, and compatible connection settings.

Use OverControl inside supported external tools.

Integrations let you bring OverControl models into your existing workflow while keeping access controlled through API keys, model selection, and supported connection settings.

***

<Note>
  New to OverControl? Create an [OverControl account](https://app.overcontrolgroup.com/register) before setting up an integration.
</Note>

## Supported integration categories

OverControl currently supports integrations for AI coding tools.

<CardGroup cols={1}>
  <Card title="AI coding tools" icon="code">
    Connect OverControl to supported coding assistants and developer tools that allow custom model providers or OpenAI-compatible configuration.
  </Card>
</CardGroup>

More categories may be added over time as OverControl expands support for additional workflows.

***

## Available integrations

Use a tool-specific guide when one is available. Each guide shows the exact fields to configure inside that tool.

<CardGroup cols={2}>
  <Card title="Cline" icon="terminal" href="/integrations/ai-coding-tools/cline">
    Connect OverControl to Cline using an OpenAI-compatible provider, Base URL, API key, and model ID.
  </Card>
</CardGroup>

<Info>
  If your AI coding tool supports custom OpenAI-compatible providers, you may be able to use the same setup pattern: Base URL, API key, and model ID.
</Info>

***

## Before you start

Before connecting a tool, make sure you have:

* an [OverControl account](https://app.overcontrolgroup.com/register);
* access to the external tool you want to connect;
* an OverControl API key;
* the OverControl Base URL;
* the model ID you want to use.

<Card title="Create your OverControl account" icon="user-plus" href="https://app.overcontrolgroup.com/register" cta="Create account">
  Start with an account before generating API keys or connecting external tools.
</Card>

<Warning>
  Keep your API key private. Do not share it in screenshots, paste it into public chats, or commit it to a repository.
</Warning>

***

## How most integrations work

Most supported tools use the same connection pattern.

<Steps>
  <Step title="Create an API key">
    Generate an API key from your OverControl account. The external tool uses this key to connect to OverControl.
  </Step>

  <Step title="Choose a model">
    Select the model you want the external tool to use and copy the model ID exactly.
  </Step>

  <Step title="Enter the connection settings">
    In the external tool, add the provider type, Base URL, API key, and model ID.
  </Step>

  <Step title="Save and test">
    Save the configuration and send a simple test message to confirm that the integration works.
  </Step>
</Steps>

***

## Common setup fields

Different tools may use slightly different labels, but most integrations require the same information.

| Field        | What to enter                                                         |
| ------------ | --------------------------------------------------------------------- |
| **Provider** | Select an OpenAI-compatible or custom provider option when available. |
| **Base URL** | Enter the OverControl API endpoint.                                   |
| **API key**  | Paste your OverControl API key.                                       |
| **Model ID** | Enter the exact OverControl model ID you want to use.                 |

<Tip>
  If a tool includes many advanced settings, start with the required fields first: provider, Base URL, API key, and model ID.
</Tip>

***

## OpenAI-compatible setup

Some AI tools support custom providers through an OpenAI-compatible configuration.

When a tool asks for an OpenAI-compatible provider, use the OverControl connection values:

```text theme={null}
Provider: OpenAI Compatible
Base URL: <OVERCONTROL_BASE_URL>
API key: <YOUR_OVERC0NTROL_API_KEY>
Model ID: <MODEL_ID>
```

Replace each placeholder with the values from your OverControl account and model settings.

<Note>
  The exact field names may change depending on the external tool. Always follow the tool-specific guide when one is available.
</Note>

***

## When to use an integration

Use an integration when you want OverControl available inside another tool, especially while coding or working in a developer environment.

Good uses include:

* coding assistance inside an AI coding tool;
* reviewing implementation ideas;
* drafting technical explanations;
* asking model questions without leaving your workflow;
* testing OverControl models from an external interface.

Use the OverControl web app instead when you want the full workspace experience, including private sessions, document upload, web search, sharing, and exports.

<Card title="Open the OverControl web app" icon="message" href="https://app.overcontrolgroup.com/chat" cta="Open app">
  Use the web app when you want the complete OverControl workspace.
</Card>

***

## Troubleshooting

If an integration does not work, check these items first.

<AccordionGroup>
  <Accordion title="Invalid API key">
    Make sure the API key was copied correctly and has not been revoked. Create a new key if needed.
  </Accordion>

  <Accordion title="Incorrect Base URL">
    Check that the Base URL matches the OverControl endpoint required by the tool.
  </Accordion>

  <Accordion title="Model not found">
    Confirm that the model ID is written exactly as shown. Model IDs may be case-sensitive.
  </Accordion>

  <Accordion title="Provider not supported">
    Check whether the tool supports custom providers or OpenAI-compatible configuration.
  </Accordion>

  <Accordion title="Plan or usage limit reached">
    Check your plan and usage limits if requests are rejected after setup.
  </Accordion>
</AccordionGroup>

***

## Next steps

<CardGroup cols={3}>
  <Card title="Connect Cline" icon="terminal" href="/integrations/ai-coding-tools/cline">
    Follow the setup guide for OverControl and Cline.
  </Card>

  <Card title="Models" icon="brain" href="/models">
    Choose the model you want to use in connected tools.
  </Card>

  <Card title="Plans and usage" icon="credit-card" href="/plans">
    Review access, usage limits, and upgrade options.
  </Card>
</CardGroup>
