google · Google AI Docs
Gemini API Build apps in Google AI Studio
An overview of the development workflow within Google AI Studio, covering how to prototype prompts, test model behaviors, and transition from the web interface to code-based implementations.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Gemini API Build apps in Google AI Studio
An overview of the development workflow within Google AI Studio, covering how to prototype prompts, test model behaviors, and transition from the web interface to code-based implementations.
When To Use
Use when you need to prototype prompts in a visual environment before exporting them to a programmatic implementation using the Gemini API.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/gemini-api-build-apps-in-google-ai-studio-workflow-guide.md | A guide describing how to use Google AI Studio to build and deploy full-stack applications using Gemini capabilities like the Live API. | Questions about a guide describing how to use Google AI Studio to build and deploy full-stack applications using Gemini capabilities... |
examples/gemini-api-build-apps-in-google-ai-studio-gemini-api-google-ai-studio-ap.text | A JSON configuration object defining application metadata and requested hardware permissions for Google AI Studio build mode. | Exact payloads, commands, or snippets shown in A JSON configuration object defining application metadata and requested hardware permissions for Google AI Studio bui... |
What This Skill Covers
- This page describes how to use Google AI Studio to quickly build (or "vibe code") and deploy apps that test out the latest capabilities of Gemini like Nano B...
- Main sections:
Get started,What is created?,The Antigravity Agent,Full-stack capabilities,Continue building.
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/aistudio-build-mode
