EU AI Act enforcement begins August 2026

Your team is using AI.
Do you know what it's costing?
Do you know what it's doing?

SpendLil watches every AI request across your business — the spend, the risk, the data. Add one header. That's it. Your automated AI officer, always available, never blocking your AI.

We never store your API keys Your AI never goes down because of us 2-minute setup
Full spend visibility
Every AI request, cost, model, and key — in one dashboard.
PII detection
Scans every request and response for emails, NI numbers, and more.
EU AI Act readiness
Track compliance before the August 2026 deadline.
Tag-based tracking
Tag requests by agent, team, or customer — filter by tag.
EU AI Act enforcement: August 2026 — 2 months away

HIGH risk systems must comply or face fines up to €30M or 6% of global turnover.

Am I affected?

Works with every major AI provider

OpenAIAnthropicGoogle AIMistralCohereAny OpenAI-compatible API

The reality, right now

Something is happening with AI in your business.
You don't know what.

Your team adopted AI quietly, at the keyboard level. The spend is scattered. The data risk is invisible. Nobody has the full picture — because the oversight layer was never built.

0%

of UK SMBs have no visibility into AI spend

£0

average hidden monthly AI cost per company

0%

of AI interactions contain some form of PII

Costs you can't see

API keys scattered across teams, personal subscriptions, ad-hoc tools — AI spend is invisible until the invoices arrive.

Data you can't control

Customer names, NI numbers, even credit card details get pasted into AI prompts daily by well-meaning staff who don't know the risk.

Models you didn't approve

Staff sign up for GPT-4, Claude, Gemini without telling IT. New models appear every week — your team adopts them before you've assessed them.

Features

Everything you need to control AI spend

One platform. Full visibility. No surprises.

AI Spend Dashboard

Total spend, per-key breakdown, model costs, provider comparison, and forecasts. Know your daily burn rate at a glance.

Tag-Based Tracking

Pass X-SpendLil-Tag on any request to label it — chatbot, support, sales, customer name. Filter spend by tag in the dashboard.

PII Detection

Scans every request and response for emails, NI numbers, credit cards, postcodes. Alerts fire immediately on detection.

Spend Alerts & Budgets

Set daily or monthly budgets per account. Get alerted when you approach limits — before the surprise invoice arrives.

Smart Alerts

Budget thresholds, new keys, cost spikes — via email or Slack on Growth and above.

Audit Reports

Generate PDF reports covering spend, PII exposure, and compliance status.

Compliance Readiness

Track EU AI Act readiness across all key articles. Build your audit trail automatically.

Key Auto-Discovery

New API key used for the first time? SpendLil creates the record automatically. Zero setup.

Zero Latency Impact

Fire-and-forget logging — usage is written after your response returns, never blocking it.

Always Available

If SpendLil goes down, your AI keeps running. The key is in your request — not stored with us.

How It Works

Up and running in under 2 minutes.

No agents to create. No keys to manage. No setup wizard. Add one header and you're tracking.

01

Sign up and get your SpendLil key

Register in 30 seconds. You'll get an account key — sl_abc123. That's the only credential you manage.

02

Change one URL, add one header

Point your existing AI SDK at your provider's SpendLil gateway — e.g. openai.gateway.spendlil.ai instead of api.openai.com. Add X-SpendLil-Key. Done.

03

Dashboard lights up immediately

Your first request auto-discovers the API key. Spend, model costs, and tags appear in real-time. No setup, no agents to create.

openai_proxy.py
from openai import OpenAI

client = OpenAI(
    api_key="sk-your-openai-key",
    base_url="https://openai.gateway.spendlil.ai/v1",
    default_headers={
        "X-SpendLil-Key": "sl_abc123",
        "X-SpendLil-Tag": "my-chatbot",  # optional
    },
)

resp = client.chat.completions.create(
    model="gpt-4o",
    messages=[{"role": "user", "content": "Hello!"}],
)
# Response identical to calling OpenAI directly
# + header: X-SpendLil-Route: governed

Pricing

Simple, transparent pricing

Start free. Upgrade when you need more. No credit card required.

Free

£0/month

Get started with AI visibility

  • 1,000 tracked requests/month
  • 3 auto-discovered API keys
  • 1 dashboard user
  • Spend dashboard & charts
  • Email spend alerts & budgets
  • CSV export
  • 90-day data retention
Get Started Free

Growth

£39/month

