# Inspect the workspace bound to this credential
heybee workspace list
heybee workspace current
# Create and inspect evaluations
heybee evaluation create --file evaluation.json
heybee evaluation show <evaluation-id>
heybee evaluation readiness <evaluation-id>
# Upload a JSON array of samples (local files or inline text)
heybee sample upload <evaluation-id> --file samples.json
# Create a voting link and watch progress
heybee link create <evaluation-id>
heybee evaluation monitor <evaluation-id>
# Read the decision and export the evidence
heybee result show <evaluation-id>
heybee result export <evaluation-id> --output evidence.zip