> For the complete documentation index, see [llms.txt](https://docs.mclimate.eu/mclimate-lorawan-devices/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mclimate.eu/mclimate-lorawan-devices/integrations/akenza.md).

# Akenza

## **Connecting Akenza to MClimate’s LoRaWAN broker**

### **1. Create API key**

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

### **2. Copy API Key**

<figure><img src="/files/g9756KkHM4GQqVbbj6KV" alt="" width="563"><figcaption></figcaption></figure>

### 3.Go to workspaces -> your workspace -> Data flows -> Create data flow -> Connect a device over HTTP

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

### **4. Create output connector -> Webhook**

* **Paste the API key in the Auth headers**
* **The URL shoud be:** [**https://lorawan-broker.mclimate.eu/akenza**](<https://lorawan-broker.mclimate.eu/akenza&#xA;>)
* **Method shoud be POST**
* **Get the M-token from** [**https://enterprise.mclimate.eu/integrations**](https://enterprise.mclimate.eu/integrations)
* **Paste the M-token in headers with key "m-token"**
* **Type - HTTP**
* **HTTP Type - All**
* **URL - <https://lorawan-broker.mclimate.eu/up-b-one?m-token={your> m-token(step2)}**
* **Authentication type - token**
* **Token - Step 3**

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

### **5. Add Device type -> Seach for Vicki**

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

### **6. N**ame the Data flow and you're done&#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, and the optional `goal` query parameter:

```
GET https://docs.mclimate.eu/mclimate-lorawan-devices/integrations/akenza.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
