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

# Jump

## What's supported

### Supported actions

This connector supports:

* [Proxy Actions](/proxy-actions), using the base URL `https://my.jumpapp.com/enterprise/graphql`.

### Example integration

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

```YAML theme={null}
# amp.yaml
specVersion: 1.0.0
integrations:
  - name: jumpIntegration
    displayName: Jump Integration
    provider: jump
    proxy:
      enabled: true
```

## Before You Get Started

To use the Jump connector, you'll need an API Key from your Jump account. Here's how to get it:

1. Sign in to the [Jump homepage](https://my.jumpapp.com).
2. In the lower-right corner of the homepage, click **Profile & settings**.
3. Click **Account settings**.
4. Navigate to **API**.
5. Click **Create API Key**.
6. Enter a name and select scopes.
7. Save the key, then copy the generated key.

<img src="https://mintcdn.com/ampersand-24eb5c1a/XJip4WeIILXmDjfH/images/provider-guides/jump.gif?s=aa7d6b81b846faaa58c58a5ce2323df3" alt="Jump API Key" width="1280" height="720" data-path="images/provider-guides/jump.gif" />

For more details, see the [Jump Authentication documentation](https://my.jumpapp.com/enterprise/documentation/authentication).

## Using the connector

This connector uses API Key authentication, which means that you do not need to set up a Provider App before getting started. (Provider apps are only required for providers that use OAuth2 Authorization Code grant type.)

To integrate with Jump:

* Create a manifest file like the example above.
* Deploy it using the [amp CLI](/cli/overview).
* Embed the [InstallIntegration](/embeddable-ui-components#install-integration) UI component. The UI component will prompt the customer for their API Key.
* Start making [Proxy Calls](/proxy-actions), and Ampersand will automatically attach the API Key supplied by the customer.
