Documentation Index
Fetch the complete documentation index at: https://www.mintlify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Workflows are in beta. Features, availability, and pricing are subject to change.
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.
Use workflows that run on a schedule to automate recurring tasks, like publishing changelogs or checking for grammar and style issues.Use workflows that run on push events to automate reactive maintenance tasks, like updating API reference documentation or identifying documentation updates needed for new features.
Trigger types
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.
- Push events — Run when changes push to a specific repository or branch, including pull request merges and direct pushes.
You cannot combine trigger types in a single workflow. Each workflow has exactly one trigger.
Usage limits
Each workflow can run up to 500 times per day. Hobby plan projects have an additional limit of 100 total workflow runs per month. Runs that fail do not count towards these limits.