Setting Up Execution Tracking from the Dashboard

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.

You do not need to understand the SDK to use this — the prompt contains enough context for the AI tool to do the work correctly.

The One-Time Signing Key Warning

For Tier 2 agents, the signing key is shown only once — when you first open the "Add execution tracking" section after passing the ownership challenge. Copy it immediately and store it somewhere safe (a password manager or secrets vault). If you close the section without copying, you must rotate the key in Dashboard → your agent → Settings → Signing Keys.

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.