What is the <_out> Tag?
The <_out>
wrapper is not part of HTML itself, but a structural element used by Moby to encapsulate its responses. When you see something like:
<_out>
Your complete HTML or text content
</_out>
This means Moby is formatting its output in a clear, machine-readable way — similar to how markdown fences work, but specifically for XML/HTML-like environments. Actual web pages you create won't include this tag.
Why Does Moby Use This?
- Ensures clean separation between Moby's output and other system processes
- Provides a standardized format for responses
- Acts as an invisible "container" for validation and parsing
Try It Yourself
Enter any text and see how Moby formats it in the response structure: