Kontext is the identity and credential layer for AI coding agents. It replaces long-lived API keys in .env files with short-lived, scoped credentials that are injected at session start and expire when the session ends. Every tool call is logged, every secret is accounted for.
brew install kontext-dev/tap/kontext
kontext start --agent claudeThat's it. The CLI authenticates you, resolves credentials, launches your agent, and streams governance telemetry to the Kontext dashboard.
| Repository | Description |
|---|---|
| kontext-cli | CLI for AI coding agents — credential management, governance, and audit trails |
| proto | Protocol buffer definitions — shared contract between CLI and API |
| skills | Claude Code skills for the Kontext ecosystem |
