Make Workflows
Use Make to run LayerProof automations without building custom integrations from scratch.
This guide covers the full setup flow:
- create a Make account if you do not have one
- create a Make organization in the correct region
- install the LayerProof app from the invite link
- create a scenario
- connect LayerProof with your API credentials
- run a simple test action
Before You Start
You need:
- a LayerProof API key
- the LayerProof API base URL
- permission to install apps in your Make organization
If you already have a Make account and a Make organization in the correct region, you can skip to the installation step.
Create a Make Account
If you do not have a Make account yet:
- Go to https://www.make.com/en
- Create your account
- Complete the initial workspace or organization setup
When setting up your Make organization, use:
Region:United States (US)Country:United States of America (USA)
Important:
- for LayerProof, create the organization in the
USregion from the start - Make documents that the organization region cannot be changed later
- the
Countryfield is your physical location and does not control Make data processing
Install the LayerProof App
After your Make account and organization are ready:
- Open the LayerProof invite link: Invite Link
- Sign in to Make if needed
- Choose the Make organization where you want to install LayerProof
- Confirm the installation
After installation, the LayerProof app should be available in your Make organization.
Create Your First Scenario
The fastest way to test the app is with a simple read-only scenario.
- In Make, click
Create a new scenario - Click the
+button to add a module - Search for
LayerProof - Select the LayerProof app
- Choose an action to test the integration
Recommended first test:
List Projects
This is a good first test because it is:
- read-only
- simple
- easy to verify
Create a LayerProof Connection
- Click
AddorCreate a connection - Enter:
API Key: your LayerProof API keyBase URL: your LayerProof API origin
- Save the connection
Use values like:
API Key:sk_live_...Base URL:https://api.dev.layerproof.app
Important:
- use the API origin only
- do not append
/apior/api/v2 - do not use a frontend app URL or dashboard URL as the Base URL
Examples:
- correct:
https://api.dev.layerproof.app - incorrect:
https://api.dev.layerproof.app/api/v2
Run the First Test
After the connection is saved:
- Keep the
List Projectsaction selected - Select your LayerProof connection
- Click
Run once
If everything is configured correctly, Make should execute the module and return LayerProof project data.
Expected result:
- the module runs successfully
- Make returns project data from your LayerProof account
- you can inspect the output directly in the scenario
Recommended Setup
For the smoothest setup:
- create a dedicated Make organization for LayerProof
- use the
USregion when creating the organization - install LayerProof directly from the invite link
- start with a simple read-only action such as
List Projects - verify the connection with
Run oncebefore building larger scenarios
Troubleshooting
The invite link does not work
Check that:
- you are signed in to the correct Make account
- you selected the correct Make organization
- you have permission to install apps in that organization
The LayerProof app does not appear
Check that:
- the app installation finished successfully
- you are working in the same Make organization where the app was installed
- you refreshed the Make editor after installation
The connection fails
Check that:
- the API key is valid
- the Base URL is correct
- the Base URL does not include
/apior/api/v2 - the Base URL points to the API origin, not the frontend app
The test run fails
Check that:
- the selected action is
List Projects - the correct LayerProof connection is selected
- the API key has access to the LayerProof public API
- the Base URL points to the correct LayerProof environment
You created the wrong region
Make documents that organization region cannot be changed after creation.
If you created the organization in the wrong region, create a new organization in the US region and install the LayerProof app again.
Summary
To use LayerProof with Make:
- create a Make account if needed
- create a Make organization in the
USregion - set
CountrytoUnited States of America (USA) - install LayerProof from the invite link
- create a new scenario
- add a LayerProof module
- create a connection with
API KeyandBase URL - test
List ProjectswithRun once