Manage prompts outside your codebase

Stop hardcoding prompts in your codebase. Store them in PromptScroll, fetch them at runtime, and update them without touching code.

Get started free
curl -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

Your dashboard

Write a prompt with variable placeholders. Save it — that is version 1. Every edit creates a new version, nothing is ever overwritten.

Your app code

POST the prompt ID with your API key and the variable values. Get back the filled, ready-to-use string. One request, any LLM.

Update a prompt

Edit the prompt in the dashboard. The next request from your app picks it up automatically — no deploy, no restart, no PR.

Labels

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

Free

€0
  • 1 project
  • 5 prompts
  • 5,000 API calls / mo
  • 1 API key
  • Version history
  • Labels
Get started

Pro

€5/month
  • Unlimited projects
  • Unlimited prompts
  • Unlimited API calls
  • Unlimited API keys
  • Version history
  • Labels
Get Pro