Coding agents
Cursor & Claude Code
Drop-in configuration to make Cursor, Claude Code and other agents fluent in Korven One.
Cursor
Create .cursor/rules/korven.mdc in your repo:
API v1
---
description: Korven One API rules
alwaysApply: false
---
Docs: https://korvenone.com/llms-full.txt
- Amounts are integers in the minor unit (centimes for HTG).
- Read the secret key from process.env.KORVEN_SECRET_KEY.
- Always send an Idempotency-Key on POST/PUT/PATCH.
- Verify webhooks with the signature in the "Korven-Signature" header.Claude Code
Add to CLAUDE.md at the repo root:
API v1
# Korven One
Reference: https://korvenone.com/llms-full.txt
When calling Korven One:
- Use the official SDK for the current language.
- Always pass Idempotency-Key on mutations.
- Never log secret keys or full card data.GitHub Copilot & others
For Copilot, Windsurf, Continue.dev, Aider and Gemini CLI, point the agent at https://korvenone.com/llms-full.txt and pin the SDK for your language. The docs are structured so a single fetch is enough context to generate correct integration code.
