Team Wiki

H by Hatchable

An internal wiki your team writes and your AI agent keeps up to date.

Team Wiki

The answer to how we do this lives in one person's head. New hires ask the same five questions, the onboarding doc is a year out of date, and the wiki you started is a graveyard of half-written pages.

Team Wiki is a nested space of pages your team edits together. You write docs, handbooks, and runbooks in a clean tree, and you can connect your AI assistant so it drafts pages, updates them, and answers from what is already written.

Ask your agent to write up the deploy process and it creates the page in the right place. Ask how you handle refunds and it answers from your own wiki, not the open internet.

It is a self-hosted alternative to Notion for an internal knowledge base, with every page in your own database.

Copy and Launch it, connect your agent over MCP, and let your wiki keep itself current.

Talk to it from your AI

Once Team Wiki is on your account, the same AI you used to install it can read its data, send its emails, and change its code — for the life of the project. Try things like:

“Write up our deploy process as a new page under Engineering Handbook.”
“How do we handle refunds? Answer from the wiki.”
“Find every page that mentions on-call and list them.”
“Update the onboarding page with the new laptop setup steps.”

Every Hatchable project ships with an MCP server scoped to it — how it works.

MCP tools

list_tree()

Return the full page tree for navigation.

get_page(page_id)

Return a single page with its content.

create_page(parent_id?, title, body)

Create a page, optionally nested under a parent.

update_page(page_id, body)

Replace the content of an existing page.

search_pages(query)

Search across every page for a term or phrase.

Features

Pages in a tree

Organize docs, handbooks, and runbooks in a nested structure that stays easy to navigate as it grows.

Search that finds it

Look up anything across every page and land on the answer, so the same question stops getting asked.

Agent-maintained over MCP

Connect your AI assistant and it can draft new pages and update stale ones, keeping the wiki alive instead of frozen.

Answers from your docs

Your agent answers from what your team actually wrote, grounded in your wiki rather than the open web.

Your data, your domain

Every page lives in your own database at your own address. Your knowledge stays yours.

What you get

  • Source code, deployed to your account on Hatchable
  • Your own subdomain (or BYO custom domain on the Builder plan)
  • A real Postgres database, scoped to this app
  • The ability to make a copy, edit it, and redeploy via your AI tool
  • CSV export of your data, any time