ToolsThe story, in brief

Show HN: Kontext CLI – Credential broker for AI coding agents in Go

AI agents are pasting API keys into chat. This startup just shipped the credential broker to stop it.

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

Why it matters

As AI coding agents move into production, credential management has become a critical security gap. Kontext CLI solves the immediate problem—short-lived, scoped credentials for agents—and creates the audit trail (who, what, when, why) that enterprises need to govern autonomous access at scale.

The key facts

8 to know
  1. Kontext CLI ships credential brokering for AI coding agents

  2. Works with Claude Code; Codex support incoming

  3. ~5ms overhead per tool call (Go + ConnectRPC)

  4. Holds upstream secrets server-side; CLI receives only short-lived scoped tokens

  5. Captures full audit trail: agent action, result, policy decision, user attribution

  6. Server-side policy enforcement (allow/deny on tool calls) in development

  7. Credentials stored in system keyring; OAuth refresh tokens managed by backend

  8. Targets current pain point: teams pasting long-lived API keys into .env or agent chat

Go to the source

Hacker Newsgithub.com

Publisher excerpt: We built the Kontext CLI because AI coding agents need access to GitHub, Stripe, databases, and dozens of other services — and right now most teams handle this by copy-pasting long-lived API keys into .env files, or the actual chat interface, whilst hoping for the best. The problem isn't just…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools