Synsigra docs

One-page quickstart

Synthetic engineering data only. Do not enter patient data, personal identifiers, clinical notes, PHI, or diagnostic-use claims.

  1. Open the guided workspace. To create an account, read and accept the current Private Beta Terms and Privacy & No-PHI Notice.
  2. Open Choose pack. Filter by target, workflow intent, scoring mode, and difficulty; use the recommended pack or comparison table.
  3. Open Generate job. Use the default project or create a project if your role allows it, then create the challenge job.
  4. Open Jobs and wait for succeeded.
  5. Open the completed job's verification runbook. Download verification-kit.zip, or download manifest.json, package.zip, and detection-templates.zip separately.
  6. Unzip the verification kit, then replace example rows under detections/ with your algorithm output. Keep provenance.json and ENGINEERING_CLAIM_BOUNDARY.txt from the package with your evidence archive.
  7. Download the verifier bundle or wheel from the runbook page and install it locally without cloning the generator repository.
  8. Copy the exact synsigra-verify command from the runbook. The extracted kit directory itself is the challenge package.
  9. Inspect verification_summary.json, verification_summary.csv, and verification_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.

Rendered API reference · Troubleshooting · Back to app