Documentation

Build with PromptOps.

Everything you need to manage, optimize, and benchmark your prompts. From quick start to advanced configuration.

quickstart.sh
# Install the CLI
npm install -g @promptops/cli

# Initialize in your project
promptops init

# Register your first prompt
promptops register ./prompts/support-agent.md \
  --name "support-agent" \
  --model "claude-sonnet" \
  --tags "support,production"

# Run your first optimization
promptops optimize support-agent \
  --dataset ./data/tickets.jsonl \
  --objective accuracy \
  --iterations 25

# Benchmark across models
promptops benchmark support-agent \
  --models gpt-4o,claude-sonnet,gemini-pro \
  --dataset ./data/tickets.jsonl

Need help?

Can't find what you're looking for? Our team is here to help.