diff --git a/modules/ROOT/pages/vibes-create-integrations.adoc b/modules/ROOT/pages/vibes-create-integrations.adoc index 86d2bcac0..9c630bc7f 100644 --- a/modules/ROOT/pages/vibes-create-integrations.adoc +++ b/modules/ROOT/pages/vibes-create-integrations.adoc @@ -72,6 +72,27 @@ Best practices for messages: After Mulesoft Vibes generates the initial integration, the code is written directly into your project. You can further customize it to fit your requirements. +[[vibes-generate-apps-from-templates]] +=== Generate Applications from Exchange Templates + +You can generate applications in MuleSoft Vibes by using local templates from Anypoint Exchange as a starting point. This helps you align generated integrations with established implementation patterns and internal standards. + +Template-based generation supports consistent project structure and reduces the effort required to apply organizational conventions after generation. + +[[vibes-custom-connectors-generated-apps]] +=== Include Custom Connectors in Generated Applications + +You can include custom connectors published to your private Anypoint Exchange when generating applications with MuleSoft Vibes. Use integrations to target internal or specialized systems your organization supports. + +By reusing private Exchange assets during generation, you can apply approved connector implementations from the beginning of the project lifecycle. + +[[vibes-exchange-apis-rest-connectors]] +=== Invoke Exchange APIs Using REST Connectors + +Use MuleSoft Vibes to generate applications that invoke APIs published to Anypoint Exchange by using REST connectors. This capability helps you reuse existing API assets directly in generated integration implementations. + +Using Exchange APIs as generation targets improves consistency across your API and integration landscape while accelerating delivery. + [[complete-gen-flow]] == Complete Your Integration diff --git a/modules/ROOT/pages/vibes-get-started.adoc b/modules/ROOT/pages/vibes-get-started.adoc index 2be4eb7e5..28336c6bc 100644 --- a/modules/ROOT/pages/vibes-get-started.adoc +++ b/modules/ROOT/pages/vibes-get-started.adoc @@ -66,6 +66,13 @@ You can also add context directly from the message input box by typing `@`, whic These inputs are used as contextual references during generation. +[[vibes-multimodal-file-prompts]] +=== Add Files to Messages with Multi-Modal Support + +MuleSoft Vibes supports multi-modal context in the message area. Drag images directly into a conversation to provide visual context alongside text inputs. + +Attach up to 10 files per conversation to help MuleSoft Vibes interpret requirements that are easier to explain through screenshots or supporting files. + == Configure MuleSoft Vibes Settings You can customize how MuleSoft Vibes interacts with your project through the *Settings* panel. @@ -84,6 +91,13 @@ The available options include: * *Execute all commands*: Allow MuleSoft Vibes to execute any terminal command. * *Use the browser*: Allow MuleSoft Vibes to launch and interact with websites in a browser. +[[vibes-token-consumption-monitoring]] +=== Monitor Token Consumption in MuleSoft Vibes + +View token consumption for individual requests and tasks directly in MuleSoft Vibes. + +This visibility helps you understand the resource cost of generation activities and manage usage across sessions. + == Skills in MuleSoft Vibes xref:vibes-skills.adoc[Skills] are reusable instruction sets that load when your message matches a skill's description. For information about skills and MCP tools, see xref:vibes-skills.adoc[].