# Integrations & API Keys

### API Keys

You can find your API keys, and Explore your [Noloco App API](/api-documentation/api-overview.md) from the Integrations & API Keys settings.

{% hint style="warning" %}
These keys are secrete and should never be shared with anyone. The Noloco team will never ask you to share these keys.
{% endhint %}

To use [Zapier](/integrations/zapier.md) or [Make](/integrations/make.md) with Noloco you will need to add both the App API key and the Account API key to Zapier/Make during the connection process.

If you want to use the Noloco data API you will also need your App API key.

The API key is associated with the account you're currently logged into. Deactivating or deleting that user account will invalidate any API keys associated with the account. You can visit this link to view your Integrations & API Keys: <https://portals.noloco.io/~/_/settings/integrations>

<figure><img src="/files/N8hbOhIKPFFDu3ElPnpc" alt=""><figcaption></figcaption></figure>

### MCP Integration

The MCP (Model Context Protocol) server lets you connect AI assistants like Claude Desktop, Cursor, and Windsurf directly to your Noloco app data. Your MCP URL and MCP Key are listed in this section — copy them into your AI client's configuration to get started.

{% content-ref url="/pages/x2Etj6jf6m7fSkuKZE8s" %}
[MCP Integration](/settings/integrations-and-api-keys/mcp-integration.md)
{% endcontent-ref %}

### App Integrations

The App integrations section lists all of the 3rd Party tools and apps that you can integrate with Noloco.

From this page you can start the process of setting up those integrations or reconnecting previously setup integrations.

For more information on Noloco's integrations see our Data Sources and Integrations sections

{% content-ref url="/pages/z1D6gFHddGLC6f1Bx836" %}
[Intro to Data & Tables](/data/data-overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mig-bKJNlLsC4NNuDVQ" %}
[Zapier](/integrations/zapier.md)
{% endcontent-ref %}

<figure><img src="/files/kFjKEQTJ7NghdzMAX912" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.noloco.io/settings/integrations-and-api-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
