claudeers.

๐Ÿ”“ unclaimed โ€” this page was auto-generated from GitHub. Are you the creator?

Claim this page โ†’
// Security & Compliance

kiro-gateway

๐Ÿ‘ป Proxy API gateway for Kiro IDE & CLI (Amazon Q Developer / AWS CodeWhisperer). Use free Claude models with any client.

// Security & Compliance[ cli ][ api ][ desktop ][ web ][ claude ]#claude#ai#anthropic#api-gateway#aws#codewhisperer#fastapi#free#securityโ—ท AGPL-3.0$open-sourceupdated 15 days ago
Slowing down
87/100
last commit about 2 months ago
last release 5 months ago
releases 13
open issues 23
// install
git clone https://github.com/jwadow/kiro-gateway

๐Ÿ‘ป Kiro Gateway

Proxy gateway for Kiro API (Amazon Q Developer / AWS CodeWhisperer)

๐Ÿ‡ฌ๐Ÿ‡ง English โ€ข ๐Ÿ‡ท๐Ÿ‡บ ะ ัƒััะบะธะน โ€ข ๐Ÿ‡จ๐Ÿ‡ณ ไธญๆ–‡ โ€ข ๐Ÿ‡ช๐Ÿ‡ธ Espaรฑol โ€ข ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia โ€ข ๐Ÿ‡ง๐Ÿ‡ท Portuguรชs โ€ข ๐Ÿ‡ฏ๐Ÿ‡ต ๆ—ฅๆœฌ่ชž โ€ข ๐Ÿ‡ฐ๐Ÿ‡ท ํ•œ๊ตญ์–ด

Made with โค๏ธ by @Jwadow

Use Claude models from Kiro with Claude Code, OpenCode, OpenClaw, Claw Code, Codex app, Cursor, Cline, Roo Code, Kilo Code, Obsidian, OpenAI SDK, LangChain, Continue and other OpenAI or Anthropic compatible tools

Models โ€ข Features โ€ข Quick Start โ€ข Configuration โ€ข ๐Ÿ’– Sponsor


๐Ÿค– Available Models (Free List)

โš ๏ธ Important: Model availability depends on your Kiro tier (free/paid). The gateway provides access to whatever models are available in your IDE or CLI based on your subscription. The list below shows models commonly available on the free tier.

๐Ÿ”’ Claude Opus 4.5 was removed from the free tier on January 17, 2026. It may be available on paid tiers โ€” check your IDE/CLI model list.

๐Ÿš€ Claude Sonnet 4.5 โ€” Balanced performance. Great for coding, writing, and general-purpose tasks.

โšก Claude Haiku 4.5 โ€” Lightning fast. Perfect for quick responses, simple tasks, and chat.

๐Ÿ“ฆ Claude Sonnet 4 โ€” Previous generation. Still powerful and reliable for most use cases.

๐Ÿ’ค GLM-5 โ€” Open MoE model (744B params, 40B active). Advanced model for complex systems engineering and long-horizon agentic tasks.

๐Ÿ‹ DeepSeek-V3.2 โ€” Open MoE model (685B params, 37B active). Balanced performance for coding, reasoning, and general tasks.

๐Ÿงฉ MiniMax M2.5 โ€” Open MoE model (230B params, 10B active). Enhanced version with improved reasoning and task handling.

๐Ÿงฉ MiniMax M2.1 โ€” Open MoE model (230B params, 10B active). Great for complex tasks, planning, and multi-step workflows.

๐Ÿค– Qwen3-Coder-Next โ€” Open MoE model (80B params, 3B active). Coding-focused. Excellent for development and large projects.

๐Ÿ’ก Smart Model Resolution: Use any model name format โ€” claude-sonnet-4-5, claude-sonnet-4.5, or even versioned names like claude-sonnet-4-5-20250929. The gateway normalizes them automatically.


โœจ Features

FeatureDescription
๐Ÿ”Œ OpenAI-compatible APIWorks with any OpenAI-compatible tool
๐Ÿ”Œ Anthropic-compatible APINative /v1/messages endpoint
๐Ÿ”€ Multi-Account SupportIntelligent failover between multiple accounts
๐ŸŒ VPN/Proxy SupportHTTP/SOCKS5 proxy for restricted networks
๐Ÿง  Extended ThinkingReasoning is exclusive to our project
๐Ÿ‘๏ธ Vision SupportSend images to model
๐Ÿ” Web SearchSearch the web for current information
๐Ÿ› ๏ธ Tool CallingSupports function calling
๐Ÿ’ฌ Full message historyPasses complete conversation context
๐Ÿ“ก StreamingFull SSE streaming support
๐Ÿ”„ Retry LogicAutomatic retries on errors (403, 429, 5xx)
๐Ÿ“‹ Extended model listIncluding versioned models
๐Ÿ” Smart token managementAutomatic refresh before expiration

