About Google Cloud

Google Cloud Platform (GCP) is the cloud computing suite built on the same infrastructure that runs Google Search, Gmail, and YouTube. It gives you somewhere to run code, store data, and call AI models without managing your own servers. For a legal AI build, that means you can host your app, keep your documents in a managed database, and reach Gemini models through Vertex AI, all from one place.

<aside> <img src="notion://custom_emoji/9067698e-8c48-4c31-9814-0f22ae0539d7/378c01c2-41b2-802a-941e-007a5d32fd71" alt="notion://custom_emoji/9067698e-8c48-4c31-9814-0f22ae0539d7/378c01c2-41b2-802a-941e-007a5d32fd71" width="40px" />

Pre-hackathon workshop: Building Agents on Google Cloud , TBD

</aside>

👀 Why it's useful at LLMxLaw Hackathon

GCP is the layer your project can actually run on. Some ideas on where it fits:

🔑 How access works

You will work in temporary, pre-configured GCP projects set up for the event. A "Frictionless accounts" document with specific instructions for accessing and using the temporary accounts will be shared with you.

⚠️ Important. Because of the risks of leaking credentials, these environments do not allow the generation of a private key from a service account. Do follow good development and security practices: non-secure HTTP ports, databases open on the internet, and use of PHP will all be detected and reported, and may cause a project suspension. Any excess usage that violates the rules of engagement will lead to a suspension of all resources for the event.

📚 Resources