API Access Setup
1
Create API credentials in Sigma
- Sign in to Sigma as an administrator.
- Go to Administration → Developer Access.
- Click Create New to open the Create client credentials dialog.
- Under Select scopes, enable REST API.
-
Fill in the remaining fields:
- Name — a descriptive name (for example
Honeydew) - Description — optional
- Owner — the Sigma user the credentials act as
The owner assigned to the credential must have permission to create and update data models in the target workspace, and must have access to the Honeydew connection in Sigma. - Name — a descriptive name (for example
- Click Create, then copy the Client ID and Client secret. The secret is shown only once.
-
Note your Sigma API base URL (for example
https://aws-api.sigmacomputing.com). The base URL depends on the cloud and region of your Sigma organization — see Sigma’s API documentation for the value that matches your organization.
2
Configure Honeydew with the credentials
- Sign in to Honeydew with a user that has administrator privileges.
- Open the user settings menu.
- Navigate to Sigma → Settings.
-
Enter the following information:
- Base URL — your Sigma API base URL (for example
https://aws-api.sigmacomputing.com) - Client ID — the client ID generated in the previous step
- Client secret — the client secret generated in the previous step
- Base URL — your Sigma API base URL (for example