New: Webhook guardrails, proxy retry/fallback config, and savings calculator are live. See what's new →
cURL
curl --request GET \ --url https://api.promptguard.dev/api/v1/projects \ --header 'X-API-Key: <api-key>'
[ { "id": "<string>", "name": "<string>", "description": "<string>", "fail_mode": "<string>", "use_case": "<string>", "strictness_level": "<string>", "created_at": "<string>", "zero_retention": false } ]
List all projects for the current user
PromptGuard API key for developer endpoints. Keys start with pg_live_ and are created in the dashboard.
Successful Response