# Make

## About

Make is a powerful, enterprise-scale automation platform. It offers flow control, data manipulation, HTTP/webhooks, AI agents and tools, notes, an MCP server, and many other features at your service.

## How to Use AIML API via Make

You work with Make through the browser; there’s no need to install any components separately.

1. First, you need a [Make account](https://www.make.com/en/register).
2. Next, click on **Scenarios** in the left menu.\
   \
   ![](/files/O1o8H7Um3t20rwe1gkQv)<br>
3. Choose **AI/ML API** option:<br>

   <figure><img src="/files/LHXKwWBo0ELaORY8HRoT" alt=""><figcaption></figcaption></figure>
4. Choose **Get a Model Response**:<br>

   <figure><img src="/files/08TfQ39xnSSIs1VP5Bpq" alt=""><figcaption></figcaption></figure>
5. Click on **Create a Connection**, provide a name, and paste your [AIMLAPI key](https://aimlapi.com/app/keys):<br>

   <figure><img src="/files/eZgeag22V8GaioQDFpFT" alt=""><figcaption></figcaption></figure>

   <figure><img src="/files/GESMGV93zI9hVVecarut" alt=""><figcaption></figcaption></figure>
6. Once that’s done, you’ll be able to configure the model and enter your prompt in the provided field:<br>

   <figure><img src="/files/Yh0c5MDoW0kD5EOQGucw" alt=""><figcaption></figcaption></figure>
7. Then just click **Run once**:<br>

   <figure><img src="/files/3UEq5C1MHYiekjYj6bhc" alt=""><figcaption></figcaption></figure>

   \
   When the model returns a response, you’ll see it to the right of your node:<br>

   <figure><img src="/files/jizclRwB3J34DpcOfNvT" alt=""><figcaption></figcaption></figure>

\
You can find more details in the [official documentation](https://help.make.com/create-your-first-scenario).

## Our Supported Models

Any of our [text models](/api-references/text-models-llm.md#complete-text-model-list) can be used to process your requests — for instance, [gpt-4o](/api-references/text-models-llm/openai/gpt-4o.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aimlapi.com/integrations/make.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
