> For the complete documentation index, see [llms.txt](https://symmetricdynamite.gitbook.io/backendless-appgyver/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://symmetricdynamite.gitbook.io/backendless-appgyver/master.md).

# Backendless API

## Backendless Rest API

For the first step we will go to backendless to acquire our API key.

```
https://backendless.com/
```

![](/files/-MJA5_dj2qFpl9pavE3P)

{% hint style="info" %}
&#x20;If you don't have an account with backendless, you can signup for free.&#x20;
{% endhint %}

Once you've registered, and confirmed email, backendless will request that you create a new app.&#x20;

![](/files/-MJA7wbXXewVSD5r_jbO)

{% hint style="info" %}
You can give your application any name. I recommend choosing a blank app, since the frontend will be created using appgyver.&#x20;
{% endhint %}

After you click create, you should see this dashboard.&#x20;

![](/files/-MJBwCYUTkclG8quVAfg)

Click on the database icon&#x20;

![](/files/-MJBwVs7SBCezRbqktZ7)

Select Users

![](/files/-MJABQyCnBCWaCzYKOrr)

Select Rest Console

![](/files/-MJAC6NZK4Ug_7_FnzSu)

We can now select **show full URL,** and we can copy, paste, and save url in a txt document for later use. You should remove the path **/data** from your url, so that is looks similar to the URL below:

```
https://api.backendless.com/application-id/REST-api-key/users
```

{% hint style="info" %}
Alternatively, you can copy and paste your application ID, and rest API key into the above URL.&#x20;
{% endhint %}

![](/files/-MJACZve1Ab7bgL6OZKj)

We now have everything we need from backendless. At this point, we can setup appgyver data configurator.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://symmetricdynamite.gitbook.io/backendless-appgyver/master.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.
