> 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/thingpark.md).

# ThingPark Enterprise

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

### **1. Create a new application server**

![](/files/49EUE2q8X5a2sXCgUGG2)

### **2. Content-type should be JSON untyped**

![](/files/obOCxedYX5HX0il2AWEE)

### **3. Add destination**

**Destination of MClimate’s LoRaWAN broker for ThingPark is: <https://lorawan-broker.mclimate.eu/thingpark>**

![](/files/MVrHJNeuitTfJojxfe4k)

### **4. Securing the tunnel**

* **Go to** [**https://developers.mclimate.eu/lorawan-token**](https://developers.mclimate.eu/lorawan-token) **and Sign in with your MClimate account.**
* **Enter the Application server, AS\_ID, and click Create.**

![](/files/MroDoXpHOIRpQl6KwhJW)

* **Copy the token**

![](/files/aKnlYEUb3uTUMBnTN8Dx)

* **Active Uplink/Downlink security in your application server**
  * **Enter the AS ID - should be the same as that in the developers portal.**
  * **Paste the Token in the authentication key field.**
  * **Leave timestamp deviation empty.**

![](/files/X44KHzmHV5zpRYfYAFmK)

### **5.** Go to <https://enterprise.mclimate.eu/integrations> and create your m-token.

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

Copy the token.

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

### 6. Create two custom HTTP headers.

#### Header 1:

name: m-token

value: "value of the m-token you created in step 5"

#### Header 2:

name: url

value: "[https://thingparkenterprise.eu.actility.com/](https://thingparkenterprise.eu.actility.com/thingpark/lrc/rest/v2/downlink)"

### **7. Create new AS routing profile**&#x20;

![](/files/yY42QuMkJxRbPpha1c6Q)

### **8. Add Destination**&#x20;

![](/files/4sf247nwvxccReh27BYn)

### **9. In Device settings -> Choose the routing profile**

![](/files/krXOMFHn4tttZ0pCezGE)

### **10. Done**


---

# 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/thingpark.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.
