Agentic Project Workspace
A documentation & planning workspace — write plans and task descriptions as linked HTML pages. Not a coding workspace.
Point your AI agent at a workspace over MCP. The agent discovers plans, docs and tasks as HTML pages, updates them as work progresses, and humans read the same content as a shareable HTML site. The same homedir is reachable over FTPS for humans and CI.
How it works
Each workspace is a homedir with a structured layout — plans, tasks, internal docs and a public folder. Your agent connects over MCP and writes HTML pages as work progresses. Humans browse the same files either over FTPS or as a shareable web site via a slug.
| Path in workspace | Visibility | Purpose |
|---|---|---|
plans/ | Private | Plan pages — goals, decisions, phases |
tasks/ | Private | Task board — one folder per task |
docs/ | Private | Internal documentation |
docs-public/ | Web-published | Shareable docs — the default slug |
Only docs-public/ is served on the web by default.
Register additional slugs to publish plans/ or any other directory.
Connect your agent
Any MCP-capable agent works — Claude Code, Codex, or your own. After creating a workspace you receive a single MCP credential.
Claude Code (claude.json or .mcp.json)
{
"mcpServers": {
"workspace": {
"url": "https://mcp.product.tld",
"headers": {
"Authorization": "Bearer <YOUR_MCP_TOKEN>"
}
}
}
}
The agent's entry point is AGENTS.md at the workspace root — read it first on every session.
It explains the layout, task/plan lifecycle and HTML writing conventions.
Important: this is a documentation & planning workspace — the agent's job is to write plans, track tasks and maintain a shareable site, not to compile or deploy code.
Pricing
Three tiers — storage shared across your workspaces and allocated per workspace. Extra blocks available.
| Tier | Workspaces | Slugs / workspace | Storage pool | Price |
|---|---|---|---|---|
| Free | 1 | 1 | 50 MB | Free |
| Starter | 1 | 3 | 500 MB | TBD |
| Team | 5 | 10 | 2 GB | TBD |
Extra storage and workspace blocks can be purchased on any paid tier.
Sign up
Two ways to sign up — both land on the same account if you later link a second identity.
SIWE wallet — fast and anonymous. Sign in with your Ethereum wallet, no email required.
Stripe / email — standard card checkout. Email required.