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

# Manage the Data Connector

> After installing the Syteca API Data Connector, manage it from the Management Tool's Applications tab — view registration status, see version info, and deactivate (remove integration) when needed.

After [installing](/docs/api/data-connector/overview) the Data Connector, it appears in the Management Tool's **Configuration → Applications** tab as a registered application. This is where you confirm registration succeeded, see version information, and (when needed) deactivate the integration.

<Warning>
  **NOT AVAILABLE IN SAAS.** This procedure applies to **on-premises** deployments only.
</Warning>

<Note>
  Managing the Data Connector requires the [administrative Tenant Management and System Configuration permission](/docs/administration/users/administrative-permissions#tenant-management-and-system-configuration).
</Note>

## Open the Applications tab

<Steps>
  <Step title="Open Configuration">
    Sign in to the Management Tool. Click the **Configuration** (gear) icon at the top.
  </Step>

  <Step title="Open the Applications tab">
    Select the **Applications** tab. A new record for the Data Connector is displayed after a successful installation — confirming the Data Connector has registered with the Application Server.
  </Step>
</Steps>

<Frame caption="The Applications tab showing the registered Data Connector — a successful install appears here automatically.">
  <img src="https://mintcdn.com/syteca/FKrkO8bEqEQ6WSgs/images/api/data-connector/applications-tab.png?fit=max&auto=format&n=FKrkO8bEqEQ6WSgs&q=85&s=4b6e5eec8a3ba3e27e0ae64e5fbccbbd" alt="Configuration Applications tab showing the registered Syteca Data Connector entry with version and date columns" width="1914" height="953" data-path="images/api/data-connector/applications-tab.png" />
</Frame>

## Deactivate the Data Connector

To remove the Data Connector's integration with the Application Server — for example, when migrating to a different host or decommissioning the integration:

<Steps>
  <Step title="Click Remove">
    On the **Applications** tab, click the **Remove** icon on the right of the Data Connector row.
  </Step>

  <Step title="Confirm">
    Confirm the removal in the prompt that appears.
  </Step>
</Steps>

<Warning>
  **Removing the Data Connector means it must be reinstalled to reactivate it.** The application can't be re-registered without going through the full [installation procedure](/docs/api/data-connector/overview) again. Don't remove unless you're decommissioning or migrating.
</Warning>

<Note>
  After removal, API calls to the Data Connector return **HTTP 403 Forbidden** — the application is no longer registered on the Application Server. See [Status codes](/docs/api/data-connector/api-reference#status-codes) for the full error mapping.
</Note>

## Get an API key

Each Management Tool user has their own API key. The key inherits the user's [administrative permissions](/docs/administration/users/administrative-permissions), [Client permissions](/docs/administration/users/client-permissions), and User-to-User access — so API consumers see the same data scope the user would see in the Management Tool.

<Steps>
  <Step title="Open the user menu">
    In the Management Tool, click the button in the top right where your user name is displayed.
  </Step>

  <Step title="Open Manage Account">
    The **Manage Account** page opens. Find the **Active API Key** field.
  </Step>

  <Step title="Copy the key">
    Click the **Copy** icon next to the **Active API Key** to copy it to your clipboard. Paste it into your API consumer (Power BI, Postman, your script, etc.) as the `ApiKey` header.

    <Warning>
      **Treat the API key like a password.** Anyone with this key can read every piece of monitoring data the user has access to. Don't commit it to version control, don't paste it into chat logs, and rotate it if you suspect exposure.
    </Warning>
  </Step>
</Steps>

For the full authentication conventions and the header format, see [API reference → Authentication](/docs/api/data-connector/api-reference#authentication).

## Related

<CardGroup cols={2}>
  <Card title="Install the Data Connector" icon="download" href="/docs/api/data-connector/overview">
    The prerequisites and MSI installation procedure.
  </Card>

  <Card title="API reference" icon="square-code" href="/docs/api/data-connector/api-reference">
    Authentication, base URL, conventions, and all 9 endpoints.
  </Card>

  <Card title="Administrative permissions" icon="key" href="/docs/administration/users/administrative-permissions">
    The permission required to manage the Data Connector and other registered applications.
  </Card>

  <Card title="Power BI example" icon="bar-chart" href="/docs/api/data-connector/power-bi-example">
    End-to-end Power BI use case using the API key from this page.
  </Card>
</CardGroup>
