Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions modules/ROOT/pages/vibes-create-integrations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

MuleSoft Vibes can generate applications by using local templates from Anypoint Exchange as a starting point. This helps teams align generated integrations with established implementation patterns and internal standards.
Comment thread
Crispy-Salesforce marked this conversation as resolved.
Outdated

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

MuleSoft Vibes can include custom connectors published to your private Anypoint Exchange when generating applications. Generated integrations can target internal or specialized systems your organization supports.
Comment thread
Crispy-Salesforce marked this conversation as resolved.
Outdated

By reusing private Exchange assets during generation, teams can apply approved connector implementations from the beginning of the project lifecycle.
Comment thread
Crispy-Salesforce marked this conversation as resolved.
Outdated

[[vibes-exchange-apis-rest-connectors]]
=== Invoke Exchange APIs Using REST Connectors

MuleSoft Vibes can 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.
Comment thread
Crispy-Salesforce marked this conversation as resolved.
Outdated

Using Exchange APIs as generation targets improves consistency across your API and integration landscape while accelerating delivery.

[[complete-gen-flow]]
== Complete Your Integration

Expand Down
14 changes: 14 additions & 0 deletions modules/ROOT/pages/vibes-get-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

MuleSoft Vibes shows token consumption directly in the Vibes window. You can view token usage for individual requests and tasks while you work.
Comment thread
Crispy-Salesforce marked this conversation as resolved.
Outdated

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[].