Workflows run the agent automatically on a schedule or in response to changes in 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 reads your project content and any connected repositories, then follows the prompt to make updates.Documentation Index
Fetch the complete documentation index at: https://mintlify-mintlify-bdd272a9.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Trigger types
Workflows support three trigger types.- Content update — Run when content changes push to your Mintlify project repository, including pull request merges and direct pushes.
- Code change — Run when a pull request merges in a connected source code repository.
- Custom schedule — Run on a recurring schedule. Workflows queue within 10 minutes of the scheduled time.
Usage limits
Workflow runs count toward your credit usage. See your credit usage, set overages, and manage your credit package on the Usage page of your dashboard. Each workflow can run up to 500 times per day. Runs that fail do not count toward this limit.Next steps
Predefined workflows
Reference for all predefined workflows: triggers, update modes, and required configuration.
Manage workflows
Turn on predefined workflows and configure triggers, update mode, and context.
Create a custom workflow
Build a workflow with your own trigger, instructions, and context repositories.
Learn best practices
Choose the right trigger, write effective instructions, and review results.