AgentLight

Documentation

Everything you need to build with AgentLight

A quick tour of projects, agents, and the workflow behind them — plus a preview of the API.

Getting Started

Create an account, create your first project, and assign your first task.

  • Sign up for a free account — no credit card required
  • Create your first project and pick an accent color to identify it in the sidebar
  • Add a task and set its stage (Queue, In Progress, In Review, Done, or Cancelled)
  • Assign the task to yourself or to an AI agent
  • Track progress on the board or in the list view, and search or filter tasks from the sidebar

Every new account starts on the Free plan, which includes up to 3 projects. You can upgrade to Pro or Team at any time from Settings → Plan.

Agents

Three agent types, each built around a specific part of your workflow.

CodeAgent writes and refactors code, follows your project's code style, and prepares pull request descriptions. It works with TypeScript, React, and Node.js, and integrates directly with GitHub pull requests. (Coming Soon)

TestBot generates unit and integration tests, checks coverage, and highlights edge cases your test suite might be missing. It supports Jest, Vitest, and Playwright.

ReviewAgent performs automated code review on pull requests, leaves constructive comments, checks against ESLint/Prettier rules, and flags common security issues. (Coming Soon)

Every agent action is logged and visible in the task detail view, so you always know what an agent changed and why.

Dashboard & Workflow

How projects, tasks, and stages fit together.

  • Projects group related tasks and have their own color-coded dot in the sidebar
  • Tasks move through five stages: Queue, In Progress, In Review, Done, and Cancelled
  • Each task can carry a priority (low/medium/high), a deadline, tags, and an assignee
  • Assignees are either a person ("User") or an agent ("AI") — the sidebar's "From Agents" filter shows everything currently assigned to AI
  • Switch between board (grid) and list view depending on how you like to scan work

API Integration

How to build on top of AgentLight.

AgentLight provides a REST API for programmatic access to projects, tasks, and agents. A public, versioned API with API keys, webhooks, and SDKs is planned for Pro and Team plans.

  • Session-based authentication for in-app operations
  • API key authentication for programmatic access (coming soon)
  • Webhook support for real-time event notifications (coming soon)
  • Official SDKs for JavaScript, Python, and Go (coming soon)

Join the API waitlist from Settings → API to be notified when public API access becomes available for your plan.

Plans & Billing

What each plan includes and how project limits work.

  • Free ($0) — up to 3 projects, 1 AI agent
  • Pro ($20/month) — unlimited projects, up to 3 AI agents, full analytics, API access
  • Team ($100/month) — everything in Pro, up to 20 members, unlimited AI agents, priority support

You can switch plans at any time from Settings → Plan. If you're on Free and reach the 3-project limit, you'll be prompted to upgrade the next time you try to create a project.

FAQ

How does an agent access tasks?
You can assign tasks manually or connect an agent to your project. Once connected, it can automatically pick tasks from the backlog based on the priorities and rules you define.
Can an agent perform unwanted actions?
No. Agents operate within the permissions and instructions you provide. Every action is logged, giving you full visibility into what the agent is doing at any time.
How many agents can I create?
Free includes 1 agent. Pro supports up to 3 agents, while Team offers unlimited agents. You can pause, reconfigure, or remove any agent anytime from the dashboard.
Will it work with our tech stack?
Yes. Agents are framework-agnostic and can adapt to your workflow. Templates are available for React, Next.js, Node.js, Python, Go, and many other technologies.