Is it possible to link in to Google AI Studio?

Is there a way to create a link that will open AI Studio and pre-fill it with a prompt and settings based on the parameters passed in?

The use case: my app has a development/debugging console that allows me to review what I’m sending to the API and what I’m getting back. It would be really cool if I spot something where my prompt isn’t working well, I could click a link that takes me right to Google AI Studio with the chat session and parameters populated. I could then use AI Studio to refine it and take the result back to my application. Sort of a reverse “copy code” button.

If this doesn’t already exist, it’s my feature request.

1 Like

That’s a good feature request. Directly linking with pre-filled parameters can be tricky. Typically, AI Studio would need to expose some kind of API endpoint that accepts these parameters and creates a new chat. It’s not supported currently. I’ll submit this as a feature request to our internal team.
Thanks for suggesting it!