# Intabula > Intabula is a local-first Markdown notes app for Mac with a built-in, sandboxed AI agent. Folders become collections with typed fields, table and Kanban views, and full-text search; the agent edits the same files through sixteen typed operations instead of a shell. It runs on the user's existing Claude or Codex subscription (no API keys), works on existing Obsidian vaults as-is, has an iOS companion app, and syncs through the filesystem (iCloud Drive, Dropbox, Git) with no server or account. Key facts: every note is a plain Markdown file with YAML frontmatter; the SQLite index is a rebuildable cache; the agent has no shell and no direct file access; field edits are byte-exact splices; renames rewrite every wikilink atomically under a crash-recovery journal; every agent write is logged with a before/after diff; schema is inferred from recurring fields, and violations flag to an inbox instead of being rejected. ## Docs - [What is Intabula](https://intabula.app/docs/index.html): overview and quick facts - [Getting started](https://intabula.app/docs/getting-started.html): open a vault or Obsidian folder, connect the Claude/Codex agent, write or delegate - [Data model](https://intabula.app/docs/data-model.html): folders are collections, files are records, frontmatter keys are typed columns (string, number, boolean, date, list, select, wikilink); schema inference and soft enforcement - [The agent](https://intabula.app/docs/agent.html): Claude/Codex providers, the complete list of the sixteen vault operations plus read-only context tools, approval mode, activity feed - [Write safety](https://intabula.app/docs/write-safety.html): splice edits, journaled atomic renames, approval diffs from dry-running the real serializer - [Linked folders](https://intabula.app/docs/linked-folders.html): read-only agent access to codebases and external folders, path fencing, secrets blocklist, git_log/git_show/git_diff - [Views and search](https://intabula.app/docs/views-and-search.html): table and Kanban views, saved views, accent-insensitive full-text search, backlinks - [Sync, sharing, and iOS](https://intabula.app/docs/sync-sharing-ios.html): filesystem sync, the iOS companion app, shared external collections - [Using Intabula with Obsidian](https://intabula.app/docs/obsidian.html): running both apps on the same vault ## FAQ - [Frequently asked questions](https://intabula.app/faq.html): agent safety, Obsidian compatibility, API keys, privacy, sharing, mobile ## Comparisons - [Intabula comparisons](https://intabula.app/compare/): vs Notion, vs Obsidian AI plugins, vs a coding agent on your notes — one page, with when-the-other-tool-wins sections ## Use cases - [Tracking a job search](https://intabula.app/use-cases/job-search.html) - [Engineering decision records](https://intabula.app/use-cases/engineering-decisions.html) - [Shared lists without accounts](https://intabula.app/use-cases/shared-lists.html) ## Optional - [llms-full.txt](https://intabula.app/llms-full.txt): the full documentation as a single Markdown file