OperationsSandbox · bring your own key
Test “Troubleshooting Guide” with your own key
Paste an Anthropic, OpenAI, or OpenRouter key. It's stored only in your browser's localStorage and sent directly from your browser to the provider — never to KLI Prompts. We have no backend that can see it.
How this works (honestly)
- Your key lives in
localStorageon this device only. - The HTTP request to the LLM goes from your browser straight to
api.anthropic.com/api.openai.com/openrouter.ai. - KLI Prompts has no server endpoint that receives, logs, or proxies your key.
- Clear it any time — there's a button below.
Step 1 · Provider
Recommended for this prompt: any · temperature 0.4
Step 2 · Your API key
Saved to
localStorage on this device. Never sent to KLI servers.Step 3 · Fill the variables
Final prompt (sent to anthropic)
You are a technical support expert. Generate a comprehensive troubleshooting guide in Markdown for the following issue.
Product: {{product_name}}
Issue Title: {{issue_title}}
Issue Description: {{issue_description}}
{{affected_users}}
{{symptoms}}
{{environment}}
{{already_tried}}
Create a detailed troubleshooting guide with these exact sections:
1. ## Overview — brief summary of the issue and scope
2. ## Prerequisites — checklist of what the user needs before starting
3. ## Diagnostic Steps — numbered steps to identify root cause
4. ## Step-by-Step Resolution — concrete numbered steps to fix the issue, with code blocks where relevant
5. ## Verification — how to confirm the fix worked
6. ## When to Escalate — conditions that require escalation and who to contact
Use Markdown formatting with headers, bullet points, numbered lists, and code blocks where appropriate. Be specific and actionable.Output — will stream here
Nothing yet. Fill in variables and click Run.
Prompt slug: troubleshooting-guide
Prefer copy-paste? Back to the prompt page →