Make is a platform that allows users to automate workflows by connecting various apps and services.
Toolkit · make
v1
01Create Organizationtool
02Create Password Reset Demandtool
03Get Cashier Pricestool
04Get Cashier Productstool
API Key · verified
25T · 0TR
make
Supported tools and triggers
Each tool is a typed function your agent can call. Each trigger fires an agent run when something changes upstream.
Create Organization
Tool to create a new organization in Make. Use when you need to set up a new organization with specific region, timezone, and country settings.
TOOL
Create Password Reset Demand
Tool to create a password reset demand for a user by their email address. Use when a user needs to reset their password and you want to trigger a password reset email.
TOOL
Get Cashier Prices
Tool to retrieve a specific cashier price by its identifier. Returns pricing details including product ID, price value, currency, billing period, and configuration limits (operations, data store, transfers).
TOOL
Get Cashier Products
Tool to retrieve available cashier products from Make. Use when you need to discover available subscription plans, add-ons, or pricing options for organizations.
TOOL
Get Current Authorization
Tool to retrieve current authorization details for the authenticated user. Returns permission scopes and authentication method used. Use after authentication to verify token capabilities.
TOOL
Get Current User
Tool to retrieve information about the current authenticated user. Use when you need to get user details such as ID, name, email, timezone, and support eligibility.
TOOL
Get Enums Apps Review Statuses
Tool to retrieve available app review statuses in Make. Use when you need to understand valid status values for app review workflows.
TOOL
Get Enums IMT Regions
Tool to retrieve the list of Make regions and their regionId values. Use when you need to get valid region identifiers for creating organizations.
TOOL
Get Enums IMT Zones
Tool to retrieve available IMT zones in Make. Use when you need to get valid zone IDs for creating organizations via POST /organizations.
TOOL
Get Enums LLM Models
Tool to retrieve available Large Language Models from Make. Use when you need to get the list of supported LLM models for AI mapping or toolkit configurations.
TOOL
Get Enums Module Types
Tool to retrieve available module types in Make. Use when you need to get valid module type values for scenarios or filtering modules.
TOOL
Get Enums Organization Features
Tool to retrieve available organization features in Make. Use when you need to get valid feature values for managing organizations.
TOOL
Get Enums User API Token Scopes
Tool to retrieve all available API token scopes in Make. Use when you need to get valid scope options for creating or managing API tokens.
TOOL
Get Enums User Email Notifications
Tool to retrieve available email notification types for Make users. Use when you need to get valid notification settings or populate notification preference selectors.
TOOL
Get Enums User Features
Retrieve the list of all existing user features and their descriptions. Returns an array of user features, each containing a human-readable title and a feature identifier. Use this to discover available user features in Make.
TOOL
Get Enums Variable Types
Tool to retrieve available variable types in Make. Use when you need to get valid variable type options for creating or managing data stores and variables.
TOOL
Get Operations
Retrieve daily operations usage for an organization over the past 30 days. Returns operations count, data transfer (bytes), and centicredits consumption per day. Use List Organizations first to get the organization_id.
TOOL
List Enums Countries
Retrieve all supported countries in Make. Returns a list of countries with their IDs, full names, 3-letter ISO codes, and 2-letter ISO codes. Use this to get valid country values for creating or updating organizations, users, or any other resources that require country selection.
TOOL
List Enums Languages
Tool to retrieve a list of language codes and names. Use when you need to populate language selectors after authentication. Response may be large; filter to only needed language codes before passing downstream.
TOOL
List Enums LLM Builtin Tiers
Retrieve all predefined LLM tiers (small, medium, large) with their associated models, providers, and pricing coefficients. Use when configuring AI mapping or AI toolkit settings with builtin tier information.
TOOL
List Enums Locales
Retrieve all supported locales in Make. Returns a list of locales with their IDs, display names, standard locale codes, and Angular-compatible codes. Use this to get valid locale values for configuring user preferences and internationalization settings across the Make platform.
TOOL
List Enums Timezones
Retrieve all supported timezones in Make. Returns a list of timezones with their IDs, display names (including GMT offset), IANA timezone codes, and UTC offsets. Use this to get valid timezone values for creating or updating organizations, users, or scenarios that require timezone settings.
TOOL
List Organizations
Tool to list organizations the authenticated user belongs to (including organizationId, name, and timezoneId). Use when you need to discover organizations immediately after authentication to establish correct org context for subsequent scenario listing and management.
TOOL
List Teams
Tool to list all teams within an organization. Use when you need to discover teams for managing scenarios and resources within an organization context.
TOOL
Ping API
Tool to ping the Make API to verify connectivity and service availability. Use when you need to check if the Make API is accessible and operational before performing other operations.