Alteryx IO Resources

Explore these resources to customize and extend the power of Alteryx with SDKs, APIs, and more.
In this guide, we use the Python SDK, UI-SDK, and Plugin CLI to create a tool uses custom UI Components.
View full article
The AYX Python SDK lets you extend the functionality of Alteryx Designer via custom tools and plugins. Here is a quick overview.
View full article
In this guide, we use the Alteryx Python SDK and Alteryx Plugin CLI to create a tool that connects directly to a set of data files and determines the most "danceable" songs that contain a set of lyrics. 
View full article
Learn how to manage metadata manually.  Metadata is a set of data used to describe the input or output data of a Python SDK plugin. 
View full article
These are example tools created using version 2 the AYX Python SDK.    
View full article
In this guide, we use the Alteryx Python SDK and Alteryx Plugin CLI to create a tool that connects directly to 2 Public APIs and gathers the weather forecast for, and distance to, nearby cities.  
View full article
List of common example tools and their descriptions.
View full article
The DCM Input Tool demonstrates how to use available DCM utility functions within the SDK.  
View full article
Step By Step Guide: NBA Playoff API Tool: Example of making API connections and performing custom analytics. In this guide, we use the Alteryx Python SDK and Alteryx Plugin CLI to create a tool that pulls information from an API and finds the mean, min, and max values of the data.
View full article