1. Get your PromptWall API key
Sign in at www.prompt-wall.com, finish onboarding, and copy thepw_… key shown on the final step.
Save it as PROMPTWALL_API_KEY in your environment.
2. Point your OpenAI client at PromptWall
You change two things:OPENAI_BASE_URL→https://api.prompt-wall.com/v1- Add a
X-PromptWall-Api-Keydefault header.
3. Watch it on the dashboard
Open www.prompt-wall.com/observability. Within seconds your request shows up:- KPI cards update (requests, cost, p95 latency, error rate)
- Filter by
use_case = customer_supportto slice by the dimension you tagged - Click any row in Recent traces to see the full waterfall
4. Turn on runtime control (optional)
Default mode is observe — capture only, no mutations. To turn on control, sendX-PromptWall-Mode per request or set
policy_json.proxy_control_mode per tenant.
| Header value | Pre-LLM | Post-LLM |
|---|---|---|
observe | — | — |
guard | guards + injection scan | — |
verify | — | PII redaction |
full | both | both |
Other integration modes
- Verify mode — keep your LLM, validate the answer
- Events mode — observability-only ingest
- API reference — full request/response details