docs: add Flows in Studio documentation#6575
Conversation
Documents the new Flows build mode in Studio: why deterministic workflows with agentic steps matter, the three core node types (Single Agent, Crews, Router), and Agent Repository publish/pull sync across organizations. Includes a rollout banner for the week of July 20th, English source plus pt-BR, Korean, and Arabic translations, and nav entries for both edge and v1.15.2 (Crew Studio group renamed to Studio). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
📝 WalkthroughWalkthroughStudio Flows documentation was added in English, Portuguese, Korean, and Arabic. Each locale’s Studio navigation group now includes the new page alongside Crew Studio. ChangesStudio Flows documentation
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/v1.15.2/en/enterprise/features/studio-flows.mdx`:
- Around line 1-3: Remove the manually added studio-flows.mdx files from
docs/v1.15.2/en/enterprise/features/studio-flows.mdx,
docs/v1.15.2/ar/enterprise/features/studio-flows.mdx,
docs/v1.15.2/ko/enterprise/features/studio-flows.mdx, and
docs/v1.15.2/pt-BR/enterprise/features/studio-flows.mdx; no replacement changes
are needed.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: c3c30233-cd4f-4e65-93b9-f2d7f6e7757c
⛔ Files ignored due to path filters (6)
docs/images/enterprise/studio-flows-agent-config.pngis excluded by!**/*.pngdocs/images/enterprise/studio-flows-agent-node.pngis excluded by!**/*.pngdocs/images/enterprise/studio-flows-crew-detail.pngis excluded by!**/*.pngdocs/images/enterprise/studio-flows-crew-node.pngis excluded by!**/*.pngdocs/images/enterprise/studio-flows-router-node.pngis excluded by!**/*.pngdocs/images/enterprise/studio-flows-selector.pngis excluded by!**/*.png
📒 Files selected for processing (9)
docs/docs.jsondocs/edge/ar/enterprise/features/studio-flows.mdxdocs/edge/en/enterprise/features/studio-flows.mdxdocs/edge/ko/enterprise/features/studio-flows.mdxdocs/edge/pt-BR/enterprise/features/studio-flows.mdxdocs/v1.15.2/ar/enterprise/features/studio-flows.mdxdocs/v1.15.2/en/enterprise/features/studio-flows.mdxdocs/v1.15.2/ko/enterprise/features/studio-flows.mdxdocs/v1.15.2/pt-BR/enterprise/features/studio-flows.mdx
Versioned snapshots are updated by a separate script, so remove the v1.15.2 copies and revert its nav changes; the page now lives only under edge. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
What
Adds documentation for the new Flows in Studio feature — the new build mode alongside Crews in Studio.
Contents
edge/*/enterprise/features/studio-flowscovering:edgeversion in all four languages; the "Crew Studio" nav group is renamed to "Studio" to match the product, which is now one Studio with a Crews/Flows selectordocs/images/enterprise/studio-flows-*.png, downscaled to match existing docs image sizesVerification
docs.jsonvalidates as JSONmint broken-linkspasses with no broken links🤖 Generated with Claude Code
Note
Low Risk
Documentation and navigation-only changes with no application or runtime code impact.
Overview
Adds Flows in Studio enterprise docs for the
edgedocs version in en, pt-BR, ko, and ar, and wires them into Mintlify navigation.Each new
studio-flowspage documents the Crews/Flows build mode: rollout notice, why Flows vs Crews, building via Studio Assistant, Single Agent, Crew, and Router nodes, Agent Repository publish/pull, best practices, and related links (with sharedstudio-flows-*.pngscreenshots).In
docs.json, the Build nav group Crew Studio is renamed Studio (localized where applicable), andstudio-flowsis listed alongsidecrew-studioandmerged-step-cardin all four locales.Reviewed by Cursor Bugbot for commit 85b4a06. Bugbot is set up for automated code reviews on this repo. Configure here.