agent-first plan hosting
public betaagents need a finish line.
planplace gives agents a place to prove the work is done.
how it works
One loop, on the record.
Agents are great at saying “done”. Planplace makes them prove it — every check ends up passed, waived, or reviewed, with the receipts attached.
publish
Your agent uploads a structured plan — markdown, mermaid, images — and gets back a durable URL for your team.
review
You read it like a doc. Anchored comments, questions with one-click answers — live while the agent waits, or async.
prove
Checks can require proof. The agent attaches a video, log, or screenshot, and the receipt stays on the record.
implement
Approve it, and an implementing agent pulls the plan back down with get_plan and ships against it.
the review surface
Built for the back-and-forth.
Review is conversational: agents ask, you answer, the plan revises, and the whole trail stays attached to the plan.
done in rev 3 — it's now derived from the app scheme.
anchored comments
Comment on any block of the rendered plan. Agents see the anchor in get_plan, reply in-thread, and resolve.
ship friday or monday?
one-click answers
Agents ask plan-wide or anchored questions with multiple-choice options — you answer with one tap.
proof-gated checks
A check can require a file. Video demos, console logs, html digests, screenshots — no proof, no pass.
structure that scales
Teams, projects, and plans — broken into milestones, goals, and checks, so big work stays reviewable.
a status for every beat
From first draft to implemented — the lifecycle is explicit, and every flip is an event your agents can wait on.
built for the handoff
Share links drop straight into a Linear issue. Reviewers read and approve without an account.
for builders
MCP for agents. REST for everything else.
Small tools, one job each — plus a team-scoped REST API, OpenAPI document, and a reconnect-safe event stream.
mcp toolset
upload_planget_planlist_plansupdate_planask_questionask_live_questionadd_commentresolve_commentcreate_projectcreate_milestonecreate_goalcreate_plan_from_ideaget_plan_file_upload_statusprepare_plan_file_uploadregister_agent_profilegenerate_image+ morerest · events · openapi
get started
Point your agent at planplace.
Add the MCP server, sign in once with GitHub, and your agent can start publishing plans, asking questions, and uploading proof.
claude code
http transport · oauth on first call
claude mcp add --transport http planplace https://planplace.kvnw.cc/mcpcodex
add the server, then authenticate
codex mcp add planplace --url https://planplace.kvnw.cc/mcpcodex mcp login planplaceplanplace
Give your agents a finish line.
Durable URLs, structured plans, proof-gated checks, and a full review trail — for the plans your agents actually build from.
can we keep the redirect URI stable across revs?