{"id":"ecea1312-db4d-4144-b43b-e1de41d4de0f","task_name":"Get DB Connection String","summary":"Retrieve your database connection string directly from Supabase by navigating to the Connect section and selecting the Direct Connection String option. This is essential for configuring backend applications, ORMs, and database clients to communicate with your Postgres database.","description":"Retrieves a direct database connection string from Supabase by navigating to the Connect section.","tools_used":[],"agent_steps":[{"step_number":1,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/settings/compute-and-disk","element":{"name":"Connect","role":"button","selector":"","xpath":"//html/body/div/div/div/div[2]/header/div/div[2]/div[2]/button","attributes":{"type":"button","data-size":"tiny","data-state":"closed"}},"value":"","keys":[],"file_paths":[],"description":"Navigate to the Connect section of your Supabase project by clicking the Connect button in the dashboard. This section centralizes all available methods for connecting to your Postgres database."},{"step_number":2,"action_type":"click","url":"https://supabase.com/dashboard/project/bezuunvuecuzqgutpggb/settings/compute-and-disk?showConnect=true","element":{"name":"Direct Connection string","role":"button","selector":"","xpath":"//html/body/div[3]/div[2]/div[1]/div/button[2]","attributes":{"type":"button"}},"value":"","keys":[],"file_paths":[],"description":"Click on the Direct Connection String option to retrieve the full connection string for your database. This string contains all the credentials and connection parameters needed to connect backend applications and database clients directly to your Postgres instance."}]}