# KINDI Docs

> Mask Saudi-Arabian PII in medical text before sending it to an LLM. Decrypt client-side.

## Best way to inspect these docs

Download all docs as markdown files and grep them locally:

```bash
curl -L http://docs.kindi.me/docs.zip -o docs.zip
unzip docs.zip -d docs
grep -R "search term" docs/
```

Use this when you need to search across the whole documentation set. The zip contains every page as a .md file.

## Page index

You can also fetch individual markdown pages directly:

- [Orientation](http://docs.kindi.me/index.md)
- [For your AI coding agent](http://docs.kindi.me/agents.md)
- [Support](http://docs.kindi.me/support.md)
- [Mask and decrypt round-trip](http://docs.kindi.me/examples/mask-and-decrypt.md)
- [Redact, irreversible enumerated placeholders](http://docs.kindi.me/examples/redact.md)
- [BYOK, bring your own key](http://docs.kindi.me/examples/byok-flow.md)
- [LLM round-trip](http://docs.kindi.me/examples/llm-roundtrip.md)
- [1. Upload](http://docs.kindi.me/examples/files-redact.md)
- [LLM Proxy](http://docs.kindi.me/proxy/overview.md)
- [OpenAI](http://docs.kindi.me/proxy/openai.md)
- [Anthropic](http://docs.kindi.me/proxy/anthropic.md)
- [Bring your own key (production)](http://docs.kindi.me/proxy/keys-and-auth.md)
- [Streaming](http://docs.kindi.me/proxy/streaming.md)
- [Preserve tags](http://docs.kindi.me/proxy/preserve-tags.md)
- [Supported endpoints](http://docs.kindi.me/proxy/limitations.md)
- [Body shape](http://docs.kindi.me/proxy/errors.md)
- [Custom-term glossaries](http://docs.kindi.me/guides/glossaries.md)
- [Entity toggles](http://docs.kindi.me/guides/entities.md)
- [Smart generalization](http://docs.kindi.me/guides/generalization.md)
- [Detection behavior](http://docs.kindi.me/guides/detection-behavior.md)
- [Error codes](http://docs.kindi.me/guides/error-codes.md)
- [Rate limits](http://docs.kindi.me/guides/rate-limits.md)
- [Regional availability](http://docs.kindi.me/guides/availability.md)
- [Common mistakes](http://docs.kindi.me/guides/common-mistakes.md)
- [Mask](http://docs.kindi.me/reference/mask.md)
- [Redact](http://docs.kindi.me/reference/redact.md)
- [Files](http://docs.kindi.me/reference/files.md)
- [API keys](http://docs.kindi.me/reference/keys.md)
- [Glossaries API](http://docs.kindi.me/reference/glossaries.md)
- [PII types](http://docs.kindi.me/reference/pii-types.md)

## Links

- [Playground](https://dashboard.kindi.me/dashboard/playground)
- [API keys](https://dashboard.kindi.me/dashboard/keys)
- [Open dashboard](https://dashboard.kindi.me)