Netlify Netlify's API documentation — environmentVariables
Netlify Netlify's API documentation — environmentVariables. 8 operations. Lead operation: environmentVariables. Self-contained Naftiko capability covering one Netlify business surface.
What You Can Do
MCP Tools
returns-all-environment-variables-account
Returns all environment variables for an account or site. An account corresponds to a team in the Netlify UI. To use this endpoint, your site must no longer be using the read-only idempotent
creates-new-environment-variables-granular
Creates new environment variables. Granular scopes are available on Pro plans and above. To use this endpoint, your site must no longer be using the classic envir
returns-individual-environment-variable-use
Returns an individual environment variable. To use this endpoint, your site must no longer be using the classic environment variables experience. Migrate now
updates-existing-environment-variable-and
Updates an existing environment variable and all of its values. Existing values will be replaced by values provided. To use this endpoint, your site must no longer be using the idempotent
deletes-environment-variable-use-this
Deletes an environment variable. To use this endpoint, your site must no longer be using the classic environment variables experience. Migrate now with the Ne
updates-creates-new-value-existing
Updates or creates a new value for an existing environment variable. To use this endpoint, your site must no longer be using the classic environment variables expe
deletes-specific-environment-variable-value
Deletes a specific environment variable value. To use this endpoint, your site must no longer be using the classic environment variables experience. Migrate n
returns-all-environment-variables-site
Returns all environment variables for a site. This convenience method behaves the same as `getEnvVars` but doesn't require an `account_id` as input.