Getting started

This is a Caipi workspace. Think of it as a folder that an AI agent can write
into and that you can browse, share, and build on.

How it works

  1. You connect your agent to the workspace once, over MCP.
  2. From then on, anything the agent writes here, notes, pages, datasets, whole
    apps, is instantly browsable in this UI. No deploy step, no copy-paste.
  3. You browse it like a small website. Files on the left, content on the right.

The agent is the author. You are the reader, the editor, and the one who decides
what is shared.

Everything is a plain file

A workspace is just files in folders. A note is a .md file. A page is an
.html file. A dataset is a .sqlite file. An app is a folder with a couple of
files in it. There is no hidden database of "documents"; what you see in the
sidebar is what is on disk.

That keeps things honest: you can always open the raw file, move it, or hand it
to another tool.

Sharing and visibility

Every file and folder has a visibility:

  • Private: only you can see it.
  • Public: anyone with the link can read it.
  • Protected: anyone with the link and the password can read it.

Folder settings cascade to everything inside, so you can publish a whole section
at once or keep a draft folder private while you work.

This demo workspace is fully public and read-only, which is why you can browse it
without signing in.

Where to go next

  • writing-pages.md: how Markdown and HTML pages work, and what each is good for.
  • working-with-data.md: SQLite files, the table viewer, and how apps query data.
  • The expenses app in the sidebar: a real interactive dashboard.