panoptik-studio.vercel.app
Browser-native demo video editor where humans and AI agents co-edit on the same canvas via WebMCP. No uploads, no server.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 9 · Act 20 · Transact 1 · Score: Not yet scored
Tool inspector
export_clip
Renders and exports the edited video locally in the browser via WebCodecs. Prompts the human for confirmation before encoding. Returns a downloadable Blob URL and file metadata upon completion.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
format |
string | yes | Video container format. 'mp4' (H.264) is most compatible; 'webm' (VP9) is smaller. |
resolution |
string | yes | Export resolution. '1080p' is standard HD, '720p' is faster, '4k' is ultra high-res. |
fps |
number | no | Output frame rate (default 30). |
Raw JSON schema
{
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
"mp4",
"webm"
],
"description": "Video container format. 'mp4' (H.264) is most compatible; 'webm' (VP9) is smaller."
},
"resolution": {
"type": "string",
"enum": [
"720p",
"1080p",
"4k"
],
"description": "Export resolution. '1080p' is standard HD, '720p' is faster, '4k' is ultra high-res."
},
"fps": {
"type": "number",
"enum": [
24,
30,
60
],
"description": "Output frame rate (default 30)."
}
},
"required": [
"format",
"resolution"
]
}
Similar websites
tracinginsights.com
Analyze Formula 1 racing data with interactive charts for lap times, live telemetry, timing data and race performance. Explore and Compare drivers across multip…
fiveminutebrief.ai
webroom.openai.chatgpt.site
A private, browser-based photo editor with precise manual controls and agent-ready WebMCP tools.
fieldwork-beat-machine.openai.chatgpt.site
A tactile 12-voice beat machine with classic drum-machine grooves, deep synths, keyboard and touch pads, WebMCP controls, and stereo WAV export.