Codex SDK for Go

March 19, 2026 ยท View on GitHub

Go client library for the Codex CLI app-server JSON-RPC v2 protocol. Spawns codex app-server as a subprocess and provides a typed Go API for sending requests and receiving notifications.

Architecture: agynd-cli โ€” Agent Communication Protocol

Installation

go get github.com/agynio/codex-sdk-go@latest

Protocol

This SDK implements the Codex app-server JSON-RPC v2 protocol over JSONL stdio. Types are derived from the machine-readable JSON Schema.