scene-runtime - Decentraland SDK7 Scene Runtime APIs
Provides Decentraland SDK7 cross-cutting runtime APIs for async tasks, HTTP, WebSockets, restricted actions, realm info, and testing.
Tags
Updated: 2026-09-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Execute asynchronous tasks in scene
- Send plain and signed HTTP requests
- Establish WebSocket network connections
- Query scene realm and explorer info
- Read deployed scene files at runtime
- Execute player restricted actions
- Manage portable experiences lifecycle
- Run automated scene unit tests
Inputs
- Scene configuration files
- External API endpoints
- Portable experience URNs
- Player interaction events
Outputs
- HTTP response data
- WebSocket message streams
- Player position and realm updates
- Clipboard data
- Automated test results
Requirements
- Decentraland SDK7
- Player interaction for restricted actions
- @dcl/sdk-commands CLI for testing