๐Ÿš€ Quick Start

Choose your deployment method:

  • ๐Ÿ Native Python - Full control, easy debugging
  • ๐Ÿณ Docker - Isolated environment, easy deployment โ†’ jump to Docker

Prerequisites

  • Python 3.10+
  • One of the following:
    • Kiro IDE with logged in account, OR
    • Kiro CLI with AWS SSO (AWS IAM Identity Center, OIDC) - free Builder ID or corporate account

Installation

# Clone the repository (requires Git)
git clone https://github.com/Jwadow/kiro-gateway.git
cd kiro-gateway

# Or download ZIP: Code โ†’ Download ZIP โ†’ extract โ†’ open kiro-gateway folder

# 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


โš™๏ธ Configuration

๐Ÿ’ก Advanced users: Looking for multi-account support? See Account System below.

Option 1: JSON Credentials File (Kiro IDE / Enterprise)

Specify the path to the credentials file:

Works with:

  • Kiro IDE (standard) - for personal accounts
  • Enterprise - for corporate accounts with SSO
KIRO_CREDS_FILE="~/.aws/sso/cache/kiro-auth-token.json"

# Password to protect YOUR proxy server (make up any secure string)
# You'll use this as api_key when connecting to your gateway
PROXY_API_KEY="my-super-secret-password-123"
๐Ÿ“„ JSON file format
{
  "accessToken": "eyJ...",
  "refreshToken": "eyJ...",
  "expiresAt": "2025-01-12T23:00:00.000Z",
  "profileArn": "arn:aws:codewhisperer:us-east-1:...",
  "region": "us-east-1",
  "clientIdHash": "abc123..."  // Optional: for corporate SSO setups
}

Note: If you have two JSON files in ~/.aws/sso/cache/ (e.g., kiro-auth-token.json and a file with a hash name), use kiro-auth-token.json in KIRO_CREDS_FILE. The gateway will automatically load the other file.

Option 2: Environment Variables (.env file)

Create a .env file in the project root:

# Required
REFRESH_TOKEN="your_kiro_refresh_token"

# Password to protect YOUR proxy server (make up any secure string)
PROXY_API_KEY="my-super-secret-password-123"

# Optional
PROFILE_ARN="arn:aws:codewhisperer:us-east-1:..."
KIRO_REGION="us-east-1"

Option 3: AWS SSO Credentials (kiro-cli / Enterprise)

If you use kiro-cli or Kiro IDE with AWS SSO (AWS IAM Identity Center), the gateway will automatically detect and use the appropriate authentication.

Works with both free Builder ID accounts and corporate accounts.

KIRO_CREDS_FILE="~/.aws/sso/cache/your-sso-cache-file.json"

# Password to protect YOUR proxy server
PROXY_API_KEY="my-super-secret-password-123"

# Note: PROFILE_ARN is NOT needed for AWS SSO (Builder ID and corporate accounts)
# The gateway will work without it
๐Ÿ“„ AWS SSO JSON file format

AWS SSO credentials files (from ~/.aws/sso/cache/) contain:

{
  "accessToken": "eyJ...",
  "refreshToken": "eyJ...",
  "expiresAt": "2025-01-12T23:00:00.000Z",
  "region": "us-east-1",
  "clientId": "...",
  "clientSecret": "..."
}

Note: AWS SSO (Builder ID and corporate accounts) users do NOT need profileArn. The gateway will work without it (if specified, it will be ignored).

๐Ÿ” How it works

The gateway automatically detects the authentication type based on the credentials file:

  • Kiro Desktop Auth (default): Used when clientId and clientSecret are NOT present

    • Endpoint: https://prod.{region}.auth.desktop.kiro.dev/refreshToken
  • AWS SSO (OIDC): Used when clientId and clientSecret ARE present

    • Endpoint: https://oidc.{region}.amazonaws.com/token

No additional configuration is needed โ€” just point to your credentials file!

Option 4: kiro-cli SQLite Database

