Manage SAML single sign-on (SSO) authentication with your preferred identity provider for all teams in your organization.| docs.netlify.com
Access user settings to manage items such as your avatar, Git provider connection, UI theme, keyboard shortcuts, 2FA, and connections with other services.| docs.netlify.com
Manage form submissions in our UI or through our API. Learn how to delete a form and its submissions if needed.| docs.netlify.com
Use Netlify Extensions with ready-made third-party services or personalized interfaces to create customized workflows to tailor and enhance your Netlify experience.| www.netlify.com
Customize cache key variations and set Cache-Control headers to control the granularity and freshness of your cache. Purge the cache by site or cache tag.| docs.netlify.com
Stop builds for your site at will for more control of your workflow. When you’re ready for Netlify to build your site again, you can activate builds.| docs.netlify.com
Last reviewed by Netlify Support Staff: December 2024 It is easiest to link a repository in Netlify’s UI; doing it via API is challenging and should be a rare use case. Nonetheless, it is possible to create a Netlify site linked to a repository at any of our supported git providers programatically. Specifically, it is possible to use Netlify’s REST API for these situations. You’ll probably be interested in the general topics around “how do I use Netlify’s REST API?” (see this supp...| Netlify Support Forums
Configure build settings for a repository that uses continuous deployment, and understand build image options for your site.| docs.netlify.com
Use environment variables to configure your site’s build and functionality. Learn how to declare and use environment variables with your site.| docs.netlify.com
Inject JavaScript snippets into all pages of your site for analytics or A/B testing, either in the head tag or at the end of the body tag.| docs.netlify.com
Use our REST API to interact with our platform. Learn the basics for using the API, instructions for deploying sites, and notes on commonly used endpoints.| docs.netlify.com
Learn about the different options for declaring and using environment variables, their limits, and overrides.| docs.netlify.com
Discover different methods of deploying a site using our platform. Take advantage of continuous deployment, manual deployment, or integration options.| docs.netlify.com
Use a netlify.toml configuration file to specify how the platform builds and deploys your project.| docs.netlify.com