> ## Documentation Index
> Fetch the complete documentation index at: https://ampersand-24eb5c1a-feat-always-enabled-object.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# HappyFox

## What's Supported

### Supported actions

This connector supports:

* [Proxy Actions](/proxy-actions), using the base URL `https://api.happyfoxchat.com`.

### Example integration

To define an integration for HappyFox, create a manifest file that looks like this:

```YAML
# amp.yaml
specVersion: 1.0.0
integrations: 
  - name: proxy-happyfox
    displayName: HappyFox
    provider: happyfox
    proxy:
      enabled: true
```

## Using the connector

This connector uses **API Key authentication**, so you do not need to configure a Provider App before getting started. (Provider Apps are only required for providers using the **OAuth2 Authorization Code grant type**.)

To integrate with HappyFox:

* Create a manifest file similar to the example above.
* Deploy it using the [amp CLI](/cli/overview).
* Embed the [InstallIntegration](/embeddable-ui-components#install-integration) UI component, which will prompt the customer for an API key.
* Start making [Proxy Calls](/proxy-actions), and Ampersand will automatically attach the API key provided by the customer. Please note that this connector's base URL is `https://api.happyfoxchat.com`.

## Creating an API key for HappyFox

1. Log in to your [HappyFox account](https://app.happyfoxchat.com/b/login) and head on over to **Apps**.
2. In **Apps**, Navigate to **Goodies** and select **Rest API**.
3. In **Rest API**, click **Manage**, where you can create new API keys.
4. In **Manage**, click **Generate a new API token** and API Key Configuration Modal will appear.
5. Enter a Name for the API key, configure the required access permissions, and click **Generate**.

<img src="https://mintcdn.com/ampersand-24eb5c1a-feat-always-enabled-object/dQpBDjbWo04O80rI/images/provider-guides/happyfox.gif?fit=max&auto=format&n=dQpBDjbWo04O80rI&q=85&s=a457ac224c5efda70288a570fb828d21" alt="Generate Token" width="800" height="338" data-path="images/provider-guides/happyfox.gif" />
