Drag to reposition nodes, and connect them with edges to show relationships.
Once your canvas captures the project scope, go to **PRD > Generate**. Kommit reads your canvas nodes and produces a structured product requirements document.
Review the output, then use **Refine** to iterate on specific sections.
Go to **Settings > API keys** and generate an MCP API key. Then configure your AI tool:
<CodeGroup>
```json Claude Code (.claude/settings.json)
{
"mcpServers": {
"kommit": {
"url": "https://mcp.getkommit.ai/sse?token=km_your_api_key"
}
}
}
```
```json Cursor (.cursor/mcp.json)
{
"mcpServers": {
"kommit": {
"url": "https://mcp.getkommit.ai/sse?token=km_your_api_key"
}
}
}
```
</CodeGroup>
Your AI tools now have access to your project specs, memory, and data schemas.