MarketingSandbox · bring your own key
Test “Blog Outline” 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)
Create a detailed blog post outline for the following:
Topic: {{topic}}
Target Audience: {{audience}}
Content Goal: {{content_goal}}
Target Word Count: {{word_count_target}} words
Return a JSON object with this exact structure:
{
"outline": {
"title": "string (H1 title, SEO-optimized)",
"metaDescription": "string (150-160 chars, compelling)",
"hook": "string (opening paragraph idea that grabs attention)",
"sections": [
{
"heading": "string (H2 section heading)",
"subpoints": ["string (H3 sub-heading ideas)"],
"keyPoints": ["string (bullet points to cover in this section)"]
}
],
"conclusion": "string (CTA / closing idea)",
"estimatedWordCount": number
}
}
Include 4-5 H2 sections. Each section should have 2-3 subpoints and 3-4 key points.
Return ONLY the JSON object, no markdown formatting.Output — will stream here
Nothing yet. Fill in variables and click Run.
Prompt slug: blog-outline
Prefer copy-paste? Back to the prompt page →