Synsigra docs
One-page quickstart
Synthetic engineering data only. Do not enter patient data, personal identifiers, clinical notes, PHI, or diagnostic-use claims.
- Open the guided workspace. To create an account, read and accept the current Private Beta Terms and Privacy & No-PHI Notice.
- Open Choose pack. Filter by target, workflow intent, scoring mode, and difficulty; use the recommended pack or comparison table.
- Open Generate job. Use the default project or create a project if your role allows it, then create the challenge job.
- Open Jobs and wait for
succeeded. - Open the completed job's verification runbook. Download
verification-kit.zip, or downloadmanifest.json,package.zip, anddetection-templates.zipseparately. - Unzip the verification kit, then replace example rows under
detections/with your algorithm output. Keepprovenance.jsonandENGINEERING_CLAIM_BOUNDARY.txtfrom the package with your evidence archive. - Download the verifier bundle or wheel from the runbook page and install it locally without cloning the generator repository.
- Copy the exact
synsigra-verifycommand from the runbook. The extracted kit directory itself is the challenge package. - Inspect
verification_summary.json,verification_summary.csv, andverification_report.html.
python -m pip install synsigra-wheel.whl unzip "job_123-verification-kit.zip" -d synsigra-kit cd synsigra-kit synsigra-verify . detections/ verification-results --profile stress --force
Exit code 0 means pass, 1 means verification/input/scoring/threshold failure, and 2 means invalid CLI usage.