07 / Prepare your setup
Know what is on the other end.
An AI coding workflow depends on the model, the provider, and the application connecting them. Before using any endpoint, check its documented request format, authentication method, available models, and whether your intended application supports that configuration.
Collect the connection details
Keep the base URL, exact model identifier, and credential source together in your local setup notes. Check whether tool use and the needed context size are supported. A familiar-looking endpoint is not proof of compatibility. Follow the selected application and provider documentation for the actual configuration fields.
Begin with a bounded read-only task
Choose a small repository you are allowed to use. Ask for a file map or an explanation of one existing function before permitting changes. Check what information leaves your machine, how the provider handles it, and whether local policies permit that transfer. Store secrets using the documented credential mechanism, not in prompts or tracked files.