PensionBud includes a lightweight AI helper to explain pension scenarios in plain English.
However, AI services like OpenAI come with usage costs — and rather than limiting users completely, PensionBud gives you the option to use your own OpenAI API key.
This gives you full control over usage, cost, and access.
Running AI services at scale can be expensive. Instead of restricting features entirely, PensionBud uses a hybrid approach:
Result: You stay in control — no subscriptions required.
An API key is a secure token that allows your app to communicate with OpenAI’s services.
It identifies your account and tracks usage for billing.
You can create one via the OpenAI platform:
PensionBud sends structured prompts to OpenAI to:
Importantly:
Here’s a simplified example of how an app might call OpenAI:
POST https://api.openai.com/v1/chat/completions
Headers:
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
Body:
{
"model": "gpt-4.1-mini",
"messages": [
{"role": "system", "content": "Explain pension scenarios clearly."},
{"role": "user", "content": "Can I retire at 57 with £750k?"}
]
}
The response is then displayed inside the app.
The process is simple:
Once added, your requests are routed through your own OpenAI account.
Using your own API key means:
This avoids hidden subscriptions or bundled costs.
API keys should always be treated like passwords.
Best practices include:
Important: PensionBud stores your API key locally on your device and does not share it externally.
Many apps either:
PensionBud takes a different approach:
This keeps the app accessible while still offering flexibility.
Explore your pension scenarios and use AI explanations — with the option to connect your own OpenAI account.
AI is a powerful tool — but it works best when users understand how it’s being used.
By allowing you to connect your own OpenAI API key, PensionBud keeps things simple, transparent, and in your control.
This article is for general information only. OpenAI services are subject to their own pricing and terms.