Agent Cloud is a flexible platform that lets you decide how you want to build your projects and this is the simplest way to get Agent Cloud up and running. It only takes a few minutes.Documentation Index
Fetch the complete documentation index at: https://docs.agentcloud.dev/llms.txt
Use this file to discover all available pages before exploring further.
Setup via Docker
Learn how to get Agent Cloud running locally via Docker.Clone the repository locally
Clone the repository locally
Open your terminal and clone the repo to your a local folder using the command below.
Make sure to
cd into that directory.git clone https://github.com/rnadigital/agentcloud.gitRun Docker Desktop
Run Docker Desktop
If you don’t have docker desktop you can
download it here
Run install.sh in terminal
Run install.sh in terminal
There previously was a reliance on GCP for bucket storage.
This has been removed and is now optional.
Files can now be accessed from Local Disk.
Go to localhost:3000
Go to localhost:3000
Once all the Docker containers are running, enter your browser and go to http://localhost:3000.
You will see the following page where you can enter your sign in details.
After signup you will be redirected to a sign in page where you can enter the same credentials you just used to sign up to enter the platform.

For a detailed walkthrough of building a chat application using Agent Cloud and BigQuery, check out our comprehensive guide on the Agent Cloud blog. It will provide you with step-by-step instructions on “How to Build a RAG Chat App with Agent Cloud”.