Bring your own AI key: why your support tool shouldn't mark up the model
There’s a markup hiding in most AI support tools, and it’s easy to miss because it’s bundled into a word you already trust: “resolution.”
Here’s the shape of it. Your help desk connects to a large language model — Anthropic, OpenAI, whoever. That model costs a fraction of a cent per reply. Your help desk then charges you per resolved conversation for the privilege, at a price that has very little to do with what the tokens actually cost. You’re not paying for AI. You’re paying a margin on someone else’s AI, metered against how much support you do.
BYOK — bring your own key — is the boring, obvious fix. You bring your own model account. The tool uses it. You pay the model provider directly, at cost. Nobody sits in the middle taking a cut of every reply.
What is BYOK (bring your own key) for support software?
BYOK means you connect your own API key from an AI provider — like an Anthropic or OpenAI key — and the support tool runs its AI features on your account instead of reselling you access on theirs.
The practical difference: the AI bill goes to you, from the model provider, at the provider’s published rates. The support tool charges you for the software — the inbox, the widget, the knowledge base — not for each time the AI drafts a reply. Software and model become two separate, honest line items instead of one blended, ever-climbing one.
How does BYOK actually save money?
Because you pay the model at cost instead of paying a marked-up per-resolution fee. The gap widens the more support you do.
A rough, illustrative example — real numbers depend on your model and volume, so treat this as the mechanism, not a quote:
- A modern support model drafts a reply for well under a cent in tokens. Say you handle 2,000 conversations a month. Paid at cost, that’s a few dollars of model usage.
- A tool that charges per resolution for its AI might bill somewhere in the range of $0.50–$1+ per resolved conversation. At 2,000 conversations, that’s hundreds of dollars a month — for the same underlying tokens.
Same model. Same replies. The only difference is who’s holding the meter. With BYOK, the meter is the provider’s, and the provider isn’t marking itself up.
The other quiet benefit: your AI cost stops being coupled to your success. Per-resolution pricing means a great month — more customers helped — is a bigger bill. Paying the model at cost, a busy month costs you a few more dollars of tokens, not a renegotiation.
Is it safe to hand a tool your API key?
It can be — but only if the tool treats your key like the credential it is. This is a fair question and you should ask it of anyone offering BYOK.
A key is a bearer secret: whoever holds it can spend on your account. Done right, a support tool should:
- Encrypt it at rest with envelope encryption — a per-workspace data key wrapped by a master key in a managed vault, not sitting in a plaintext environment variable.
- Decrypt only in memory at the moment of use, and never log it or return it in an API response.
- Let you rotate or revoke it instantly, from your side, without a support ticket.
If a vendor can’t tell you plainly how they store your key, that’s your answer. BYOK is a trust exchange, and the tool has to earn its half.
When is BYOK not worth it?
When you’d genuinely rather never think about a key. That’s a legitimate choice, and pretending otherwise would be dishonest.
BYOK shines for cost-conscious and technical founders who already have a model account and want to pay cost. But if you don’t want to create an Anthropic account, manage a key, or watch a token bill — a managed allowance, where the tool includes a set amount of AI in a flat monthly price, is a perfectly good trade. You pay a little more than raw cost for the convenience of never touching it. The point isn’t “BYOK or bust.” The point is that you should get to choose — and most tools don’t offer the choice at all.
How Replyvana does BYOK
We built the AI access around a simple ladder, and BYOK sits in the middle of it:
- Trial pool. Every new workspace gets a metered pool of AI drafts on our key. No setup, no card — so you can try the copilot before deciding anything.
- Bring your own key. Out of the trial pool? Paste your own Anthropic key on any plan, including Free. You pay Anthropic directly, at cost. We don’t mark it up.
- Managed (Growth and Scale). Don’t want to manage a key? Our Growth and Scale plans include a generous monthly allowance of AI drafts on our key, built into the flat price.
Your key is stored with envelope encryption, decrypted only in memory when a draft is generated, never logged, and revocable by you whenever you like. We wrote it down publicly because “trust us” isn’t a security model.
BYOK is available on every tier — yes, including Free. If you’re the kind of founder who’d rather pay the model than a middleman, that’s the whole idea.
→ See how the AI ladder works on our pricing page, or read how the copilot fits into the product.
FAQ
What does BYOK stand for? Bring Your Own Key. In support software it means connecting your own AI provider key (like an Anthropic or OpenAI key) so the tool’s AI runs on your account, at cost, instead of the vendor reselling you AI at a markup.
Can I use my own OpenAI or Anthropic key with a help desk? With most legacy help desks, no — they resell you AI on their account and bill per resolution. Tools built around BYOK let you paste your own key. Replyvana supports BYOK on every plan, including Free.
Does BYOK mean the support tool is free? No. You still pay for the software — the inbox, widget, and knowledge base. BYOK only changes how you pay for the AI: directly to the model provider at cost, instead of a marked-up per-resolution fee to the tool.
Is it secure to give a support tool my API key? It can be, if the tool uses envelope encryption, decrypts the key only in memory, never logs it, and lets you revoke it. Ask any vendor to explain their key custody before you paste anything.
What if I don’t want to manage a key at all? Then use a managed allowance — a set amount of AI included in a flat monthly price. On Replyvana that’s built into the Growth and Scale plans. BYOK is an option, not an obligation.