# MQTT Broker Address

You can access the API through MQTT or secure MQTT with TLS on our enterprise subscription. The following endpoints are based on your AlphaX Subscription.\
AlphaX does not support fixed IPs addresses for MQTT.

| Security      | URL               | Port | Subscription   |
| ------------- | ----------------- | ---- | -------------- |
| MQTT (No TLS) | mqtt.alphax.cloud | 1883 | Basic, Premium |
| MQTTS (TLS)   | mqtt.alphax.cloud | 8883 | Enterprise     |

{% hint style="danger" %}
Security Note: We strongly advise to use MQTT with TLS where your subscription allows to make sure your data travels encrypted, avoiding the exposure of your API token and/or sensor data to third parties
{% endhint %}


---

# 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://apidocs.alphax.cloud/mqtt/mqtt-broker-address.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.
