Skip to content

APIs for code agents

As a developer building code agents, learn how to build and include Netlify’s capabilities into your agentic workflows using Netlify’s REST API.

Netlify’s existing REST API is designed to support you in building code agents so that your agentic workflows can help your users deploy, secure, and manage their projects beyond an initial prototype.

Check out our API guides for code agents:

GuideDescription
Generate a PAT for Netlify OAuthLearn how to use the Netlify REST API so you can act on behalf of your users.
Surface deploy and function logsLearn how to make use of the information found in Netlify’s logs.
Add a custom domain with the APILearn how to assign a custom domain to your deployment.
Deploy a full-stack app to NetlifyLearn best practices for deploying a full-stack app. We recommend this agentic workflow, which deploys the app as a zip file to Netlify.
Deploy a static site to NetlifyLearn best practices for deploying a static site. We recommend this example agentic workflow, which deploys a static site as a zip file to Netlify.

If you want to recommend a guide, let us know in this Suggest a guide form.

If you want to recommend a live working example, let us know in an issue in the Examples repo.

If you’re just getting started with the Netlify REST API, you can check out: