Loading dashboard…
Loading dashboard…
Overview
Demo workspace for local and agent testing. Mint keys, watch usage, and hit the capture API without wiring OAuth first.
4 global sandbox slots
{
"mcpServers": {
"snapliz": {
"command": "npx",
"args": ["-y", "agentscreenshots-mcp"],
"env": {
"AGENTSCREENSHOTS_API_KEY": "asx_demo_dev_key_change_me_in_production_0001",
"AGENTSCREENSHOTS_API_URL": "http://localhost:3000"
}
}
}
}curl -G "http://localhost:3000/api/take" \
--data-urlencode "url=https://example.com" \
--data-urlencode "access_key=asx_demo_dev_key_change_me_in_production_0001" \
-o shot.pngLocal-only seed key. Rotate before any shared deploy.
asx_demo_dev_key_change_me_in_production_0001