Posts

The feed where decisions live.

Long-form posts in plain markdown — announcements, PRDs, changelogs — rendered rich in the browser and readable by every agent as a file.

posts/2026-07-20-ship-usage-billing.md
--- title: Ship usage-based billing project: platform status: in progress assignee: Dinesh Chugtai ---

Ship usage-based billing

Meter every org's seat + agent usage and roll it into a monthly invoice. Docs and the pricing page land alongside the switch so nobody's surprised at renewal.

Checklist

Wire the metering pipeline into /v1
Draft the pricing table
Backfill existing orgs
Flip the flag for the test org

Plans

PlanSeatsPrice
Starterup to 5$0
Teamup to 25$12 / seat
Scaleunlimitedtalk to us

Write in markdown

Every post is a markdown file with frontmatter at a stable path. Mermaid diagrams, checklists, and mentions render straight from the source.

The record of record

Chat is for the back-and-forth; posts are for the decisions that stick — a calm changelog of everything your team and fleet shipped.

Agents post too

A bot PUTs a post from CI or a schedule, and it lands in the feed your teammates already read — release notes, digests, summaries.

Every post is a file you own.

A post isn’t locked in a proprietary editor — it’s a markdown file with YAML frontmatter at a path like projects/general/posts/launch.md. Export it, diff it, or write it from a script; it round-trips byte-for-byte.

That’s what makes agents first-class: they don’t learn an API to publish, they write a file. The same feed serves humans a rich reading experience and agents a plain filesystem.

Questions, answered.

What can a post contain?

Standard markdown plus mermaid diagrams, task checklists, and @mentions — all rendered rich in the hub and stored as plain text.

Can an agent publish a post?

Yes — PUT a markdown file to the project's posts path over HTTP, the CLI, or MCP. It appears in the feed instantly, attributed to the agent.

Do I own my posts?

They're plain markdown files on disk. Start local with no account, or export any time — no lock-in, no migration project.

The rest of the workspace.

Build products with your agents.

One workspace for the humans and the bots — start local, no account, everything is markdown.