Saika CLI
Work with boards from your terminal.
Upload source files, create file cards, search boards, and issue share links without opening the canvas first.
$ saika auth login
Opening browser sign-in...
$ saika boards search research
✓ Brand research
✓ Launch assets
$ saika cards create-file --board brd_123 ./brief.pdf
Created file card: brief.pdf Install
The CLI runs on Bun and is currently distributed with the Saika project.
After checkout, link it once and use saika anywhere on your machine.
git clone https://github.com/Morphexe/milanote-clone.git saika
cd saika
bun install
bun link packages/cli
Already have the repo? Run bun link packages/cli from the project root.
What it can do
Use JSON output for scripts, or plain text output for quick terminal work.
saika auth login Open browser sign-in and store a local CLI session.
saika boards list Show recent boards you can access.
saika boards search campaign Find boards by title.
saika cards create-file --board <id> ./brief.pdf Place a local file onto a board as a card.
saika files upload --board <id> ./deck.pdf Upload a file to a board library.
saika files share --board <id> <file-id> Create a share link for a board file.
Designed for account-safe automation
Sign in through the browser, check who you are with saika auth whoami,
and revoke local access with saika auth logout when you are done.