# KiwiFS — PocketBase for Knowledge ## Docs - [Analytics and health](https://docs.kiwifs.com/api/analytics.md): Knowledge health dashboard, per-page health checks, comments, sharing, and real-time events. - [Files](https://docs.kiwifs.com/api/files.md): Read, write, delete, and bulk-manage files through the KiwiFS REST API. - [Import and export](https://docs.kiwifs.com/api/import-export.md): Bulk import and flexible export endpoints for moving data in and out of KiwiFS. - [Metadata and graph](https://docs.kiwifs.com/api/metadata.md): DQL queries, aggregations, backlinks, and knowledge graph endpoints. - [API overview](https://docs.kiwifs.com/api/overview.md): Base URL, authentication, common headers, and error handling for the KiwiFS REST API. - [Schemas](https://docs.kiwifs.com/api/schemas.md): Manage JSON Schema definitions for frontmatter validation. - [Search](https://docs.kiwifs.com/api/search.md): Full-text, trust-ranked, vector, and metadata search endpoints. - [Velocity and graph analytics](https://docs.kiwifs.com/api/velocity.md): Change velocity, PageRank, and structural analysis of your knowledge base. - [Versioning](https://docs.kiwifs.com/api/versioning.md): Git history, diff, and blame endpoints for tracking changes to your knowledge base. - [Webhooks](https://docs.kiwifs.com/api/webhooks.md): Register, list, and delete webhooks for real-time change notifications. - [CLI commands](https://docs.kiwifs.com/cli/commands.md): KiwiFS command-line reference. - [Agent Interface](https://docs.kiwifs.com/concepts/agent-interface.md): How AI agents read and write knowledge in KiwiFS. - [DQL](https://docs.kiwifs.com/concepts/dql.md): A SQL-like query language for frontmatter metadata across your knowledge base. - [Files as truth](https://docs.kiwifs.com/concepts/files-as-truth.md): Why KiwiFS uses plain markdown files as the source of truth. - [MCP (Model Context Protocol)](https://docs.kiwifs.com/concepts/mcp.md): Connect Claude, Cursor, and other AI tools to your KiwiFS knowledge base. - [Schema Validation](https://docs.kiwifs.com/concepts/schemas.md): Enforce structure on your knowledge with JSON Schema validation on writes. - [Search](https://docs.kiwifs.com/concepts/search.md): Three tiers of search: grep, SQLite FTS5, and vector embeddings. - [Versioning](https://docs.kiwifs.com/concepts/versioning.md): Git-backed versioning strategies: full git, copy-on-write, or none. - [Webhooks](https://docs.kiwifs.com/concepts/webhooks.md): Push real-time notifications to external services when pages change. - [Wiki links](https://docs.kiwifs.com/concepts/wiki-links.md): Link pages with [[wiki-link]] syntax and explore the knowledge graph. - [Configuration](https://docs.kiwifs.com/configuration.md): Configure KiwiFS via .kiwi/config.toml — search, auth, versioning, vector embeddings, and more. - [Docker](https://docs.kiwifs.com/deploy/docker.md): Deploy KiwiFS with Docker. - [Go embed](https://docs.kiwifs.com/deploy/go-embed.md): Embed KiwiFS in your Go application. - [Kubernetes](https://docs.kiwifs.com/deploy/kubernetes.md): Deploy KiwiFS on Kubernetes. - [Data export](https://docs.kiwifs.com/export/overview.md): Export your knowledge base as JSONL or CSV. - [Database imports](https://docs.kiwifs.com/import/databases.md): Import data from PostgreSQL, MySQL, SQLite, MongoDB, and Firestore into KiwiFS. - [File imports](https://docs.kiwifs.com/import/files.md): Import data from CSV, JSON, and JSONL files into KiwiFS. - [Data Import](https://docs.kiwifs.com/import/overview.md): Import data from 18 sources into your KiwiFS knowledge base. - [SaaS imports](https://docs.kiwifs.com/import/saas.md): Import data from Notion, Airtable, and other SaaS platforms into KiwiFS. - [Introduction](https://docs.kiwifs.com/index.md): KiwiFS is a knowledge filesystem that agents can write to, search, query, and trust. - [Quickstart](https://docs.kiwifs.com/quickstart.md): Install and run KiwiFS in 60 seconds. ## OpenAPI Specs - [openapi](https://docs.kiwifs.com/api-reference/openapi.json) ## Optional - [GitHub](https://github.com/kiwifs/kiwifs)