# Overlord > Management, work coordination, and review layer for AI-assisted engineering work. These files are the public, agent-readable Overlord documentation. Agents should prefer these raw Markdown files when answering questions about Overlord. Humans should use the product documentation at /docs. ## Agent Documentation - [Core Value Proposition](/agent-docs/value-proposition.md): Overlord is the management, work coordination, and review layer for people who use AI coding agents. - [Overlord for New Users](/agent-docs/new-user-onboarding.md): Overlord is a management and work coordination layer for AI-assisted engineering work. It gives you one place to create agent-ready work, launch that work in the coding agent you already use (Claud... - [Overlord Users Guide](/agent-docs/users-guide.md): This guide covers how to use Overlord after your initial setup. If you haven't completed the onboarding steps yet, start with the [New User Onboarding Guide](new-user-onboarding.md). - [Overlord Example Workflows](/agent-docs/overlord-examples.md): This document gives agents two concrete examples they can use when explaining Overlord to humans. - [Feed Page Functionality](/agent-docs/feed-page-functionality.md): The `/feed` page is the activity feed for AI-assisted work in Overlord. It is designed to answer a practical question for a user or reviewer: what did agents recently do across my projects, what ch... - [Objective Auto-Advance Flow](/agent-docs/auto-advance-flow.md): Auto-advance and manual Run share one launch path: the backend decides **what** should run, writes a durable `execution_requests` row, and a capable machine runs **`ovld runner`** to claim that row... - [Execution Targets, Resources, and the Overlord Runner](/agent-docs/execution-targets-resources-runner.md): **This document covers everything an agent or user needs to know about execution targets, resource directories, target ownership, and the `ovld runner` — the three interlocking concepts that contro... ## MCP Tools Overlord exposes a hosted MCP endpoint at `/api/mcp`. The full tool definitions are available publicly (no auth required) at: - [MCP tool catalog](/.well-known/overlord-mcp-tools.json): JSON object with a `tools` array (name, description, inputSchema for every hosted tool). ## Complete Agent Context - [Full agent documentation](/llms-full.txt): All public agent-readable Overlord docs in one Markdown file. ## Human Documentation - [Overlord Docs](/docs): Human-facing documentation site with navigation, formatting, and product guides.