Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"ai/mintlify-mcp",
{
"group": "Workflows",
"tag": "Beta",
"root": "workflows/index",
"pages": [
"workflows/index",
Expand Down
4 changes: 0 additions & 4 deletions workflows/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
boost: 3
---

<Info>
Workflows are in beta. Features, availability, and pricing are subject to change.
</Info>

Workflows run the agent automatically on a schedule or in response to pushes to a repository. Each workflow defines a prompt for the agent and a trigger for when to run it. Workflows support both GitHub and GitLab repositories.

When a workflow runs, the agent clones any specified repositories as context and follows the prompt.
Expand All @@ -23,8 +19,8 @@

Workflows support two trigger types.

- **Schedule (cron)** — Run on a recurring daily, weekly, or monthly schedule. Workflows queue within 10 minutes of the scheduled time.

Check warning on line 22 in workflows/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/index.mdx#L22

Don't put a space before or after a dash.
- **Push events** — Run when changes push to a specific repository or branch, including pull request merges and direct pushes.

Check warning on line 23 in workflows/index.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

workflows/index.mdx#L23

Don't put a space before or after a dash.

You cannot combine trigger types in a single workflow. Each workflow has exactly one trigger.

Expand Down
Loading