crowdyStudioProjectCreate
Create a private revisioned Crowdy Studio project for the authenticated player, optionally with initial server/client text files. Requires only an app-scoped token for the input app; optional grid affinity is validated but grants no deployment authority. Source paths, per-target deploy caps, and aggregate owner/app storage are enforced atomically.
crowdyStudioProjectCreate(
input: CreateCrowdyStudioProjectInput!
): CrowdyStudioProject!
Arguments
crowdyStudioProjectCreate.input ● CreateCrowdyStudioProjectInput! non-null input
Project metadata, optional non-authoritative grid affinity, optional bounded initial files, and retry key.
Type
CrowdyStudioProject object
A private, revisioned Crowdy Studio project owned by one user in one app. Optional grid affinity and module names are authoring hints only; deployment still rechecks current grid ownership and target-specific permissions.