Quickstart
This guide gets you from zero to protected in about 5 minutes.1. Install
Using pnpm or yarn?
Using pnpm or yarn?
2. Create a test file
Make a file with some secrets:3. Scan for secrets
4. See what Claude would receive
5. Full round-trip with Claude
Set your API key:- Takumo detects 3 secrets
- Replaces them with tokens
- Sends tokenized code to Claude with your prompt
- Gets Claude’s response (still has tokens)
- Swaps tokens back to real secrets
- Outputs the final code