Envoy
forward velocity.
45 MCP tools that plug Claude, Cursor, or Windsurf straight into your live session. Say what you want. Watch it happen. Idea to network in seconds.
OPEN SOURCE · MIT · TOUCHDESIGNER 2025+
THE TOOLSET
forward velocity.
45 MCP tools that plug Claude, Cursor, or Windsurf straight into your live session. Say what you want. Watch it happen. Idea to network in seconds.
lateral velocity.
Tag any operator and Embody externalizes it to version-control-friendly files on disk. Diff what changed, track who changed it, collaborate across branches, and restore any previous state. Your externalized files are the source of truth — not the binary `.toe`.
the substrate.
TouchDesigner networks as human-readable JSON. Your agent can read it. You can read it. Git can read it.
IN PRACTICE
THE FORMAT THAT MAKES IT POSSIBLE
TouchDesigner projects live in .toe files — opaque binary blobs that no diff tool can read, no AI can understand, and no version control system can meaningfully compare. TDN is a new file format we built to fix that. Entire networks exported as a single human-readable JSON file. Operators, parameters, connections, layout, annotations, DAT content — all of it, in text.
{
"format": "tdn",
"version": "1.2",
"type": "containerCOMP",
"type_defaults": {
"movieFileIn": { "playmode": "sequential" }
},
"operators": [
{
"name": "noise1",
"type": "noiseTOP",
"pos": [0, 0],
"parameters": {
"amp": 0.8,
"period": "=absTime.frame * 0.1"
}
},
{
"name": "blur1",
"type": "blurTOP",
"pos": [200, 0],
"parameters": { "size": 8 },
"inputs": ["noise1"]
}
],
"annotations": [
{ "title": "audio chain", "ops": ["noise1", "blur1"] }
]
}
=absTime.frame * 0.1 instead of verbose wrapper objects.Diffable. Any text tool, any diff viewer, any AI agent can read it.
Without TDN, the rest of this is impossible.
GET STARTED
Grab the Embody .tox from GitHub Releases.
Drop it into your TouchDesigner project. That's the install.
Connect your AI assistant to the session with one toggle.
Double-tap lctrl on any operator to externalize it. Start building.
WHY THIS EXISTS
Everything is moving faster now. Everyone is shipping. We're entering the golden age of digital media, and TouchDesigner is positioned to become one of the leading platforms of content creation. Embody exists to help our community build faster and better than ever — open source, no strings attached, nothing SaaSy.