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

# Sigma

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

## Identify your organization's cloud

You'll need your organization's cloud details to identify the endpoint for Paradime authentication.

<Info>
  For GCP organizations, use: `https://api.sigmacomputing.com/`

  For AWS organizations, use: `https://aws-api.sigmacomputing.com/`
</Info>

To identify your organization's cloud:

1. Login to your Sigma account.
2. In the top right of the screen, click your **profile avatar** and then click **Administration** to open your *Account* page.
3. On the *Account* page, under *Site* in *General Settings*, view the cloud details.

<Frame>
  <img src="https://mintcdn.com/paradime-docs/F1X35JoCsYMKtOFi/images/Screenshot-2024-07-03-at-12.58.29.png?fit=max&auto=format&n=F1X35JoCsYMKtOFi&q=85&s=217c2f7ea805fd9c223898f1ef070d84" alt="" width="1192" height="439" data-path="images/Screenshot-2024-07-03-at-12.58.29.png" />
</Frame>

## Create an API token and client ID

To create an API token and client ID:

1. Login to your Sigma account.
2. In the top right of the screen, click your profile avatar and then click **Administration**.
3. In the left panel, navigate to **Developer Access**.
4. In the top right of the *Developer Access* page, click the **Create New** button.
5. In the *Create client credentials* dialog,
   1. *Select privileges:* click the **Rest API** checkbox
   2. *Name:* enter a meaningful name like `Paradime API credentials`
   3. *Owner:* select the user you would like to associate with the token
6. Click **Create** to finish creating the API token.
7. Once prompted, copy and paste your Client ID and API key secret in a secure location.

Both the API token and the client ID are required for authentication in Paradime.

### Verify necessary permissions

<Info>
  Ensure that the owner associated with the API token has the following permissions:

  * `Can View` permission for all the Sigma workbooks and datasets you want to crawl.
  * `Can Use` permission for all the Sigma connections used in the workbooks and datasets.
</Info>

To grant permissions, follow the instructions in these links:

* [Workbooks and datasets](https://help.sigmacomputing.com/hc/en-us/articles/4402444938003)
* [Connections](https://help.sigmacomputing.com/hc/en-us/articles/360037430393)

## Connect the Sigma integration

The Sigma integration is set up by the **Admin user** for your organization profile. To enable the integration open your *Account Settings > Integrations* find the Sigma integration and click Connect.

1. Add your Host Name, Client ID and Client Secret to get Paradime connected to your Sigma instance.
2. Click on Test Connection to validate that Paradime can connect to your Sigma account.

<Arcade src="https://demo.arcade.software/9CR0Aem8szribXMiVEDc?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Sigma" />

<br />


## Related topics

- [Sigma assets](/products/data-catalog/data-assets/sigma-assets.md)
