Kiro Gateway is a Python-based proxy gateway that enables OpenAI and Anthropic-style API access through Kiro IDE/CLI, with multi-account support, VPN/proxy, and Docker/native deployment options.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Kiro Gateway is a proxy gateway for Kiro API (Amazon Q Developer / AWS CodeWhisperer). It provides an OpenAI-compatible API and an Anthropic-compatible API to route requests through Kiro models, supporting multiple models and streaming.
How it works
The gateway authenticates via different credential methods (JSON credentials file, environment variables, AWS SSO, or kiro-cli SQLite DB) and exposes endpoints that mimic OpenAI/Anthropic interfaces. It handles multi-account failover, VPN/proxy routing, and token management to access Kiro models across integrated services.
Getting started
Installation:
# Clone the repository (requires Git)
git clone https://github.com/Jwadow/kiro-gateway.git
cd kiro-gateway
# Install dependencies
pip install -r requirements.txt
# Configure (see Configuration section)
cp .env.example .env
# Copy and edit .env with your credentials
# Start the server
python main.py
# Or with custom port (if 8000 is busy)
python main.py --port 9000
The server will be available at http://localhost:8000.
Recent releases
- v2.3 (2026-02-03): Codex app & Errors Release — Codex app now works with the Kiro Gateway; main error messages are clearer.
- v2.2 (2026-01-30): Containers & Recovery Release — intelligent truncation recovery and Docker containerization for CI/CD.
- v2.1 (2026-01-21): Proxy & Enterprise Release — Enterprise Kiro IDE support, VPN/proxy connectivity, fixes for token persistence and tool validation.
- v2.0 (2026-01-11): Anthropic API Release — Universal API gateway supporting both OpenAI and Anthropic protocols.
- v1.0.8 (2026-01-04): AWS SSO Release — AWS SSO OIDC authentication support and fake reasoning features.
Traction
Stargazers: 2184 Forks: 524 Open issues: 98
Behind the repo
(Linked startup/company information not provided in the README excerpt.)
Caveats
License: AGPL-3.0 Language: Python Created: 2025-12-13 Last push: 2026-05-18






