TokenCap
FeaturesDocsCLIPricingAbout
Demo CLI
TokenCap emblem

TokenCap

Coding context at the speed of thought.
Built for the LLM era.

Product

  • Features
  • Docs
  • Changelog

Resources

  • Terms
  • Privacy
  • Security

Community

  • •GitHub
  • •Discord
© 2026 TokenCap. Built for developers.
terminal

Documentation

v2.4.0
rocket_launchGetting StartedsettingsConfigurationsettings_input_componentContext Profilesaccount_treeKnowledge Graphinventory_2Memory Layerenhanced_encryptionSecret RedactionterminalCLI ReferenceextensionVS Code Extension
codeGitHubforumDiscord
DOCUMENTATION

CLI Reference

All commands run from your project root.

`tokencap make` — Generate all three files

bash
tokencap make [--root <path>] [--out <path>] [--profile <name>]
              [--max-files <n>] [--max-bytes <n>] [--max-file-bytes <n>]
              [--max-diff-bytes <n>] [--no-diff] [--no-contents]

`tokencap graph` — Knowledge graph only

bash
tokencap graph [--root <path>]

`tokencap memory` — Context memory only

bash
tokencap memory [--root <path>]

`tokencap watch` — Background watcher

bash
tokencap watch [--debounce <ms>] [--root <path>]

`tokencap init` — Create config file

bash
tokencap init [--force]

`tokencap config` — Print resolved config

bash
tokencap config [--profile <name>] [--root <path>]
chevron_leftDocs OverviewCLI Referencechevron_right