HRSandbox · bring your own key
Test “Employee Survey” 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)
Generate a {{resolved_survey_type}} employee survey for {{company_name}}.
Survey goal: {{survey_goal}}{{focus_areas_section}}{{anonymous_section}}
Number of questions: {{resolved_num_questions}}
Return a JSON array of exactly {{resolved_num_questions}} questions. Each question must have:
- "question": the question text
- "type": one of "rating", "open-ended", or "multiple-choice"
- "options": array of strings (required for "rating" and "multiple-choice", omit for "open-ended")
- For rating questions use ["1","2","3","4","5"] unless a different scale makes sense
- For multiple-choice provide 3-5 relevant options
Mix question types: include a balance of rating scales, multiple-choice, and open-ended questions.
Focus on actionable insights relevant to the survey goal.
Respond with ONLY a valid JSON array, no markdown, no explanation.Output — will stream here
Nothing yet. Fill in variables and click Run.
Prompt slug: employee-survey
Prefer copy-paste? Back to the prompt page →