🎉 Now supports Windows!
v1.1.3 is now live

KiroaaS
Your Gateway to Kiro// Kiro as a Service

Expose Kiro's models to any application via standard APIs.Power your tools with Kiro's intelligence.

Powered bykiro-gateway
KiroaaS Application Interface showing dark sidebar with navigation, ONLINE status card with lime gradient, and API configuration options

Designed for Developers.

No complex configurations. Just a powerful gateway that works with your existing toolchain.

OpenAI Compatible

Drop-in replacement for OpenAI API. Use with any OpenAI SDK or library.

Anthropic Compatible

Full support for Anthropic API format. Works with Claude SDKs seamlessly.

Streaming Support

Full SSE streaming for real-time responses. Just like the native APIs.

Vision Support

Send images to the model. Full multimodal capabilities supported.

Tool Calling

Function calling and tool use work out of the box.

Auto Retry

Automatic retries on errors (403, 429, 5xx) with smart backoff.

Multi-language UI

8 languages supported: English, Chinese, Japanese, Korean, and more.

Up and running in minutes

No complex setup. Just download, click, and start coding with Kiro's intelligence in your favorite editor.

01

Download & Install

Download KiroaaS for macOS. Windows and Linux versions are on the roadmap.

02

Configure Credentials

Add your Kiro credentials in one click. Auto-detection available for existing Kiro IDE users.

03

Start the Server

Launch the local API server on localhost:8000 with a single button press.

04

Connect Tools

Point your AI tools (Cursor, Windsurf, etc.) to the local endpoint. No code changes needed.

Drop-in Integration

Your existing code works instantly. Just change the base URL.

example.py
from openai import OpenAI

client = OpenAI(
    base_url="http://127.0.0.1:8000/v1",
    api_key="sk-your-key"
)

response = client.chat.completions.create(
    model="claude-sonnet-4-5",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Works with everything

Compatible with any tool that speaks OpenAI or Anthropic protocols.

O

OpenClaw

AI chat interface

App
Claude Code logo

Claude Code

Anthropic CLI assistant

IDE
opencode logo

opencode

Terminal AI assistant

IDE
Cursor logo

Cursor

AI-powered code editor

IDE
LangChain logo

LangChain

LLM application framework

Framework
Vercel AI SDK logo

Vercel AI SDK

Build AI-powered apps

SDK
OpenAI SDK logo

OpenAI SDK

Official Python & Node.js

SDK
Anthropic SDK logo

Anthropic SDK

Official Claude SDK

SDK

And any other tool that supports standard LLM APIs

Get Started Now

Support KiroaaS

KiroaaS is free and open source. If you find it useful, consider buying us a coffee to keep the project going.

Buy us a coffee