foundry_create_scene
Create a new scene in Foundry Virtual Tabletop with the REST API. Submit scene data as JSON to prepare your world and run encounters.
Instructions
Create a new scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON object accepted by Foundry. | |
| userId | No | Optional Foundry user ID or username for permission-scoped access. | |
| clientId | No | Foundry client ID; defaults to FOUNDRY_CLIENT_ID. |