If you use kiro-cli and prefer to use its SQLite database directly:

KIRO_CLI_DB_FILE="~/.local/share/kiro-cli/data.sqlite3"

# Password to protect YOUR proxy server
PROXY_API_KEY="my-super-secret-password-123"

# Note: PROFILE_ARN is NOT needed for AWS SSO (Builder ID and corporate accounts)
# The gateway will work without it
๐Ÿ“„ Database locations
CLI ToolDatabase Path
kiro-cli~/.local/share/kiro-cli/data.sqlite3
amazon-q-developer-cli~/.local/share/amazon-q/data.sqlite3

The gateway reads credentials from the auth_kv table which stores:

  • kirocli:odic:token or codewhisperer:odic:token โ€” access token, refresh token, expiration
  • kirocli:odic:device-registration or codewhisperer:odic:device-registration โ€” client ID and secret

Both key formats are supported for compatibility with different kiro-cli versions.

Getting Credentials

For Kiro IDE users:

  • Log in to Kiro IDE and use Option 1 above (JSON credentials file)
  • The credentials file is created automatically after login

For Kiro CLI users:

  • Log in with kiro-cli login and use Option 3 or Option 4 above
  • No manual token extraction needed!
๐Ÿ”ง Advanced: Manual token extraction

If you need to manually extract the refresh token (e.g., for debugging), you can intercept Kiro IDE traffic:

  • Look for requests to: prod.us-east-1.auth.desktop.kiro.dev/refreshToken

๐Ÿ”€ Account System (Advanced)

Account System is a way to manage multiple Kiro accounts with automatic failover. In the future, this system will replace .env file for credential configuration, but currently it's optional and intended for those who want to use multiple accounts.

Why You Need This

If you have multiple Kiro accounts, the gateway can automatically switch between them when account is temporarily unavailable.

The system works with a single account too โ€” just without switching.

How to Enable

Add to your .env:

ACCOUNT_SYSTEM=true

What happens:

  • On first startup, your credentials from .env are automatically migrated to credentials.json (one-time)
  • After that, all account and region settings from .env are ignored
  • Account management only through credentials.json
๐Ÿ“„ Configuration Examples

Single account:

[
  {
    "type": "json",
    "path": "~/.aws/sso/cache/kiro-auth-token.json"
  }
]

Multiple accounts:

[
  {
    "type": "json",
    "path": "~/.aws/sso/cache/kiro-auth-token.json"
  },
  {
    "type": "sqlite",
    "path": "~/.local/share/kiro-cli/data.sqlite3"
  },
  {
    "type": "refresh_token",
    "refresh_token": "eyJhbGc...",
    "profile_arn": "arn:aws:codewhisperer:us-east-1:..."
  }
]

Folder with files:

[
  {
    "type": "json",
    "path": "C:\\MyAccs\\kiro67"
  }
]

The gateway will scan all files in the folder and add them as separate accounts.

How Failover Works

When one account returns an error (429 rate limit, 402 quota exceeded), the gateway automatically tries the next account from the list. If an account fails several times in a row, the gateway temporarily stops using it and periodically checks if it has recovered.

For a single account, failover doesn't work โ€” you get the original error from Kiro API.

For complete configuration examples (including per-account region settings), see credentials.json.example.


๐Ÿณ Docker Deployment

Docker-based deployment. Prefer native Python? See Quick Start above.

Quick Start

# 1. Clone and configure
git clone https://github.com/Jwadow/kiro-gateway.git
cd kiro-gateway
cp .env.example .env
# Edit .env with your credentials

# 2. Run with docker-compose
docker-compose up -d

# 3. Check status
docker-compose logs -f
curl http://localhost:8000/health

Docker Run (Without Compose)

๐Ÿ”น Using Environment Variables
docker run -d \
  -p 8000:8000 \
  -e PROXY_API_KEY="my-super-secret-password-123" \
  -e REFRESH_TOKEN="your_refresh_token" \
  --name kiro-gateway \
  ghcr.io/jwadow/kiro-gateway:latest
๐Ÿ”น Using Credentials File

Linux/macOS:

docker run -d \
  -p 8000:8000 \
  -v ~/.aws/sso/cache:/home/kiro/.aws/sso/cache:ro \
  -e KIRO_CREDS_FILE=/home/kiro/.aws/sso/cache/kiro-auth-token.json \
  -e PROXY_API_KEY="my-super-secret-password-123" \
  --name kiro-gateway \
  ghcr.io/jwadow/kiro-gateway:latest

