Documentation VersionThe documentation on this page corresponds to the latest stable release of Prompt Lockbox. For details on previous versions or to see what’s new, please check the Releases page on GitHub.
CLI Command Interface
The CLI Reference is a comprehensive guide to every
plb
command available in your terminal. It’s designed for quick lookups of commands, arguments, and options.This reference is organized into a single, searchable page covering all command groups:- Project & Integrity
- Prompt Management
- Search & Indexing
- AI Superpowers
Python SDK Reference
The SDK Reference provides detailed documentation for the public Python classes and methods you can use to integrate Prompt Lockbox into your own applications.It is organized by the two core classes of the SDK:
- The Project Class: Your main entry point for managing the entire prompt library.
- The Prompt Class: Represents a single prompt file and its methods for rendering, locking, and more.