OperationsSandbox · bring your own key
Test “Team Update” 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 professional communications assistant. Write a {{period_label}} team status update email for leadership.
Manager Name: {{manager_name}}
Team Name: {{team_name}}
Period: {{period_label}}
Wins: {{wins}}
{{blockers}}
{{next_steps}}
{{metrics}}
Write a professional, concise {{period_label}} team update email. Structure it with clear sections for wins, blockers (if any), next steps (if any), and metrics (if any). Use a friendly but professional tone appropriate for leadership communication.
Return a JSON object with exactly two fields:
- "subject": the email subject line (string)
- "update": the full email body (string, using markdown-style formatting with **bold** for section headers)
Only return valid JSON, no other text.Output — will stream here
Nothing yet. Fill in variables and click Run.
Prompt slug: team-update
Prefer copy-paste? Back to the prompt page →