For teams getting serious about AI

  • 10,000 tracked requests/month
  • 10 auto-discovered API keys
  • 3 dashboard users
  • Everything in Free
  • Slack alerts
  • PDF audit reports
  • Model breakdown by key
  • PII detection detail
  • Compliance readiness report
Get Started
Coming Soon

Business

£99/month

For SMBs that need full governance

  • 50,000 tracked requests/month
  • 25 auto-discovered API keys
  • 10 dashboard users
  • Everything in Growth
  • API access
  • Webhooks & Teams alerts
  • Priority support

Enterprise

£249/month

For regulated industries

  • Unlimited tracked requests
  • Unlimited API keys
  • Unlimited users
  • Everything in Business
  • SLA guarantee
  • Dedicated onboarding
  • Custom data retention

Private Cloud & Self-Hosted

Need SpendLil inside your own AWS, Azure, or GCP account?

For regulated industries — finance, legal, healthcare, government — where data sovereignty is non-negotiable. Full stack deployment. White-labelling available. Annual licence pricing.

Enquire
EU AI Act · August 2026

Compliance built in, not bolted on

August 2026 is closer than it looks. SpendLil automates EU AI Act tracking, risk registers, and audit trails — so you're covered without the headcount.

Art. 4 Covered

AI Literacy

All staff using AI must have documented training. SpendLil tracks training records per employee.

Art. 9 Covered

Risk Management

High-risk systems need a risk register with likelihood, impact, and mitigations documented.

Art. 10 Covered

Data Governance

Training data must be documented, including sources, bias assessments, and personal data handling.

Art. 13 Covered

Transparency

Users must be told when they're interacting with AI. Disclosure notices tracked per key.

Art. 14 Covered

Human Oversight

High-risk decisions need human review. SpendLil tracks approval workflows and escalation logs.

Art. 26 Covered

Deployer Obligations

Organisations using high-risk AI must maintain logs and cooperation evidence for authorities.

Art. 49 Covered

EU Database

High-risk AI systems must be registered in the EU database. SpendLil generates the export.

Art. 73 Covered

Incident Reporting

Serious incidents must be reported within 72 hours. Full incident log built in from day one.

See your EU AI Act readiness score

SpendLil evaluates your current setup against all key EU AI Act requirements and shows exactly what gaps to close before August 2026.

Get your readiness score

FAQ

Frequently asked questions

How does SpendLil track AI spend?

Point your existing AI SDK at your provider's SpendLil gateway — e.g. openai.gateway.spendlil.ai instead of api.openai.com. Add one header: X-SpendLil-Key. Every request is proxied, logged, and costed. The response you get back is identical to calling the provider directly.

Do you store my API keys?

Never. Your provider API key passes through SpendLil with every request and is never stored. We store a SHA-256 hash and the last 4 characters for identification only. This is a core design principle, not an afterthought.

What if SpendLil goes down?

Your AI keeps running. Because your API key is in every request, you can always fall back to calling your provider directly. Even a full outage means you lose spend tracking temporarily, not your AI functionality.

Does it work with my AI provider?

Yes — OpenAI, Anthropic, Google, Mistral, Cohere, and any OpenAI-compatible API. If it uses the standard chat completions format, we support it.

What is X-SpendLil-Tag?

An optional header you can pass on any request to label it — "chatbot", "support", "customer-123", "batch-job". Tags appear in the usage explorer and let you filter spend by your own identifiers.

Does it add latency?

Minimal. SpendLil runs on Lambda in eu-west-2 (London). Typical added latency is 20-50ms. Logging is fire-and-forget — usage records are written after your response returns, never blocking your AI request.

How does PII detection work?

We scan request and response bodies for UK-specific PII patterns — NI numbers, postcodes, UK phone numbers, credit card numbers, and email addresses. High-confidence matches alert immediately.

Can I track multiple teams or environments?

Yes — use X-SpendLil-Tag to separate environments (production, staging, dev) or teams (support, sales, engineering). Filter and break down spend by tag in the dashboard.

Is my data safe and GDPR compliant?

SpendLil is hosted in AWS eu-west-2 (London). We store usage metadata — token counts, costs, model names, timestamps — never full conversation content. Data retention is configurable.

Can I deploy SpendLil in my own cloud?

Yes — we offer private cloud deployments into your own AWS, Azure, or GCP account. Your data never leaves your environment. Annual licence pricing. Contact hello@spendlil.ai.

Stop wondering.
Start knowing.

Your team is already using AI. SpendLil makes sure you're in the room when they do — watching the spend, the risk, and the data.

Free plan available · No credit card needed · 2-minute setup