You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+65-2Lines changed: 65 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,75 @@ description: |-
7
7
8
8
# Netlify Provider
9
9
10
-
The Netlify provider provides resources to interact with a Netlify account.
10
+
The Netlify provider provides resources to manage Netlify resources like site configuration, environment variables, and Advanced Web Security features.
11
+
12
+
## Authentication
13
+
14
+
To use the provider, you will need a [personal access token](https://docs.netlify.com/api/get-started/#authentication).
15
+
You can create a new token in the [Netlify app](https://app.netlify.com/user/applications#personal-access-tokens).
16
+
17
+
You can expose the token as an environment variable:
-`token` (String, Sensitive) Read: https://docs.netlify.com/api/get-started/#authentication , will use the `NETLIFY_API_TOKEN` environment variable if not set.
0 commit comments