Version prompts and agent context, promote tested changes across stages, and fetch the right version at runtime via REST or MCP.
async function generateResponse(userInput) {
// Fetch the production prompt
const res = await fetch(
'https://api.promptman.dev/v1/prompts/customer-service-agent?stage=prod',
{ headers: { 'X-API-Key': process.env.PROMPTMAN_API_KEY } }
);
const { content, variables } = await res.json();
// Use the prompt with your LLM
return llm.chat(content);
}First-class MCP support. Let AI coding assistants manage prompts directly via MCP.
Track changes, rollback when needed, and maintain a complete history of your prompt evolution.
Organize prompts into apps with dev, staging, and production stages for safe deployments.
Designed for agentic workflows. Update prompts without redeploying your AI applications.
Flexible access via REST API. Decouple your prompts from your codebase.
Share prompts across your team. Collaborate and improve together.
Choose the plan that fits your needs.
Perfect for getting started
For growing teams
For scale