Playground · Preview
Sketch intent in the browser.
Type or load a Mission and watch it format as draft Intent. This is a preview for exploring the syntax, compilation and execution are on the roadmap, not here yet.
Load a sample
Highlighted previewNo execution yet
playground.intent
1Mission CreateInvoice23Goal4 Generate an invoice from approved orders56Requires7 Customer8 ApprovedOrders910Input11 customer: Customer12 orders: List<Order>1314Output15 invoice: Invoice1617Guarantees18 invoice.total is never negative19 duplicate invoices are not created20 every invoice is auditable2122Never23 create invoice for unapproved order24 expose payment token in logs2526Target27 TypeScript28 Python29 DotNet3031Verify32 unit tests33 duplicate prevention test34 audit trail test35 security scanThis preview only formats and highlights your draft. There is no compiler or runtime behind it yet. Nothing is executed, sent, or saved. It stays entirely in your browser.