---
title: Kiro Integration
description: Connect Kiro's spec-driven coding agent to Siglata workspaces and tools.
sidebar:
  label: Kiro
  order: 13
---

[Kiro](https://kiro.dev/) brings structure to AI coding with spec-driven development and supports portable Agent Plugins out of the box.

## Setup Instructions

Add Siglata to your Kiro Powers configuration (`.kiro/powers.json`):

```json
{
  "powers": ["@siglata/files"],
  "mcp": {
    "siglata": {
      "url": "https://www.siglata.com/v1/mcp",
      "transport": "streamable-http",
      "headers": {
        "Authorization": "Bearer ${SIGLATA_API_KEY}"
      }
    }
  }
}
```

## How Kiro Uses Siglata

- **Spec Verification**: Kiro compares spreadsheet formulas against formal specifications before proposing changes.
- **Continuous Documentation**: Kiro updates architecture and metric documentation whenever spreadsheets are modified.
- **Deterministic Workflows**: Benefit from Kiro's step-by-step review combined with Siglata's transactional mutation model.
