Skip to content

API Handlers overview

API Handlers are serverless functions that form the API for your integration. They allow you to dynamically do things such as:

  • create an environment variable on a Netlify site
  • proxy calls to a third-party API with authentication tokens
  • store configuration or metadata in the Integration API
  • add or remove a build event handler for a site

API Handlers can be called through the Integration UI and through Build Event Handlers.

You can use the Netlify SDK utility tools to run, test, and build your integration as you work.

Once you publish your integration, it will be available for Netlify users to add to their sites or teams.

Documentation