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

# Toolip.io n8n node

> Take full control of your proxies directly in n8n — configure, rotate, and monitor with Toolip in seconds!

Prefer an enterprise-grade guide? Learn more about Oculus Proxies <a href="https://docs.oculusproxies.com/proxy-networks/api-overview" target="_blank" rel="noopener">Proxy API Overview</a>.

## What is n8n?

**n8n** is a powerful, open-source workflow automation tool that lets you connect apps, APIs, and services with a visual, no-code interface. It enables you to build complex automations using over 300 integrations or custom logic with JavaScript.

## Why use Toolip with n8n?

**n8n-nodes-toolip** is a custom community node built to bring the full power of Toolip’s global proxy infrastructure directly into your n8n workflows — in seconds! From configuring and rotating proxies to monitoring usage and managing subscriptions, this node gives you complete control over your proxy operations, all from your automation canvas.

## How to integrate Toolip with n8n?

Head to Toolip’s [npm page](https://www.npmjs.com/package/n8n-nodes-toolip) to download the node, or simply run this in your terminal:

```bash theme={null}
npm i n8n-nodes-toolip
```

<Steps>
  <Step title="Insert a New Node">
    Click the **+ button** in the top-right corner of your workflow editor to add a new node.

    <Frame as="div">
      <img src="https://mintcdn.com/toolip-d3ca8ce9/buuz-GTBwpzq7IPF/api-reference/img/n8n-toolip1.png?fit=max&auto=format&n=buuz-GTBwpzq7IPF&q=85&s=00d68717164f8497beebc2d035870ea6" alt="" width="336" height="232" data-path="api-reference/img/n8n-toolip1.png" />
    </Frame>
  </Step>

  <Step title="Search for Toolip">
    Type **Toolip** into the search bar and select it from the list of available nodes.

    <Frame as="div">
      <img src="https://mintcdn.com/toolip-d3ca8ce9/buuz-GTBwpzq7IPF/api-reference/img/n8n-toolip2.png?fit=max&auto=format&n=buuz-GTBwpzq7IPF&q=85&s=9bc91dc75b4d24042ed617b55a467f47" alt="" width="388" height="235" data-path="api-reference/img/n8n-toolip2.png" />
    </Frame>
  </Step>

  <Step title="Set Up Credentials">
    Click **Create new credentials** to link your Toolip account to the node.

    <Frame as="div">
      <img src="https://mintcdn.com/toolip-d3ca8ce9/buuz-GTBwpzq7IPF/api-reference/img/n8n-toolip3.png?fit=max&auto=format&n=buuz-GTBwpzq7IPF&q=85&s=1994f5575f95eda22abe162584c44db4" alt="" width="608" height="272" data-path="api-reference/img/n8n-toolip3.png" />
    </Frame>
  </Step>

  <Step title="Paste Your API Key">
    Drop your **API Key** from the Toolip dashboard and click **Save**. Not sure where to find it? [Check here](https://docs.toolip.io/api-reference/api-token).

    <Frame as="div">
      <img src="https://mintcdn.com/toolip-d3ca8ce9/buuz-GTBwpzq7IPF/api-reference/img/n8n-toolip4.png?fit=max&auto=format&n=buuz-GTBwpzq7IPF&q=85&s=868f093f1c41e2d8e2a17375556380d4" alt="" width="1214" height="293" data-path="api-reference/img/n8n-toolip4.png" />
    </Frame>
  </Step>

  <Step title="Give it a try">
    Choose the `Get Subscription` operation, insert the `Authtoken`(the API key). Then, **run the node!** You'll see all your **zones(proxy subscriptions)** on the right with `type`, `start` date and `until` date.

    <Frame as="div">
      <img src="https://mintcdn.com/toolip-d3ca8ce9/buuz-GTBwpzq7IPF/api-reference/img/n8n-toolip5.png?fit=max&auto=format&n=buuz-GTBwpzq7IPF&q=85&s=3eca2a8426774264feddfd36dfcc84fe" alt="" width="1250" height="585" data-path="api-reference/img/n8n-toolip5.png" />
    </Frame>
  </Step>

  <Step title="Dive deeper">
    Let's try again by choosing `Get Proxies` operation. Add the `Zone ID` of the proxy and the `Authtoken`, now you'll see all the **information of that proxy**.

    <Frame as="div">
      <img src="https://mintcdn.com/toolip-d3ca8ce9/buuz-GTBwpzq7IPF/api-reference/img/n8n-toolip6.png?fit=max&auto=format&n=buuz-GTBwpzq7IPF&q=85&s=305ba5f0095851d4be01b7bc551c5a3f" alt="" width="1242" height="605" data-path="api-reference/img/n8n-toolip6.png" />
    </Frame>
  </Step>

  <Step title="Even configure & rotate">
    You can also **configure and rotate proxies** using the `Configure Proxies` operation.

    <Frame as="div">
      <img src="https://mintcdn.com/toolip-d3ca8ce9/buuz-GTBwpzq7IPF/api-reference/img/n8n-toolip7.png?fit=max&auto=format&n=buuz-GTBwpzq7IPF&q=85&s=a652eaadb461dd29108b9da7af69a3dc" alt="" width="1249" height="581" data-path="api-reference/img/n8n-toolip7.png" />
    </Frame>
  </Step>
</Steps>
