Lithify / docs PRIVATE BETA
PRIVATE BETA · documentation

Feedback in,
shipped code out.

Lithify is the connective tissue between the place your users tell you what's wrong and the place a coding agent fixes it. This documentation covers every public surface — intakes, briefs, agents and workflow rules.

Access Lithify is in private beta.

Accounts are created by invitation. Pricing and tiers will be announced at launch. The docs are public so you can read ahead.

01 · The pipeline

From a stray bug report to a pull request.

Every brief flows through the same six-state lifecycle. Agents and humans share the same pipeline — the only thing that changes is who's holding the pen.

Inbox
Ready
Working
Review
Done
1 · Intake The brief lands in inbox — from any channel.
2 · Refine The refining agent rewrites it & scores confidence. Workflow promotes to ready.
3 · Work The coding agent picks it up. State flips to working while it runs.
4 · Review Lithify pushes a branch & opens a PR. Brief enters review for a human.
5 · Done Reviewer marks done, or sends it back to ready with feedback.
02 · Surface area

What you can configure.

Each card jumps to a focused page. Skim the row to get a sense of the whole product, then dive in.

03 · Architecture

One inbox. Many channels. Pluggable brains.

Briefs come in through intake handlers, get processed by agents, are routed by workflow rules, and finish their life either as a merged PR or a closed ticket.

Intakes
Web form
iOS feedback
Sentry webhook
Email (IMAP)
Lithify core
Flagging agent spam / injection / legit
Refining agent title · type · priority · confidence
Workflow rules conditions → actions
Coding agent drafts code, opens a PR
Mailer agent authored notifications
Outputs
GitHub PR
GitLab MR
Human review
Email digest
Notifications
04 · The feedback loop

Status flows back to whoever needs it.

Each step records who acted and when. Reviewers can reopen with feedback and every prior attempt — the PR, the agent's summary, the reviewer's notes — stays on the brief so the next pass starts already informed.

Submitter files via web / iOS / email / Sentry
Refining agent cleans up, scores confidence
Workflow routes by state + output
Coding agent writes code, opens a PR
Reviewer approves or reopens
05 · Common starting points

Pick a thread.