Appium IDE
HeadSpin provides a desktop client for Appium development and debugging called Appium IDE. Download the latest version in your account settings.
Headspin Configuration
To connect Appium Desktop to a HeadSpin device, select New Session Window. In this new dialog window select the "HeadSpin" logo from the top navigation area.

There are three values you will need to specify to connect to your HeadSpin account:
- HeadSpin Host: The Android or iOS host you want to target.
- HeadSpin Port: The port number of your host.
- HeadSpin API Token: Your token can be retrieved from your account settings.
The HeadSpin Automation Configuration API endpoint provides the values for you to use.
Where you will replace the <code class="dcode">{your-api-token}</code> with the API token from your account settings. This endpoint will return a JSON object that has aforementioned values for the devices in your account. For example:
The value of the <code class="dcode">"host"</code> key is the HeadSpin Host and the port shown in the <code class="dcode">"driver_url"</code> is the HeadSpin Port.
Additionally the optimal minimum desired capabilities will be returned for every device for you to include. For Android, include your <code class="dcode">appPackage</code> and <code class="dcode">appActivity</code>. For iOS include your app's <code class="dcode">bundleId</code>. If you would like to use the Appium <code class="dcode">app</code> capability to install an app and launch, simply provide an <code class="dcode">https</code> link to your app.
For convenience, HeadSpin has created convenience capabilities you can use to initiate a Performance Session and specify a particular Appium Server version for your test.