Free during Beta · BYO OpenAI key

Know what your AI
actually costs

A drop-in OpenAI proxy that gives your team prompt-level cost visibility, version tracking, and usage analytics — without touching your data.

You're flying blind

Your team is shipping AI features fast. But nobody knows which prompts are expensive, which teams are over-spending, or whether that "improved" prompt actually reduced costs.

PromptLens fixes that in 5 minutes.

spend by prompt · this month
document-summarizer$4.20
chat-assistant$1.10
tag-extractor$0.52

Everything you need to control AI spend

💸

Prompt-level cost visibility

See exactly which prompts are driving your AI spend, ranked by cost and request volume.

👥

Team-level usage tracking

Break down costs by team so you know who's spending what — perfect for chargeback reporting.

🔀

Prompt versioning

Track configuration changes over time and compare cost impact across versions side-by-side.

🏷️

Feature-level grouping

Tag requests by feature to understand costs per product area with a single header.

🔒

Privacy-first by design

Only metadata is logged. Your prompt content and responses never leave your infrastructure.

Drop-in compatible

One URL change. No SDK required. Works with any OpenAI-compatible client you already use.

How it works

PromptLens sits between your app and OpenAI. Every request passes through unchanged.

1
Your app sends a request
2
PromptLens logs metadata
3
OpenAI responds normally

No prompt content stored · No response logging · Async metadata only

One line to get started

Change your base URL and add a header. That's it.

JavaScript
const response = await fetch(
  'https://your-app.vercel.app/api/proxy/chat/completions',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer pl_your_key',
      'X-Prompt-Key': 'document-summarizer',  // ← add this
    },
    body: JSON.stringify({ model: 'gpt-4o', messages }),
  }
);
// Response is identical to OpenAI's — nothing changes

Free during Beta

Bring your own OpenAI API key and get full access to cost analytics, prompt management, and team dashboards at no cost. We track usage metrics internally so you don't have to — none of your data is ever exposed or shared.

Unlimited prompt tracking
Team-level cost attribution
Prompt versioning & comparison
Full dashboard access
Privacy-first — no prompt storage
“We had no idea our summarization prompt was 3× more expensive than everything else combined. PromptLens made that obvious in the first hour.”

Early user · Backend engineering team

Ready to see what's costing you?

Set up in 5 minutes. No credit card required.