Skip to main content
Netlify logo

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

OAuth Configuration

  • Authorization URL: https://app.netlify.com/authorize
  • Token URL: https://api.netlify.com/oauth/token

Available Actions

Parameters

string
required
The Netlify site ID to retrieve information for

Response

Parameters

string
required
The Netlify site ID to list files for

Response

Parameters

string
required
The Netlify site ID to list deploys for
integer
Maximum number of deploys to return
integer
Maximum number of pages to fetch (1-500) (Default: 50)

Response

Parameters

string
required
The Netlify site ID to rollback a deploy for
string
required
The deploy ID to restore

Response

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 + error rather than raising.
  • Deploy operations (rollback) may take a few seconds to propagate.

Railway

Algolia

Amazon Web Services