Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl https://app.openhome.com/api/capabilities/get-all-capabilities/ \ -H "X-API-KEY: YOUR_KEY"
import requests requests.get( "https://app.openhome.com/api/capabilities/get-all-capabilities/", headers={"X-API-KEY": "YOUR_KEY"}, )
Returns every Ability on your account.