MCP-first prompt management is now live

Prompt infrastructure for
modern AI applications

Treat your prompts like infrastructure artifacts. Version control, deploy across stages, and fetch at runtime via API.

Read the Docs
agent_setup.ts
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);
}

Featured on

promptman - MCP-native prompt management for agentic apps | Product HuntFeatured on ShipybaraPromptman badge

MCP Native

First-class MCP support. Let AI coding assistants manage prompts directly via MCP.

Version Control

Track changes, rollback when needed, and maintain a complete history of your prompt evolution.

Deployment Stages

Organize prompts into apps with dev, staging, and production stages for safe deployments.

Built for Agents

Designed for agentic workflows. Update prompts without redeploying your AI applications.

REST API

Flexible access via REST API. Decouple your prompts from your codebase.

Team Collaboration

Share prompts across your team. Collaborate and improve together.

Simple, Transparent Pricing

Choose the plan that fits your needs.

Free

Perfect for getting started

$0/ forever
  • 1 app
  • 1 stage
  • 3 prompts
  • 10 versions per prompt
  • 1 team member
  • 1K API calls/month
MOST POPULAR

Starter

For growing teams

$29/ per month
  • 3 apps
  • 3 stages per app
  • Unlimited prompts
  • Unlimited versions
  • Up to 3 team members
  • 200K API calls/month

Pro

For scale

$99/ per month
  • Unlimited apps
  • Unlimited stages
  • Unlimited prompts
  • Unlimited versions
  • Unlimited team members
  • 1M API calls/month