Kontext runtime authorization for AI agents. It replaces long-lived API keys in .env files with short-lived, scoped credentials that are injected at runtime, and simultaneously analyzes the safety of chained up tool calls to block the ones that are dangerous. Every tool call is logged, every secret is accounted for, every action can be traced to the interaction that invoked it.
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 |
