Koine
HTTP gateway + SDKs that expose Claude Code CLI as a REST API.
Koine (koy-NAY) — the common Greek that connected the ancient Mediterranean. Koine connects your apps to Claude Code.
Why Koine?
Claude Code is Anthropic's agentic coding assistant. It reads files, runs commands, edits code, and uses tools autonomously. But it's a CLI, not an API.
Koine makes Claude Code callable from your applications. Deploy it as a Docker service, call it from any language, get structured typed responses.
Why Claude Code Instead of a Standard LLM SDK?
With a typical LLM SDK, you get text in → text out. Tool use, file access, and code execution require building your own orchestration layer.
Claude Code is that orchestration layer:
Agentic loop built-in : tool calls handled automatically, no orchestration code
... continue reading