This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Developer Step 101: This document describes the basics steps of the Alteryx Platform SDK. This articles illustrates how to use the latest developer tools to create a custom plugin or tool for use in Alteryx.
Version 2 of AYX Python SDK is now available. For the best experience, and to ensure compatibility with the most recent versions of Designer, please use v2 of AYX Python SDK.
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.
Learn how to scaffold and write unit test for your custom tools built by the Platform SDK. Pytest is a unit testing framework intended to test the Python code you write.
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.