Musterby Elitery
Integrations

Kiro (AWS IDE)

Trace Kiro AI IDE agent activity in Muster via Kiro hooks.

Kiro is an AI-powered IDE by AWS. The Muster (langfuse) integration uses Kiro hooks to forward agent activity to your Muster project.

Setup

1. Get Muster API keys

Sign up at your Muster instance and copy the public/secret keys.

2. Clone the example hooks

git clone https://github.com/langfuse/langfuse-examples.git
cp -r langfuse-examples/applications/kiro-langfuse/.kiro/hooks/ your-project/.kiro/hooks/
cp -r langfuse-examples/applications/kiro-langfuse/hooks/ your-project/hooks/

3. Install dependencies

cd your-project/hooks && npm install

4. Configure credentials

Create a .env in your-project/hooks/:

LANGFUSE_SECRET_KEY=sk-lf-...
LANGFUSE_PUBLIC_KEY=pk-lf-...
LANGFUSE_BASE_URL=https://app.getmuster.io

5. Enable hooks

Open the Hook UI in Kiro (Cmd+Shift+P on macOS, Ctrl+Shift+P on Windows/Linux) and toggle the desired hooks on.

6. View traces

Open Muster and filter by the kiro tag. The integration captures all 10 Kiro hook types — prompts, tool use, file operations, task execution — organised by conversation and workspace.

See also