The fastest way to experience Blue. Describe what you want. Blink creates the right blocks. You get real structure — not just text.
MyOS is not Blue. MyOS runs Blue.
MyOS is one runtime, identity layer, and product surface for Blue. The protocol is Blue. MyOS is what makes the protocol practical for everyday users.
That distinction matters. Blocks created in MyOS can, in principle, be processed elsewhere. The structure is the protocol. The product is one good way to use it.
Why this matters
Blue can be written directly, but most users do not want to start from raw YAML. MyOS gives you:
- identity and timelines
- a processor and runtime
- a practical UI
- Blink as the natural-language interface
That means you can start with plain language and get a real structure behind it.
Generate → inspect → export
The recommended loop for working with MyOS + Blink:
- Generate. Describe what you want. Blink turns it into a Blue document with channels, contracts, and initial state.
- Inspect. Open the document and see the underlying structure: participants, contracts, current state, references to other blocks.
- Export. Pull the document out as raw Blue / YAML, drop it into the document stepper, or take it into your own SDK code.
Each step keeps you in the same model. You never "leave" Blue when you go from natural language down to YAML.
Example prompts
"Create a shop for my restaurant"
"Set up a payment mandate for my agent"
"Connect my OpenClaw to my Visa with delivery confirmation and a 48-hour review window"
"Create a delivery agreement with a courier"
What Blink produces
For a prompt like:
"Create a payment mandate for my OpenClaw. It can use my Visa, but only with delivery confirmation and a 48-hour review window."
Blink produces conceptually:
- a mandate block with named participants
- explicit rules (Visa only, delivery confirmation required, 48-hour review window)
- current state (active, max amount, authority)
- timeline-backed actions
The result is not "just text." It is a real interaction block.
Why MyOS is a good learning path
MyOS makes three Blue ideas tangible quickly:
- interactions are blocks
- your world is the blocks you participate in
- blocks can be created and composed without first learning the entire spec
From product to protocol
MyOS is designed to be the best bridge from product to protocol. After creating a block with Blink, you can:
- inspect the resulting document structure
- see the same block in SDK form
- read the underlying YAML
- connect it to other blocks
- open the YAML in the document stepper to step through events