--- title: "MaintainX Connector" slug: "maintainx-connector" updated: 2026-04-01T08:30:47Z published: 2026-04-01T08:30:47Z canonical: "support.tulip.co/maintainx-connector" --- > ## Documentation Index > Fetch the complete documentation index at: https://support.tulip.co/llms.txt > Use this file to discover all available pages before exploring further. # MaintainX Connector Additional Configuration Required This connector is a good starting point that implements a core set of the service's most common functions. You should expect to extend it by adding functions for the specific endpoints your workflow requires. Additionally, some configuration may be required in MaintainX to establish a connection with Tulip. Please review our [connector framework](/r230/docs/connectors) to learn more about how to build and modify connectors in Tulip. To download the app, visit: [Library](https://tulip.co/library/connectors/maintainx-connector/) *Connect Tulip to MaintainX's CMMS easily with the MaintainX Connector* ## Purpose For customers already using the MaintainX CMMS, this connector streamlines the integrations between MaintainX and Tulip via MatainX's REST API ## Setup On MaintainX, create a REST API Key in the **integrations** section: ![image.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/image%28362%29.png) Note that there is a header for all functions: `{host : api.getmaintainx.com}` This is required for the API to work correctly on Tulip [*Review the MaintainX API Documentation here for additional details and functions*](https://api.getmaintainx.com/v1/docs#tag/Getting-Started) ## How it works ### Authentication The API makes use of a standard API Token (Bearer Token) for authentication. See below for example screenshot: ![image.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/image%28363%29.png) ### Example Use Cases #### Maintenance Work Order Dispatching If you are using a CMMS such as MaintainX, you can schedule maintenance work orders with existing MaintainX asset data and then update production dashboards and operator terminals with the MaintainX connector on Tulip #### Asset Master Data You can also make use of MaintainX for master data management of assets and then sync with Tulip tables for streamlined single source of truth ## Next Steps - Review the sample [functions](https://support.tulip.co/docs/functions) in the connector - Review the [*MaintainX API Documentation*](https://api.getmaintainx.com/v1/docs#tag/Getting-Started) - Explore functionality with [automations](https://support.tulip.co/docs/automations) as well - [Browse all the connectors in Library](https://library.tulip.co/search?section=Connectors)