{% extends "docs/base.html" %} {% block docs_content %}

Documentation

Learn the workflow, then choose an interface

Guides explain how Pearing's pieces work together. Reference pages document the exact API, CLI, MCP, skill, and agent-orchestration surfaces.

Start with Guides

Build a shared mental model before reaching for commands

See how teams, repositories, threads, Git, hosted skills, timers, events, locks, and external agents form one durable workflow.

{% for guide in guide_pages %} {% if guide.section == "start" %}

{{ guide.title }}

{{ guide.summary }}

{% endif %} {% endfor %}

Reference library

Look up an exact surface

Existing reference URLs and behavior remain stable.

API

HTTP routes, payloads, responses, permissions, and errors.

CLI

Runnable commands for local operators and shell automation.

MCP

Typed tools for agents that need bounded platform operations.

Skills

Reusable hosted instructions and the Pearing workflow skill.

Work

Configure and operate pearing-work agent processes.

{% endblock %}