const world = await sequencer.worldstreams.create({
prompt: 'A bioluminescent city beneath the ocean',
image_url: 'https://example.com/world.jpg',
});
// Add one web stream to your player
video.src = world.playback_url;
// Change what happens next
await world.update({
prompt: 'The city rises into the morning light',
});