google · Google AI Docs
Gemini API Google AI Studio quickstart
A step-by-step guide to setting up and using Google AI Studio to interact with Gemini models, including obtaining API keys and testing prompts.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Gemini API Google AI Studio quickstart
A step-by-step guide to setting up and using Google AI Studio to interact with Gemini models, including obtaining API keys and testing prompts.
When To Use
Use when you need to set up a Google AI Studio environment, generate an API key, and perform initial prompt testing with Gemini models.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/gemini-api-google-ai-studio-quickstart-workflow-guide.md | A guide explaining how to use Google AI Studio to experiment with prompts and generate code for the Gemini API. | Questions about a guide explaining how to use Google AI Studio to experiment with prompts and generate code for the Gemini API. |
examples/gemini-api-google-ai-studio-quickstart-prompt.text | A text-based example of a system instruction prompt for the Gemini API using a persona-based scenario. | Exact payloads, commands, or snippets shown in A text-based example of a system instruction prompt for the Gemini API using a persona-based scenario. |
examples/gemini-api-google-ai-studio-quickstart-prompt-2.text | A text-based example of a simple natural language prompt used to interact with the Gemini API via Google AI Studio. | Exact payloads, commands, or snippets shown in A text-based example of a simple natural language prompt used to interact with the Gemini API via Google AI Studio. |
examples/gemini-api-google-ai-studio-quickstart-text-preview.text | A text preview of the Gemini API Google AI Studio quickstart documentation showing a sample conversational response. | Exact payloads, commands, or snippets shown in A text preview of the Gemini API Google AI Studio quickstart documentation showing a sample conversational response. |
examples/gemini-api-google-ai-studio-quickstart-gemini-api-google-ai-studio-syste.text | A text-based example of a system instruction prompt defining a persona for the Gemini API. | Exact payloads, commands, or snippets shown in A text-based example of a system instruction prompt defining a persona for the Gemini API. |
examples/gemini-api-google-ai-studio-quickstart.text | A text-based overview of the Gemini API quickstart process using Google AI Studio. | Exact payloads, commands, or snippets shown in A text-based overview of the Gemini API quickstart process using Google AI Studio. |
What This Skill Covers
- Google AI Studio lets you quickly try out models and experiment with different prompts. When you're ready to build, you can select "Get code" and your prefer...
- Main sections:
Prompts and settings,Chat prompt example: Build a custom chat application,Step 1 - Create a chat prompt,Step 2 - Teach your bot to chat better,Step 3 - Next steps.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://ai.google.dev/gemini-api/docs/ai-studio-quickstart
