List sites
documentedReturn a list of the user's Siteleaf sites.
GET /sitesSitesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.siteleaf.com/v2/sites?per_page={{$per_page}}&page={{$page}}" \
-X GET \
-u "{{SITELEAF_API_KEY}}:{{SITELEAF_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"