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: apps/docs/content/docs/en/integrations/flint.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ Start a background Flint agent task that modifies a site from a natural-language
49
49
50
50
| Parameter | Type | Required | Description |
51
51
| --------- | ---- | -------- | ----------- |
52
+
|`apiKey`| string | Yes | Flint API key \(found in Flint team settings, starts with ak_\)|
52
53
|`siteId`| string | Yes | ID of the Flint site the agent should modify |
53
54
|`prompt`| string | Yes | Natural-language instructions for the agent \(e.g., "Add a new About page with a team section"\)|
54
55
|`callbackUrl`| string | No | HTTPS webhook URL that Flint will POST to when the task completes or fails |
@@ -70,6 +71,7 @@ Start a background Flint agent task that generates up to 10 pages from a templat
70
71
71
72
| Parameter | Type | Required | Description |
72
73
| --------- | ---- | -------- | ----------- |
74
+
|`apiKey`| string | Yes | Flint API key \(found in Flint team settings, starts with ak_\)|
73
75
|`siteId`| string | Yes | ID of the Flint site the agent should modify |
74
76
|`templatePageSlug`| string | Yes | Slug of the existing template page to generate from \(e.g., /case-studies/template\)|
75
77
|`items`| json | Yes | JSON array of 1-10 pages to generate. Each item requires targetPageSlug \(slug for the new page\) and context \(content details the agent should use\). |
@@ -92,6 +94,7 @@ Get the status and results of a background Flint agent task.
92
94
93
95
| Parameter | Type | Required | Description |
94
96
| --------- | ---- | -------- | ----------- |
97
+
|`apiKey`| string | Yes | Flint API key \(found in Flint team settings, starts with ak_\)|
95
98
|`taskId`| string | Yes | Identifier of the task returned when it was created \(e.g., bg-...\)|
0 commit comments