Windows (PowerShell):

docker run -d `
  -p 8000:8000 `
  -v ${HOME}/.aws/sso/cache:/home/kiro/.aws/sso/cache:ro `
  -e KIRO_CREDS_FILE=/home/kiro/.aws/sso/cache/kiro-auth-token.json `
  -e PROXY_API_KEY="my-super-secret-password-123" `
  --name kiro-gateway `
  ghcr.io/jwadow/kiro-gateway:latest
๐Ÿ”น Using .env File
docker run -d -p 8000:8000 --env-file .env --name kiro-gateway ghcr.io/jwadow/kiro-gateway:latest

Docker Compose Configuration

Edit docker-compose.yml and uncomment volume mounts for your OS:

volumes:
  # Kiro IDE credentials (choose your OS)
  - ~/.aws/sso/cache:/home/kiro/.aws/sso/cache:ro              # Linux/macOS
  # - ${USERPROFILE}/.aws/sso/cache:/home/kiro/.aws/sso/cache:ro  # Windows
  
  # kiro-cli database (choose your OS)
  - ~/.local/share/kiro-cli:/home/kiro/.local/share/kiro-cli  # Linux/macOS
  # - ${USERPROFILE}/.local/share/kiro-cli:/home/kiro/.local/share/kiro-cli  # Windows
  
  # Debug logs (optional)
  - ./debug_logs:/app/debug_logs

Management Commands

docker-compose logs -f      # View logs
docker-compose restart      # Restart
docker-compose down         # Stop
docker-compose pull && docker-compose up -d  # Update
๐Ÿ”ง Building from Source
docker build -t kiro-gateway .
docker run -d -p 8000:8000 --env-file .env kiro-gateway

๐ŸŒ VPN/Proxy Support

For users in China, corporate networks, or regions with connectivity issues to AWS services.

The gateway supports routing all Kiro API requests through a VPN or proxy server. This is essential if you experience connection problems to AWS endpoints or need to use a corporate proxy.

Configuration

Add to your .env file:

# HTTP proxy
VPN_PROXY_URL=http://127.0.0.1:7890

# SOCKS5 proxy
VPN_PROXY_URL=socks5://127.0.0.1:1080

# With authentication (corporate proxies)
VPN_PROXY_URL=http://username:[email protected]:8080

# Without protocol (defaults to http://)
VPN_PROXY_URL=192.168.1.100:8080

Supported Protocols

  • โœ… HTTP โ€” Standard proxy protocol
  • โœ… HTTPS โ€” Secure proxy connections
  • โœ… SOCKS5 โ€” Advanced proxy protocol (common in VPN software)
  • โœ… Authentication โ€” Username/password embedded in URL

When You Need This

SituationSolution
Connection timeouts to AWSUse VPN/proxy to route traffic
Corporate network restrictionsConfigure your company's proxy
Regional connectivity issuesUse a VPN service with proxy support
Privacy requirementsRoute through your own proxy server

Most VPN clients provide a local proxy server you can use:

  • Sing-box โ€” Modern VPN client with HTTP/SOCKS5 proxy
  • Clash โ€” Usually runs on http://127.0.0.1:7890
  • V2Ray โ€” Configurable SOCKS5/HTTP proxy
  • Shadowsocks โ€” SOCKS5 proxy support
  • Corporate VPN โ€” Check your IT department for proxy settings

Leave VPN_PROXY_URL empty (default) if you don't need proxy support.


๐Ÿ“ก API Reference

Endpoints

EndpointMethodDescription
/GETHealth check
/healthGETDetailed health check
/v1/modelsGETList available models
/v1/chat/completionsPOSTOpenAI Chat Completions API
/v1/messagesPOSTAnthropic Messages API

๐Ÿ’ก Usage Examples

OpenAI API

๐Ÿ”น Simple cURL Request
curl http://localhost:8000/v1/chat/completions \
  -H "Authorization: Bearer my-super-secret-password-123" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4-5",
    "messages": [{"role": "user", "content": "Hello!"}],
    "stream": true
  }'

Note: Replace my-super-secret-password-123 with the PROXY_API_KEY you set in your .env file.

๐Ÿ”น Streaming Request
curl http://localhost:8000/v1/chat/completions \
  -H "Authorization: Bearer my-super-secret-password-123" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4-5",
    "messages": [
      {"role": "system", "content": "You are a helpful assistant."},
      {"role": "user", "content": "What is 2+2?"}
    ],
    "stream": true
  }'
