Overview
Add Netlify to any ModuleX agent or workflow. Web hosting and automation platform for modern web projects, interfacing with the Netlify REST API (api.netlify.com/api/v1).
Categories: Developer Tools & Infrastructure · Hosting · Ci Cd · Auth: OAuth2 · Actions: 4
Authentication
OAuth2 Authentication
Connect using Netlify OAuth (recommended)Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Client ID | Netlify OAuth App Client ID | Yes | - |
| Client Secret | Netlify OAuth App Client Secret | Yes | - |
OAuth Configuration
- Authorization URL:
https://app.netlify.com/authorize - Token URL:
https://api.netlify.com/oauth/token
Available Actions
get_site — Get a specified site by its ID
get_site — Get a specified site by its ID
list_files — Returns a list of all the files in the current deploy for a site
list_files — Returns a list of all the files in the current deploy for a site
list_site_deploys — Returns a list of all deploys for a specific site
list_site_deploys — Returns a list of all deploys for a specific site
Limits & Quotas
- Netlify API rate limit: 500 requests per minute per access token (as documented by Netlify).
- Non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising. - Deploy operations (rollback) may take a few seconds to propagate.