-
-
Notifications
You must be signed in to change notification settings - Fork 0
User Guide Overview
Bharat Joshi edited this page Apr 30, 2026
·
1 revision
Welcome to Promptly, your enterprise-grade platform for AI Prompt Governance and Management.
As Large Language Models (LLMs) become deeply integrated into production applications, treating prompts as "just strings in code" becomes a major liability. Promptly acts as a centralized Control Plane for all your AI interactions.
-
Projects: Everything in Promptly is scoped to a Project. A project maps to a specific environment (e.g.,
Prod-Customer-Service-Bot) or team. -
Prompts & Versions: Prompts are treated like code. You create a prompt, and every change you make results in a strict, immutable Version (e.g.,
v1.0.4). - Workflows: You cannot simply push a prompt to production. Prompts must be submitted, reviewed by peers, and explicitly approved.
- Runtime Delivery: Once approved, your production services retrieve the prompt dynamically from our fast Runtime API, meaning you can update prompts without redeploying your backend services!
- Dashboard: High-level metrics, showing how many prompts are currently active, in review, or rejected.
- Registry: The main view for all your prompt templates. You can search, filter by tags, and view the active deployed version.
- Security Scans: A log of all vulnerability checks executed against your prompts by our LLM guardrails.
- Settings: Manage project members, API keys for runtime delivery, and general application settings.
- Getting Started — For Teams
- Platform Overview
- Dashboard
- Prompt Registry
- Workflows & Approvals
- Security & Guardrails
- Architecture Overview
- ADR 001: Hybrid State Management
- ADR 002: Project RBAC Model
- ADR 003: Hexagonal Naming Conventions
- ADR 004: Spring Modulith Boundaries
- ADR 005: System Prompt Administration
- ADR 006: Contract First API Design
- ADR 007: Specification Pattern
- ADR 008: Reactive Persistence
- ADR 009: SSE Notifications
- Backend Workflows