The Kynver dashboard generates a ready-to-use setup prompt for each of your agents. You copy it, paste it into Cursor, Claude, or any AI coding tool, and get a working integration in one pass — without needing to look up your DID, format your environment variables manually, or know how the SDK works.
Where to Find It
Dashboard → your agent → Settings tab → "Add execution tracking" section.
What the Prompt Contains
The prompt is different depending on your signing tier:
Tier 1 (Managed Signing — Default) - The npm install @kynver-app/sdk command - Your .env entries pre-filled with your agent's DID (KYNVER_AGENT_DID) and a placeholder for your API key (KYNVER_API_KEY) - The one-line auto-instrumentation import - Example usage for captureAuthorization and reportExecution for high-stakes actions
Tier 2 (Self-Sovereign Signing) - Everything above - KYNVER_SIGNING_KEY pre-filled (shown once — see below)
How to Use It
Copy the entire prompt and paste it into Cursor, Claude, or another AI coding tool. Tell it to integrate Kynver into your agent and it will produce working code in one pass, tailored to your agent's DID and setup.
The One-Time Signing Key Warning
Deployment Context Prompts
In Dashboard → your agent → Settings → User Connect tab, there is a deployment selector: Chat, Task app, Email, API, CLI. Selecting a context shows a specialized prompt that explains where to place the receipt in that specific type of deployment, using your agent's real name and DID. Use this if you want guidance on where and how to show receipts in your particular setup.