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
set_background
Stages a background color or gradient change. Fills the stage padding area around the video when aspect ratio padding is visible.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
kind |
string | yes | Background type: 'solid' (single color) or 'gradient' (two-stop linear gradient). |
color |
string | no | Hex color for solid background, e.g. '#0a0a0a'. |
stops |
array | no | Array of two hex colors for gradient, e.g. ['#007cf0', '#7928ca']. |
Raw JSON schema
{
"type": "object",
"properties": {
"kind": {
"type": "string",
"enum": [
"solid",
"gradient"
],
"description": "Background type: 'solid' (single color) or 'gradient' (two-stop linear gradient)."
},
"color": {
"type": "string",
"description": "Hex color for solid background, e.g. '#0a0a0a'."
},
"stops": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of two hex colors for gradient, e.g. ['#007cf0', '#7928ca']."
}
},
"required": [
"kind"
]
}
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.