LoopLoop

Getting Started

Choose your path into Loop based on how you want to integrate — quickstart, agent setup, SDK, CLI, or MCP server.

Getting Started

Loop is the autonomous improvement engine — an open-source data layer and prompt engine that collects signals, organizes work into issues, and tells AI agents exactly what to do next. There is no AI inside Loop. It is a fully deterministic system that any agent can pull work from over HTTP.

New to Loop?

If this is your first time, start with the Quickstart below. You will go from zero to a dispatched issue in under five minutes.

Choose Your Path

Pick the entry point that matches what you are trying to do.

First Steps

Connect an AI Agent

If you are building an autonomous agent workflow and want your agent to pull tasks from Loop, pick the integration surface that fits your setup.

Build with the SDK or CLI

If you are writing custom scripts, building integrations, or managing Loop from the terminal.

Understand the System

Prerequisites

Before running Loop locally, make sure you have:

  • Node.js 20+ installed
  • Docker installed and running (for local PostgreSQL)
  • pnpm (install via npm install -g pnpm or see pnpm.io)

For production deployments, you will need a Neon PostgreSQL database. For local development, Loop provides a Docker Compose configuration that runs PostgreSQL automatically.