Changelog
What's new in PromptOT
April 2026v1.9.0
MCP Server
- PromptOT now works in Claude Desktop, Cursor, Codex CLI, claude.ai, ChatGPT, Windsurf, and Zed via the Model Context Protocol
- 23 MCP tools across prompts, blocks, variables, versions, and test cases — list/create/update/delete/publish from inside your AI assistant
- Generate a scoped MCP key from any project's API Keys page with one click — install snippets ready to copy for every supported client
- Hosted OAuth flow at mcp.promptot.com for browser-based clients (claude.ai, ChatGPT) — sign in with PromptOT, pick your project, approve
- AI features (playground, evaluations, AI rewrites, prompt imports, co-pilot) are opt-in via a checkbox so free-tier users don't accidentally burn AI credits
- MCP-originated mutations are tagged in the audit log and request logs so you can trace exactly which tool ran what
April 2026v1.8.0
Playground Output Formats
- Switch between Raw, Markdown, JSON, and HTML rendering for playground output
- Markdown view renders headings, lists, tables, blockquotes, and code blocks inline
- JSON view pretty-prints and syntax-highlights valid JSON, with a clear error state for non-JSON output
- HTML view previews model-generated HTML inside a sandboxed iframe (scripts disabled) to safely inspect markup
- Copy button continues to copy the raw output regardless of the active view
March 2026v1.7.0
Public Prompt Gallery & Sharing
- Public prompt gallery at /library — browse community-shared prompt templates
- Shareable prompt URLs at /library/{slug} with block-by-block preview and copy-to-clipboard
- Embeddable prompt card API endpoint for documentation and READMEs
- "Powered by PromptOT" attribution header on all API v1 responses
- Tag-based filtering and search in the gallery
- One-click toggle to make any published prompt public from the editor
March 2026v1.6.0
Reddit Pixel & Conversions API
- Reddit Pixel integration for client-side conversion tracking across all pages
- Server-side Reddit Conversions API for reliable attribution (sign up, prompt creation, prompt publishing, API key creation)
- Multi-provider analytics — Reddit and Google Analytics now fire in parallel
March 2026v1.5.0
Audit Log
- Full audit log page with filterable table of organization activity
- Filter by action type, resource type, and date range
- Paginated results with user details and event metadata
- Color-coded action badges for quick visual scanning
February 2026v1.4.0
Editor Redesign & Error Tracking
- Redesigned prompt editor with dual-scroll layout and fixed header
- Card-based block layout with polished panels and visual cues
- Sentry error tracking for frontend and API with source map uploads
- SEO glossary and comparison pages for AI and prompt engineering terms
- Auto-polling for running evaluation runs with live status updates
February 2026v1.3.0
Evaluations UI Improvements
- Test case names displayed in evaluation results instead of truncated IDs
- Clickable test case names open a detail modal with input, expected output, variables, and criteria
- New evaluation result viewer modal showing actual LLM output, test input, and expected output side by side
- Model stats (latency, token breakdown) shown in result detail view
- Friendly model display names throughout the evaluations page
- Fixed evaluation run creation failing when no specific test cases were selected
February 2026v1.2.0
Member Role Management & Co-pilot Test Case Generation
- Generate test cases directly from the co-pilot — describe what to test and get domain-aware proposals
- Balanced test mix: happy path, edge cases, boundary tests, and adversarial inputs
- Per-test-case Accept/Reject with bulk Accept All / Reject All support
- Variable-aware generation exercises different variable combinations from your prompt
- Each test case includes 2-3 verifiable evaluation criteria (contains, regex, similarity)
- Organization owners can now change member roles directly from the settings page
- Inline role selector dropdown for quick role changes between owner, editor, and viewer
- Automatic project access adjustment when promoting a member to owner
February 2026v1.1.0
Prompt Co-pilot
- Conversational AI co-pilot for prompt editing — describe changes in natural language
- Multi-block actions: edit, add, remove, reorder, and toggle blocks from chat
- Inline diff previews with per-action Accept/Reject controls
- Prompt quality analysis with scoring, strengths, weaknesses, and suggestions
- Persistent conversation history per prompt with model selection
- Prompt engineering best practices built into the co-pilot's knowledge
February 2026v1.0.0-beta
Public Beta Launch
- Launched PromptOT to the public
- Landing page with full product overview
- Documentation and API reference
February 2026v0.9.0
Access Control & Collaboration
- Project-level access control for organization members
- Role-based permissions (owner, admin, member, viewer)
- Member invitation system
January 2026v0.8.0
AI-Powered Prompt Editing
- AI block rewriting (improve, expand, simplify, custom modes)
- Playground evaluation with OpenRouter integration
- Prompt usage documentation with code snippets
January 2026v0.7.0
Webhook Notifications
- Webhook delivery for prompt events (published, updated, deleted)
- HMAC-SHA256 payload signatures
- Exponential backoff retry (up to 5 attempts)
December 2025v0.6.0
API Delivery System
- Public API for prompt delivery (/api/v1/*)
- API key authentication with SHA-256 hashing
- Environment scoping (production vs development)
November 2025v0.5.0
Block-Based Composition
- Typed prompt blocks (role, context, instructions, guardrails, output_format, custom)
- Drag-and-drop block reordering
- Variable interpolation with {{key}} syntax
- Prompt compilation engine