Create an Initial Image Description Script
Start with one image and one script. Send the file to a vision model and return a plain visual description plus explicit uncertainty. Keep credentials in environment variables rather than a text file in the workspace.
Create a Python script that loads the JPEG at the workspace root, sends it to the configured vision API, and returns a factual visual description. Separate directly visible details from uncertain inference. Read credentials from environment variables and include setup and run commands.
Start with a simple, single-purpose script to validate the API connection and basic functionality before adding complexity.




