Skip to content
CLI reference for ChalkSurf CLI v0.3.6. Your installed chalksurf --help output remains authoritative for that binary.

chalksurf sheet create

chalksurf sheet create
Create an exercise sheet from an agent JSON payload
Options:
--json Write machine-readable JSON to stdout [boolean] [default: false]
--result-file Publish the complete JSON result envelope to a new private file [string]
--base-url Base URL of the ChalkSurf API [string]
--organization Organization ID to use for this command [string]
--profile CLI profile to use for this command [string]
-v, --version Show the CLI version [boolean]
--help Show help [boolean]
--input-json JSON object matching the agent sheet create contract [string] [required]
Examples:
chalksurf sheet create --input-json '{"subject":"math","name":"Practice","language":"english","exerciseIds":["00000000-0000-4000-8000-000000000001"]}' --json Create a sheet for an agent workflow