---
canonical: https://amplience.com/developers/docs/workforce/setup/integrations/scayle/
title: SCAYLE integration
description: Learn how to connect Amplience Workforce with SCAYLE to browse and select your product data, and use it for generating content and streamlining workflows.
audience: Developer
date_published: 2025-02-06
date_modified: 2026-06-26
---

# SCAYLE

The following steps outline how to get the API credentials needed to integrate Workforce with [SCAYLE](https://scayle.dev/en/api-guides/storefront-api) to be able to browse and select products.

You'll need the same credentials to configure the SCAYLE action extension for use in Workforce Flows, and for setting up a commerce repository for  Workforce content generation templates.

- [Installing action extension](https://amplience.com/developers/docs/workforce/setup/integrations/#installing-an-action-extension) explains how to install extensions from the Workforce integrations marketplace.

- [Setting up a commerce repository](https://amplience.com/developers/docs/workforce/setup/integrations/#setting-up-commerce-repositories) provides more information about adding commerce repositories.

## What you'll need

The following details are required:

- SCAYLE Tenant Space
- SCAYLE Shop ID
- SCAYLE API Access Token
- SCAYLE Storefront API Version

Optional details:

- SCAYLE Storefront API Base URL
- SCAYLE Image Base Path

The setup information on this page assumes that you already have a SCAYLE store set up.

## Finding the Tenant Space

This is part of the URL used when accessing the SCAYLE Panel.

`https://{{tenant-space}}.panel.scayle.cloud`

Details can be found [here](https://scayle.dev/en/user-guide#accessing-the-scayle-panel)

## Finding the Shop ID

This is the shop which you would be browsing products from.

Details can be found [here](https://scayle.dev/en/user-guide/shops/shop-management/overview).

## Getting an API access token

Follow the SCAYLE guides to [create an access token for your shop](https://scayle.dev/en/api-guides/storefront-api)

## Getting the SCAYLE Storefront API version

This is the API version that SCAYLE are using. The latest is version 1 (`v1`).

Details about SCAYLE API versioning can be found [here](https://scayle.dev/en/api-guides/storefront-api/getting-started/versioning).

## Using the SCAYLE Storefront API Base URL (Optional)

If your setup has custom URLs or CNAMES for SCAYLE APIs, the Storefront API Base URL will overwrite these URLs.

## Using the SCAYLE Image Base Path (Optional)

The SCAYLE platform allows for images associated to a product to be a relative path.

Example: `/myfolder/myimage.jpg`

If you are using relative paths for your product images you can set this value to your image base path to load images from.

Example with image base path: `{image_base_path}/myfolder/myimage.jpg`

## Related pages

[Workforce integrations](https://amplience.com/developers/docs/workforce/setup/integrations/#installing-an-action-extension)

[Workforce- generating content](https://amplience.com/developers/docs/workforce/templates)
