Skip to main content
Get started with the ARC-AGI-3 Agents repo. Watch the Agent Quickstart tutorial video.

Step 1: Clone the Repo

git clone https://github.com/arcprize/ARC-AGI-3-Agents.git
cd ARC-AGI-3-Agents
Make sure you have your ARC_API_KEY populated in your environment variables. See API Keys for setup instructions.

Step 2: Run an Agent

Run the random agent on the ls20 game:
uv run main.py --agent=random --game=ls20
The replay of your agent is available at the end of the run.

Next Steps