Agentic Service Discovery

Resources

N

Netlify

by Netlify, Inc.

Deploy websites, trigger builds, manage sites and environment variables, and monitor deploy status on Netlify

OtherFree / PaidBearer tokendeploymenthostingci-cdstatic-siteserverlessbuilds

How agents use Netlify

  • Agent triggers a Netlify build when content is published in a headless CMS and waits for completion
  • Agent monitors deploy status and posts a Slack notification when a production deploy succeeds or fails
  • Agent rolls back to the last known-good deploy when error monitoring detects a spike post-deployment
  • Agent rotates environment variables on a site after credentials are refreshed in a secrets manager
  • Agent creates a new site and configures environment variables when a new customer project is provisioned

Agent actions

List SitesGet all Netlify sites for the authenticated account

Inputs: filter

Returns: sites, total

Get SiteGet details about a specific Netlify site

Inputs: siteId

Returns: site, url, deployId

Trigger BuildTrigger a new build and deploy for a site

Inputs: siteId, clearCache, branch

Returns: deployId, deployUrl, state

Get DeployGet the status and details of a specific deploy

Inputs: deployId

Returns: deploy, state, deployUrl, errorMessage

List DeploysList recent deploys for a site

Inputs: siteId, limit

Returns: deploys

Cancel DeployCancel an in-progress build/deploy

Inputs: deployId

Returns: deploy, state

Restore DeployRestore (publish) a previous deploy to make it the live version

Inputs: deployId

Returns: deploy, siteUrl

Set Environment VariableCreate or update an environment variable for a site

Inputs: siteId, key, value, context

Returns: variable

List Environment VariablesList all environment variables for a site

Inputs: siteId

Returns: variables

Create SiteCreate a new Netlify site

Inputs: name, repoUrl, buildCommand, publishDir

Returns: site, siteId, siteUrl

Example workflows

1

Automated deployment pipeline

Trigger a production build after content is published in a CMS, then monitor deploy status

2

Rollback on failure

Monitor deploy health and automatically restore the previous deploy if errors spike

About Netlify

Vendor
Netlify, Inc.
Pricing Always review details with the vendor
Free / PaidFree tier: 100 GB bandwidth, 300 build minutes/mo. Pro from $19/mo per member
Authentication
Bearer token
Rate limit Always review details with the vendor
200 requests / minute
Compatible nodes
AgentResource

Build an AI workflow with Netlify

Use the Agentic Planner to design, visualize, and connect Netlify with your other tools.

Open Agentic Planner

Related Other tools

Netlify AI Agent Integration | Fugentic