Skip to main content
Previewv1.2.1
70 actions · 1 event · 1 auth method
IAM

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See Organizations & Projects.
2

Configure the Connector

Enable the connector and set up a Connector Profile in your project. See Setup Connector Profile.

Connector Profile · API Token

Generate an API token from your Make account settings. Admin privileges may be required for certain operations.
Optionally, configure receiving Events for Make into StackOne.

Webhooks setup

3

Link an Account

Link an account from the dashboard (or via StackOne Hub).See the guide for the authentication type chosen in the Connector Profile:

Link Account · API Token

4

Use Actions

Connect an AI platform to the linked account’s actions. See AI Platforms.Other ways to call actions are listed in Protocols & SDKs.

Actions

|
70 actions
Action
Description
Required scopes
List AI Agents
Retrieve a list of all AI agents for a team.
Get AI Agent
Retrieve an AI agent by its ID.
Create AI Agent
Create a new AI agent.
Update AI Agent
Modify an existing AI agent by its ID.
Delete AI Agent
Delete an AI agent by its ID.
Run AI Agent
Run an AI agent with messages.
List LLM Providers
Retrieve available LLM providers for AI agents.
List Agents
Retrieve a collection of agents for an organization.
Get Agent
Retrieve agent details by ID.
Create Agent
Create a new agent.
Update Agent
Update an agent’s properties.
Delete Agent
Remove an agent.
Create Connection
Create a new connection for a team.
List Connections
Retrieve a collection of all connections for a team.
Get Connection
Retrieve details of a connection.
Delete Connection
Delete a connection.
Rename Connection
Update a connection’s name.
Verify Connection
Verify the connection status.
Get Connection Editable Schema
Get list of connection parameters that can be updated.
Update Connection Data
Update connection parameters.
Verify Connection Scoped
Verify if a connection has the required scopes.
List Data Structures
Retrieve a collection of all data structures for a team.
Create Data Structure
Create a new data structure.
Delete Data Structure
Delete a data structure.
List Devices
Get list of devices for a team.
Create Device Request
Initiate a device creation request.
List Scenario Folders
Retrieve a collection of all scenario folders for a team.
Create Scenario Folder
Create a new scenario folder.
Get Unified Credentials
Get the current Make connection’s unified credentials and identity.
List Unified Groups
List unified groups in Make.
Get Unified Group
Get a unified Make group by ID.
List Unified Organizations
List unified organizations in Make.
Get Unified Organization
Get a unified Make organization by ID.
List Unified Roles
List unified roles in Make.
Get Unified Role
Get a unified Make role by ID.
List Unified Users
List unified users in Make.
Get Unified User
Get a unified Make user by ID.
Create Key
Create a new key in your custom keychain.
List Keys
Get the list of keys in your custom keychain.
List Organizations
Retrieve a collection of all organizations the user has membership in.
Get Organization
Fetch comprehensive details about a specific organization.
Create Organization
Establish a new organization with specified configuration.
Update Organization
Modify organization name, timezone, or country settings.
Delete Organization
Remove an organization and all associated teams.
Get Organization Subscription
Retrieve current active subscription information.
Get Organization Usage
Retrieve daily usage metrics for an organization.
List Scenarios
Retrieve a collection of all scenarios for a team or organization.
Get Scenario
Retrieve all available properties of a scenario.
Create Scenario
Create a new scenario with data passed in the request body.
Update Scenario
Update a scenario with a given ID by passing new values.
Delete Scenario
Delete a scenario with a given ID.
Start Scenario
Start the specified scenario.
Stop Scenario
Stop the specified scenario.
Run Scenario
Run the specified scenario immediately.
Create Team
Create a new team within an organization.
List Teams
Get the list of teams in an organization.
Get Team
Returns information about a team.
Get Team Usage
Retrieve daily usage metrics for a team over the past 30 days.
Get Team LLM Configuration
Retrieve the LLM configuration for a team.
Update Team LLM Configuration
Update the LLM configuration for a team.
Get Current User
Retrieve data about the authenticated user.
List Users
Retrieve a collection of users for a team or organization.
Update User
Update user details.
List User Roles
Retrieve list of all existing user role names and IDs.
List User Team Roles
Get team roles of a specific user.
Get User Team Role
Get user role detail in a specific team.
Update User Team Role
Update the user role in a team.
List User Organization Roles
Get list of all organization roles for a user.
Get User Organization Role
Get user role detail in a specific organization.
List AI Agent Scenarios
Retrieve scenarios containing AI agent modules.

Events

|
1 event
Event
Description
Tags
Make Webhook Event
Processes inbound events sent from a Make scenario’s HTTP module to the connection’s Native Webhook URL.
Webhooks