API Reference
cURL
curl --request GET \ --url https://production.runalloy.com/metadata/apps \ --header 'Authorization: <authorization>' \ --header 'x-api-version: <x-api-version>'
{ "data": [ { "connector": "acuityScheduling", "icon": "https://cdn.runalloy.com/icons/acuityScheduling.png", "type": [ "action", "trigger" ], "oauth": false }, { "connector": "shopify", "icon": "https://cdn.runalloy.com/icons/shopify.png", "type": [ "action", "trigger" ], "oauth": true } ] }
Returns all the available apps currently supported by Alloy Embedded
Documentation IndexFetch the complete documentation index at: https://docs.runalloy.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.runalloy.com/llms.txt
Use this file to discover all available pages before exploring further.
The version of the API to use. The current API version is 2025-09.
200