The AI configuration assistant is a chat-based assistant in the Workflow Editor.
Open it with Ask AI,
Describe what you want in plain language, and it returns validated YAML. It also explains existing Workflows and Pipelines and suggests changes to them. Review the diff before saving.
Example
- Ask “find optimizations in createReleasePipeline”.
- The assistant reports that
createReleaseandbumpVersionboth rungradle-runnerwith no dependency caching, and thatabort_on_failoncreateReleaseis redundant becausebumpVersionalready depends on it. - Reply “apply the caching and remove the redundant abort_on_fail”. It inserts
restore-cacheaftergit-cloneandsave-cacheaftergradle-runnerin both Workflows, keyed on a checksum of the Gradle files, and drops the flag.
Other things to ask:
- explain a Workflow step by step,
- add Bitrise Build Cache for Xcode to your build and test Workflows,
- replace a deprecated Firebase CLI token with a service account file.
Enable Configuration generator in Project settings → Bitrise AI for each project. Repository access requires a connected GitHub App.
This is a Beta. For customers on Starter and Pro plans only.
We’re improving this based on feedback. Try it and tell us what breaks.
On another plan and want access? Message us through any support channel. We’re opening a limited number of spots.
Docs
You likely don’t need to read a manual for this, but it won’t hurt.
(AI configuration assistant | Bitrise Docs)
