Skip to main content
Each API example (the contract risk heatmap and triage and route) has a Run it yourself link that opens Replit with the project’s repository pre-filled. Replit imports the code and its Agent gets it running for you. It is only a few clicks, but the prompts are easy to miss the first time, so here is the whole flow.
You will need a free Replit account and a GC AI API key. See How to enable API access to create a key.
If you only want to see the example working, use the Try it live link on the example page instead. That opens a hosted version with nothing to set up.

Steps

1

Import the project

The Run it yourself link opens Replit’s Import from GitHub page with the repository already selected. Click Import from GitHub.
Replit's Import from GitHub page with the GC AI example repository pre-selected and an Import from Github button
2

Let Replit import it

Replit copies the repository and its Agent starts setting the project up. This takes a minute or two.
Replit showing Import complete while the Agent sets up the project
3

Choose “Get it running on Replit”

The Agent asks what you want to do with the project. Select Get it running on Replit and click Submit. The Agent then installs dependencies, configures the dev server, and starts the app.
Replit Agent prompt asking what to do with the project, with Get it running on Replit selected
4

Add your GC AI API key

When the app is running, its preview opens on the right. Paste your GC AI API key into the field at the top to start using it.
The running example app with a field to paste your GC AI API key
The example runs entirely in your browser and stores the key in your browser’s local storage. There is no server-side secret to configure.
That is it. The imported project is yours to edit, extend, or fork. See its README for how the app is structured.