Ship on Muse Spark with recipes that run the first time you copy them. Each recipe solves one focused problem, shows working code, and points to what's next. Start with API fundamentals to nail the primitives, then layer on agent loops and full use cases.
Build durable, auditable agents with Muse Code — the harness building blocks for safety, recovery, and orchestration.
Audit and resume agent sessions Replay any session exactly as it ran from an append-only event log, show who authorized each action, then kill the run mid-task and resume with no duplicate side effects.
Deterministic replay in CI Turn recorded events into a golden fixture and replay its model-context projection as a merge-blocking CI check.
Staged approvals Split a compound shell command into stages so safe ones auto-resolve while risky ones hold for review.
Contained execution Run every command in an OS sandbox that refuses to proceed unless containment is proven live.
Immutable guardrails The agent can't rewrite its own rules: guardrail edits stop for review and a shell write to the same path fails read-only at the sandbox.
Subagent fanout Fan one job out to parallel subagents, each in its own isolated git worktree.
Goal tracking Pin an objective once and the harness audits the work against acceptance checks before the goal can close.
Bundled skills Drive the built-in /plan, /grilling, /grill-with-docs, and /taste skills to plan, pressure-test, and build.
Loop and cron Schedule recurring or one-time agent work in natural language, then view, change, or cancel it from the same chat.
Side chats Branch off the main thread for a side conversation that never enters the main history.
Use Muse Image to generate, edit, or combine images. Choose a recipe based on whether you need web grounding, consistency across a series, or multi-turn editing.
Generate, edit, and compose images Generate an image, refine it across turns, or combine it with new reference images.
Ground image generation with web search Use web references when an image should reflect current products, places, or styles. Verify factual details independently.
Keep an image series consistent Use reference images to improve character, style, and setting consistency across a series. Compare each output with the references.
Edit image details across turns Edit one part of a photo, then refine the result across turns. Check that unchanged areas still match the source.
Use Muse Voice Transcribe to turn speech into text — streaming over a WebSocket while the speaker is still talking, or in one HTTP request for a recording you already have. The model handles punctuation, speech-boundary detection, and speaker attribution itself.
Speech to text Transcribe a recording or a live microphone over the streaming WebSocket, get speaker-attributed turns with diarization, or post a whole recording in one HTTP request.
Control Apple Chess with voice Turn exact spoken chess moves into locally validated Apple Chess actions with a passive HUD, calibrated grid, dry-run mode, and fail-closed native input.