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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,29 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
10
10
color="#F6F54F"
11
11
/>
12
12
13
+
{/* MANUAL-CONTENT-START:intro */}
14
+
[Flint](https://www.flint.com/) is an AI website platform where background agents build and update your site for you. Through the Agent Tasks API, you can programmatically kick off site changes from a natural-language prompt, generate batches of pages from a template, and monitor each task until it completes.
15
+
16
+
**Why Flint?**
17
+
-**Agent-Driven Site Changes:** Describe the change in plain language — "Add a new About page with a team section" — and a background agent makes it happen.
18
+
-**Programmatic Page Generation:** Generate up to 10 pages per task from an existing template page, each with its own slug and content context — ideal for case studies, location pages, and programmatic SEO.
19
+
-**Controlled Publishing:** Every task can either publish automatically on completion or leave changes unpublished for review.
20
+
-**Full Task Visibility:** Poll any task for its status and get back the created, modified, and deleted pages with preview, edit, and published URLs.
21
+
22
+
**Using Flint in Sim**
23
+
24
+
Sim's Flint integration connects your workflows directly to the Flint Agent Tasks API using an API key from your Flint team settings. Three operations cover the full task lifecycle: Create Task starts a prompt-driven site change, Generate Pages fans a template out into a batch of new pages, and Get Task reports status and results.
25
+
26
+
**Key benefits of using Flint in Sim:**
27
+
-**Content pipelines:** Read rows from a table or spreadsheet and generate a landing page per row from a Flint template.
28
+
-**Event-driven site updates:** Trigger site changes from Slack requests, closed-won deals, or new GitHub releases.
29
+
-**Safe review workflows:** Leave publishing off, collect preview URLs from Get Task, and publish only after approval.
30
+
-**Reliable monitoring:** Poll task status on a schedule, write published URLs back to your data, and alert on failed tasks with their error messages.
31
+
32
+
Whether you're scaling programmatic SEO, keeping marketing pages in sync with your business systems, or automating site maintenance, Flint in Sim turns your website into something your workflows can edit. Configure your API key, pick an operation, and let the agent do the work.
33
+
{/* MANUAL-CONTENT-END */}
34
+
35
+
13
36
## Usage Instructions
14
37
15
38
Create background agent tasks that modify your Flint sites from natural-language prompts, generate batches of pages from a template, and check task status and results.
0 commit comments