Skip to main content

What’s supported

Supported actions

This connector supports:
  • 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:
# 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.
  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.
Jump API Key For more details, see the Jump Authentication documentation.

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.
  • Embed the InstallIntegration UI component. The UI component will prompt the customer for their API Key.
  • Start making Proxy Calls, and Ampersand will automatically attach the API Key supplied by the customer.