API Keys
Manage your API keys for CLI and self-hosted API access.
Your API Keys
API Usage
Document processing usage for the current billing period.
Documents Processed
—
Plan
—
Remaining
∞
Quick Start
CLI Usage
bash
# Set your API key
export PROMPTSHIELD_API_KEY="ps_live_your_key_here"
# Anonymize a document
promptshield anonymize invoice.pdf -o invoice-redacted.pdf
# Start a local API server
promptshield serve --port 8000Docker Usage
bash
# Run with Docker
docker run -e PROMPTSHIELD_API_KEY="ps_live_your_key_here" \
-p 8000:8000 promptshield/promptshield-api:latest