sally docs

Sally Docs

Sally is an API-first project management system for humans, agents, and internal operations.

This documentation is meant to work for both people and machines: operators who want to install and run Sally, and engineers or agents who need precise references for integration work.

Start here

Current product surface

  • account login and session auth
  • workspaces and memberships
  • invites and password reset flows
  • projects with default or custom statuses
  • project memberships
  • tasks with priorities, descriptions, due dates, labels, todos, comments, and inline images
  • clients linked to projects
  • notifications for assignment and mentions
  • timesheets and reporting
  • hosted MCP via /mcp
  • local stdio MCP via sally-mcp

How to read these docs

Sally intentionally has both high-level explanation docs and implementation-backed reference docs.

  1. Use the product and install guides to understand the workflow.
  2. Use the API and MCP docs when you need exact request or auth behavior.
  3. When in doubt, trust the implementation in the Sally app itself.

Recommended reading order

For operators:

  1. Product Guide
  2. Install
  3. MCP
  4. Recovery

For engineers and agent builders:

  1. API & Auth
  2. MCP
  3. Tutorials
  4. Architecture