Documentation Index
Fetch the complete documentation index at: https://kagi.micr.dev/llms.txt
Use this file to discover all available pages before exploring further.
Demos
The docs site ships with recorded terminal GIFs from the repo:- auth
- search
- quick answer
- subscriber summarize
- news
- ask-page
- assistant
- translate
Preview
Auth
Search

Quick Answer
Subscriber Summarize

News

Assistant

Ask Page
Translate
Regenerate
Subscriber demos requireKAGI_SESSION_TOKEN.
The demo scripts build the local debug binary, expose it as kagi through /tmp/*kagi*-demo-bin, and add short intro and outro pauses so the commands stay readable in the final GIFs.
The current demo commands are:
kagi search --format pretty --region us --time year --order recency "rust release notes"kagi quick --format pretty "what is rust"kagi summarize --subscriber --url https://mullvad.net/en/browser | jq -M ...kagi news --category tech --limit 1 | jq -M ...kagi ask-page https://rust-lang.org/ "What is this page about in one sentence?" | jq -M ...kagi assistant "plan a private obsidian workflow for cafe work. give me 3 setup tips and a short checklist." | jq -M ...RESPONSE=$(kagi assistant --model gpt-5-mini "..."); THREAD_ID=...; kagi assistant --thread-id "$THREAD_ID" "..."; kagi assistant thread export "$THREAD_ID"kagi translate "Bonjour tout le monde" --to ja | jq -M ...
Rendering
Use the official asciinemaagg binary when exporting GIFs. On this machine, the correct binary may be the Cargo-installed one rather than an unrelated npm package that also installs agg.