Stop hardcoding prompts in your codebase. Store them in PromptScroll, fetch them at runtime, and update them without touching code.
Get started freecurl -X POST https://promptscroll.com/api/v1/prompts/YOUR_PROMPT_ID \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"variables": {"name": "Alice"}}'How it works
Write a prompt with variable placeholders. Save it — that is version 1. Every edit creates a new version, nothing is ever overwritten.
POST the prompt ID with your API key and the variable values. Get back the filled, ready-to-use string. One request, any LLM.
Edit the prompt in the dashboard. The next request from your app picks it up automatically — no deploy, no restart, no PR.
Optional. Pin a specific version under a name like production or staging. Move the pin when you are ready to ship — your code never changes.
Pricing
Pro