chalksurf --help
chalksurf exercise create Create an exercise 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 exercise create contract [string] [required] Examples: chalksurf exercise create --input-json '{"subject":"math","translations":{"english":{"exercise_text":"Find $x$."}},"labels":["algebra.equations"]}' --json Create an exercise for an agent workflow