Moxn supports round-trip migration: import your existing docs, work in Moxn with AI agents and your team, and export changes back when you need to.Documentation Index
Fetch the complete documentation index at: https://moxn.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Which Path Should I Use?
There are several ways to get content into a Moxn knowledge base. Pick based on where it lives today and how much you’re moving.| You want to… | Use this | Where it runs |
|---|---|---|
| Add a few docs at a time, drafted by an agent | MCP write tools — your AI assistant calls documents / sections directly | Your AI host |
| Bulk import from Notion with a UI, no command line | Notion integration (in-app) — connect once in Settings > Integrations and Moxn runs the job | Moxn’s infrastructure |
| Import a OneNote notebook | OneNote integration (in-app) — sign in with Microsoft, pick what to import | Moxn’s infrastructure |
| Bulk import from local files, or run a Notion sync from CI / a script | The migration CLI — full flag control, scriptable | Your machine or CI |
Import
Bring existing documentation into Moxn from external sources.Notion (in-app)
Connect once in Settings > Integrations — Moxn runs the import for you
OneNote (in-app)
Sign in with Microsoft and bring a notebook into Moxn
Notion (CLI)
Run the same import from your terminal or CI with full flag control
Local Files (CLI)
Markdown, text, and CSV files from your filesystem — CLI only
Export
Get your docs back out of Moxn in the format you need.Notion (in-app)
Push KB docs back to Notion from Settings > Integrations
Notion (CLI)
Push pages back to Notion from the command line
Local Files (CLI)
Download as markdown with images, PDFs, and CSVs
CLI: Two Install Flavors
The CLI is published under two names. Both wrap the same migration engine — pick whichever is most convenient:| Tool | Install | Command prefix |
|---|---|---|
@moxn/context-cli | npm install -g @moxn/context-cli | context import-notion, context export-local, etc. |
@moxn/kb-migrate | No install needed | npx @moxn/kb-migrate notion, npx @moxn/kb-migrate export, etc. |
@moxn/context-cli if you already have it installed for other Moxn commands. Use npx @moxn/kb-migrate for one-off runs without a global install.
Date Filtering
All CLI commands (and the in-app integration) support date filters to narrow the scope of your import or export:YYYY-MM-DD or full datetime). In the in-app integration, set the same range under Date filter in the Configure step.