๐Ÿ› ๏ธ With Tool Calling
curl http://localhost:8000/v1/chat/completions \
  -H "Authorization: Bearer my-super-secret-password-123" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4-5",
    "messages": [{"role": "user", "content": "What is the weather in London?"}],
    "tools": [{
      "type": "function",
      "function": {
        "name": "get_weather",
        "description": "Get weather for a location",
        "parameters": {
          "type": "object",
          "properties": {
            "location": {"type": "string", "description": "City name"}
          },
          "required": ["location"]
        }
      }
    }]
  }'
๐Ÿ Python OpenAI SDK
from openai import OpenAI

client = OpenAI(
    base_url="http://localhost:8000/v1",
    api_key="my-super-secret-password-123"  # Your PROXY_API_KEY from .env
)

response = client.chat.completions.create(
    model="claude-sonnet-4-5",
    messages=[
        {"role": "system", "content": "You are a helpful assistant."},
        {"role": "user", "content": "Hello!"}
    ],
    stream=True
)

for chunk in response:
    if chunk.choices[0].delta.content:
        print(chunk.choices[0].delta.content, end="")
๐Ÿฆœ LangChain
from langchain_openai import ChatOpenAI

llm = ChatOpenAI(
    base_url="http://localhost:8000/v1",
    api_key="my-super-secret-password-123",  # Your PROXY_API_KEY from .env
    model="claude-sonnet-4-5"
)

response = llm.invoke("Hello, how are you?")
print(response.content)

Anthropic API

๐Ÿ”น Simple cURL Request
curl http://localhost:8000/v1/messages \
  -H "x-api-key: my-super-secret-password-123" \
  -H "anthropic-version: 2023-06-01" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4-5",
    "max_tokens": 1024,
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Note: Anthropic API uses x-api-key header instead of Authorization: Bearer. Both are supported.

๐Ÿ”น With System Prompt
curl http://localhost:8000/v1/messages \
  -H "x-api-key: my-super-secret-password-123" \
  -H "anthropic-version: 2023-06-01" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4-5",
    "max_tokens": 1024,
    "system": "You are a helpful assistant.",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Note: In Anthropic API, system is a separate field, not a message.

๐Ÿ“ก Streaming
curl http://localhost:8000/v1/messages \
  -H "x-api-key: my-super-secret-password-123" \
  -H "anthropic-version: 2023-06-01" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-sonnet-4-5",
    "max_tokens": 1024,
    "stream": true,
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
๐Ÿ Python Anthropic SDK
import anthropic

client = anthropic.Anthropic(
    api_key="my-super-secret-password-123",  # Your PROXY_API_KEY from .env
    base_url="http://localhost:8000"
)

# Non-streaming
response = client.messages.create(
    model="claude-sonnet-4-5",
    max_tokens=1024,
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.content[0].text)

# Streaming
with client.messages.stream(
    model="claude-sonnet-4-5",
    max_tokens=1024,
    messages=[{"role": "user", "content": "Hello!"}]
) as stream:
    for text in stream.text_stream:
        print(text, end="", flush=True)

๐Ÿ”ง Debugging

Debug logging is disabled by default. To enable, add to your .env:

# Debug logging mode:
# - off: disabled (default)
# - errors: save logs only for failed requests (4xx, 5xx) - recommended for troubleshooting
# - all: save logs for every request (overwrites on each request)
DEBUG_MODE=errors

Debug Modes

ModeDescriptionUse Case
offDisabled (default)Production
errorsSave logs only for failed requests (4xx, 5xx)Recommended for troubleshooting
allSave logs for every requestDevelopment/debugging

Debug Files

When enabled, requests are logged to the debug_logs/ folder:

FileDescription
request_body.jsonIncoming request from client (OpenAI format)
kiro_request_body.jsonRequest sent to Kiro API
response_stream_raw.txtRaw stream from Kiro
response_stream_modified.txtTransformed stream (OpenAI format)
app_logs.txtApplication logs for the request
error_info.jsonError details (only on errors)

๐Ÿ”ง Troubleshooting

Connection Issues

Error: "Name or service not known" or DNS resolution failed

The Q API endpoint may not be publicly resolvable in your region. Use a VPN or proxy:

VPN_PROXY_URL=http://127.0.0.1:7890

