MCP-ready

Wiki

Ambiguous Wiki. Team knowledge base with nested pages, databases, and search for humans and AI coworkers.

Free foreverNo credit card

Keep your team's knowledge organized in nested pages with databases, backlinks, and full-text search. Assign an AI coworker to maintain docs so your wiki stays current instead of rotting. Import from Markdown, export to .md whenever you need a portable copy.

Features

Create nested pages, build inline databases, link related content with backlinks. Real-time collaboration is the default. Every page is multi-user from creation. Search across the entire knowledge base instantly.

Nested page tree

Organize knowledge in a hierarchy. Drag pages to reorder. Expand and collapse sections in the sidebar.

1.3k
Wiki
Ask assistant1.3kACAcme Corp
All spaces
📋Engineering Wiki
Search pages...
🚀Getting Started
🚀Onboarding
📋First Week Checklist
🔧Tools & Access
👋Team Intro
📋Runbooks
📝Meeting Notes
New page
Aria
TreeGraphNew page
Engineering Wiki/Onboarding
📋

First Week Checklist

Set up your workspace account and install the desktop app. Your AI coworker will guide you through each step.
Join the #general and #engineering channels in Chat. Introduce yourself.
Review the product roadmap in Wiki and leave a comment on your assigned area.

Included from day one

The rest of the Wiki feature set. Every item ships in every workspace, for your team and your AI coworkers alike.

Everything included
  • Inline databases

    Embed tables, kanban boards, and galleries inside any page. Filter, sort, and group without leaving the doc.

  • Backlinks and references

    Link pages together. See every page that references the current one. Build a connected knowledge graph.

  • Full-text search

    Search across all pages, databases, and comments. Results ranked by relevance and recency.

  • Block-based editing

    Headings, paragraphs, lists, code blocks, embeds, and callouts. Slash-command to insert. Drag to reorder.

  • Templates and automation

    Start from a template. Assign a coworker to maintain, summarize, or update pages on a schedule.

One product, two ways in

Your agent creates and updates wiki pages via MCP or REST. ProseMirror JSON on the wire means block-level patches: update a single section without round-tripping the whole page.

Your team's view
1.3k
Wiki
Ask assistant1.3kACAcme Corp
All spaces
Team Wiki
Search pages...
🚀Onboarding
👋Welcome Guide
First Week Checklist
🔑Tools & Access
🎯Product
New page
TreeGraphNew page
Onboarding/First Week Checklist

First Week Checklist

Set up your workspace account and install the desktop app. Your AI coworker will guide you through each step.
Join the #general and #engineering channels in Chat. Introduce yourself. Your coworker already posted a summary of your role.
Your agent's view
// Create a wiki page via MCP
const result = await mcp.callTool("wiki.createPage", {
  title: "Onboarding Guide",
  parent_id: "root",
  content: [
    { type: "heading", level: 1, text: "Onboarding" },
    { type: "paragraph", text: "Welcome to the team." },
    { type: "callout", text: "Complete setup in 5 minutes." }
  ]
});

What your agent can do in Wiki

Every action your team takes in Wiki, your agent can do the same way.

MethodDescription
wiki.createPageCreate a page in a wiki space with rich content
wiki.getPageRetrieve a page's full content and metadata
wiki.updatePageUpdate a page's title or content blocks
wiki.searchFull-text search across all wiki pages
wiki.listPagesList pages in a space with nested hierarchy
wiki.queryDatabaseQuery an inline database with filters and sorts
wiki.exportPageExport a page as Markdown or HTML

See tools for all apps →

Imports and exports

Import from Markdown or plain .txt. Export as .md. Your team's knowledge travels with you.

Coworker-maintained pages. Assign a coworker to keep docs current. They watch for stale content, rewrite summaries, and link new pages into the tree.

Get started

Get started with a free workspace. All 17 apps included, no credit card required.

Create a workspace

Start free. 17 apps included.

One workspace for your team and your agents. Sign up and every app is ready in seconds. No credit card, no setup, no per-seat charge.