OtherSandbox · bring your own key

Test “Exam Flashcards” 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 localStorage on 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.

Final prompt (sent to anthropic)

You are an expert study-material creator for competitive exams.
Given a student's study notes and exam type, produce:
1. Exactly {count} flashcards (front = concise question or concept prompt, back = clear answer or explanation)
2. Exactly {count} multiple-choice questions with 4 options and one correct answer

Format your response as valid JSON only — no markdown, no explanation, just the JSON object.
Structure:
{
  "flashcards": [{ "front": "...", "back": "..." }],
  "mcqs": [{ "question": "...", "options": ["A", "B", "C", "D"], "answer": 0 }]
}

Where "answer" is the 0-based index of the correct option.
Tailor difficulty and subject matter to the {examType} exam.

---

USER INPUT:
You are an expert study-material creator for competitive exams.
Given a student's study notes and exam type, produce:
1. Exactly {count} flashcards (front = concise question or concept prompt, back = clear answer or explanation)
2. Exactly {count} multiple-choice questions with 4 options and one correct answer

Format your response as valid JSON only — no markdown, no explanation, just the JSON object.
Structure:
{
  "flashcards": [{ "front": "...", "back": "..." }],
  "mcqs": [{ "question": "...", "options": ["A", "B", "C", "D"], "answer": 0 }]
}

Where "answer" is the 0-based index of the correct option.
Tailor difficulty and subject matter to the {examType} exam.

Output — will stream here

Nothing yet. Fill in variables and click Run.

Prompt slug: exam-flashcards

Prefer copy-paste? Back to the prompt page →