See VPN/Proxy Support for details.


Error: "503 Service Unavailable" through proxy

The Q API endpoint exists in specific regions only. Try a different region:

KIRO_API_REGION="eu-central-1"  # or us-east-1

Commonly reachable regions: us-east-1, eu-central-1


OIDC works but Q API fails

Your SSO region may differ from the Q API region. The gateway auto-detects this from credentials, but you can override:

KIRO_API_REGION="eu-central-1"

๐Ÿ“œ License

This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).

This means:

  • โœ… You can use, modify, and distribute this software
  • โœ… You can use it for commercial purposes
  • โš ๏ธ You must disclose source code when you distribute the software
  • โš ๏ธ Network use is distribution โ€” if you run a modified version on a server and let others interact with it, you must make the source code available to them
  • โš ๏ธ Modifications must be released under the same license

See the LICENSE file for the full license text.

Why AGPL-3.0?

AGPL-3.0 ensures that improvements to this software benefit the entire community. If you modify this gateway and deploy it as a service, you must share your improvements with your users.

Contributor License Agreement (CLA)

By submitting a contribution to this project, you agree to the terms of our Contributor License Agreement (CLA). This ensures that:

  • You have the right to submit the contribution
  • You grant the maintainer rights to use and relicense your contribution
  • The project remains legally protected

๐Ÿ’– Support the Project

Love

If this project saved you time or money, consider supporting it!

Every contribution helps keep this project alive and growing


๐Ÿค‘ Donate

โ˜• One-time Support


๐Ÿช™ Or send crypto

CurrencyNetworkAddress
USDTTRC20TSVtgRc9pkC1UgcbVeijBHjFmpkYHDRu26
BTCBitcoin12GZqxqpcBsqJ4Vf1YreLqwoMGvzBPgJq6
ETHEthereum0xc86eab3bba3bbaf4eb5b5fff8586f1460f1fd395
SOLSolana9amykF7KibZmdaw66a1oqYJyi75fRqgdsqnG66AK3jvh
TONTONUQBVh8T1H3GI7gd7b-_PPNnxHYYxptrcCVf3qQk5v41h3QTM

โš ๏ธ Disclaimer

This project is not affiliated with, endorsed by, or sponsored by Amazon Web Services (AWS), Anthropic, or Kiro IDE. Use at your own risk and in compliance with the terms of service of the underlying APIs.


โฌ† Back to Top

// compatibility

Platformscli, api, desktop, web
Operating systemsโ€”
AI compatibilityclaude
LicenseAGPL-3.0
Pricingopen-source
LanguagePython

// faq

What is kiro-gateway?

๐Ÿ‘ป Proxy API gateway for Kiro IDE & CLI (Amazon Q Developer / AWS CodeWhisperer). Use free Claude models with any client.. It is open-source on GitHub.

Is kiro-gateway free to use?

kiro-gateway is open-source under the AGPL-3.0 license, so it is free to use.

What category does kiro-gateway belong to?

kiro-gateway is listed under data in the Claudeers registry of Claude-compatible tools.

0 views
โ˜… 2,081 stars
unclaimed
updated 15 days ago

// embed badge

kiro-gateway on Claudeers
[![Claudeers](https://claudeers.com/api/badge/kiro-gateway.svg)](https://claudeers.com/kiro-gateway)

// retro hit counter

kiro-gateway hit counter
[![Hits](https://claudeers.com/api/counter/kiro-gateway.svg)](https://claudeers.com/kiro-gateway)

// reviews

// guestbook

0/500

// related in Security & Compliance

๐Ÿ”“

A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a speciaโ€ฆ

// securitymsitarzewski/โŸจShellโŸฉโ˜… 126,507โ—ท MIT[ claude ]
๐Ÿ”“

ฯ€ RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection โ€” all without a single pixel of video.

// securityruvnet/โŸจRustโŸฉโ˜… 79,154โ—ท MIT[ claude ]
๐Ÿ”“

Prowler is the worldโ€™s most widely used open-source cloud security platform that automates security and compliance across any cloud environment.

// securityprowler-cloud/โŸจPythonโŸฉโ˜… 14,101โ—ท Apache-2.0[ claude ]
๐Ÿ”“

๐Ÿถ A curated list of Web Security materials and resources.

// securityqazbnm456/โŸจPythonโŸฉโ˜… 13,559[ claude ]

// built by

โ†’ see how kiro-gateway connects across the ecosystem