Make

Make is a platform that allows users to automate workflows by connecting various apps and services.

26 actions Integration catalog
Request access
Connect Make once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create OrganizationMAKE_CREATE_ORGANIZATIONS
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.
Create Password Reset DemandMAKE_CREATE_USERS_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.
Get Cashier PricesMAKE_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).
Get Cashier ProductsMAKE_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.
Get Current AuthorizationMAKE_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.
Get Enums Apps Review StatusesMAKE_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.
Get Enums IMT RegionsMAKE_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.
Get Enums IMT ZonesMAKE_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.
Get Enums LLM ModelsMAKE_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.
Get Enums Module TypesMAKE_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.
Get Enums Organization FeaturesMAKE_GET_ENUMS_ORGANIZATION_FEATURES
Tool to retrieve available organization features in Make. Use when you need to get valid feature values for managing organizations.
Get Enums User API Token ScopesMAKE_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.
Get Enums User Email NotificationsMAKE_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.
Get Enums User FeaturesMAKE_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.
Get Enums Variable TypesMAKE_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.
Get OperationsMAKE_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.
Get TeamMAKE_GET_TEAM
Retrieve detailed information about a specific team by its ID. Returns comprehensive team data including member counts, resource usage, and license details. Use this action when you need to get full details about a specific team (distinct from listing all teams in an organization).
Get Current UserMAKE_GET_USERS_ME
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.
List Enums CountriesMAKE_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.
List Enums LanguagesMAKE_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.
List Enums LLM Builtin TiersMAKE_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.
List Enums LocalesMAKE_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.
List Enums TimezonesMAKE_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.
List OrganizationsMAKE_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.
List TeamsMAKE_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.
Ping APIMAKE_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.