Skip to main content

Using the Hexfit API — External Developer Guide

You can automate various tasks in Hexfit using large language models (LLMs), automation software, or even by developing your own tools. You can find more information in this article.

Written by Mathieu Gagné

⚠️ This article covers very advanced features.

It is recommended that you have a basic understanding of programming before proceeding.

In fact, Hexfit has an open API, which allows you to retrieve just about any information or automatically perform an action within Hexfit. The various LLMs (Claude, ChatGPT, Gemini, etc.) enable you to create multiple automations.

You can access our API Doc via this link: https://docs.hexfit.com

To generate an unlimited API key for your project, follow these steps:

  • Go to the admin panel

  • Integrations tab

  • Custom Integration section

  • Enter the name of your integration (ex. Custom APP)

  • Click “Generate a key”

⚠️ It is important to note that the limit is 500 calls per month. We also apply a daily and hourly rate limit to avoid misuse of our API. These limits are not public for security reasons, so please develop consciously.


API Technical Support

To help you with the integration, we offer API technical support by email only. To request support, please fill out this form: https://hxft.co/dev-support

API technical support is only available on the Studio or Institutional price plan.


Further information:

  • To develop your own custom tiles in Hexfit, check out this article.

  • To learn more about other possible integrations, click here.

Did this answer your question?