BYOK has a small learning curve. After that, you stop thinking about it. The rest of this article is the small learning curve.
By Travis Sawyer, Founder · Published May 15, 2026
The cleanest analogy is BYOB at a restaurant. The restaurant provides the room, the food, the service, the experience. You bring your own wine. The restaurant charges a corkage fee for the cork, the glass, the service of the wine. The wine itself stays your purchase, your relationship, your bottle.
In BYOK, the AI app is the restaurant. The API key is the wine. The corkage fee is what the app charges for the features and the orchestration. The wine bill is what the AI provider charges you for the inference itself.
For a second analogy that may land harder if you remember the early 2000s: phone number portability. Before portability, switching carriers meant losing your phone number. The number was tied to the carrier. After portability, the number was yours. The carrier was just whoever you happened to be paying that month. BYOK is the same shape applied to AI inference. The relationship with the AI provider belongs to you. The app you use it through is the carrier.
A few BYOK-specific explainers, written by other tools in this space, lay out the basics in different words: heyhelp.ai's BYOK page, Scribelet's writeup, Surfmind's overview. None of those are my work; they are reasonable starting points if you want the same concept in different voices.
I want to front-load the honest answer: getting an API key is real work the first time. It is not as smooth as signing up for a consumer app. The provider expects you to be a developer. You will be asked for a payment method. You will see a dashboard built for engineers. None of this is hard. It is just a step that consumer subscriptions do not have.
Once the key is created, you paste it once into the BYOK app and never think about it again. The annoyance lives entirely in the first 15 minutes.
Sign up at platform.openai.com. Verify email. Add a payment method under Billing. Click API Keys in the left nav. Create a new secret key. Copy it once (it is not shown again). Paste it into the BYOK app.
Sign up at console.anthropic.com. Verify email. Add a payment method. Click API Keys. Create a new key. Copy once and paste into the BYOK app.
Sign in with your Google account at aistudio.google.com. Click Get API Key. Create a key. Paste it into the BYOK app. Google's free tier covers most personal use.
You only need to do this for the providers you want to use. If you only want Claude, you only need an Anthropic key. If you want to switch between Claude and Gemini, you need keys for both. None of this is automatic; the trade-off is that you control which providers you have a relationship with.
Pricing for AI inference is per-token. A token is roughly three-quarters of an English word. Providers post their rates per million tokens, with different prices for input (what you send) and output (what the model produces).
For most consumer-style use, a single conversation consumes a few thousand to a few tens of thousands of tokens. On a mid-tier model, that conversation costs somewhere in the neighborhood of a few cents. Spread across a month of regular use, the typical user lands between $5 and $15 in inference cost. Heavy daily users can go higher; light users can stay lower.
The full pricing math is two bills: whatever you pay the BYOK app for the app itself, plus whatever your AI provider charges for the inference you used that month. ReGild charges $15 per month for the app. Inference is your provider's bill, separately.
For most users, the two-bill version of BYOK ends up in the same neighborhood as a flat consumer subscription. The difference is shape, not size. With a flat subscription, you pay a predictable amount and accept whatever rate-limiting the provider enforces. With BYOK, your costs are variable, visible, and not subject to the provider's tier policies.
The AI subscription market has matured. Most consumers know what ChatGPT Plus costs. Most consumers also know that they sometimes hit a rate limit on the model they actually wanted, or that their favorite model got retired, or that the version they liked got rolled into a new family with different behavior. (For more on that last one, see Why Your AI Changes When the Model Gets Updated.)
BYOK matters in 2026 because it decouples three things that used to be bundled: the app, the model, and the billing relationship. You can change apps without losing your model. You can change models without losing your app. The relationship with the AI provider belongs to you, not to whoever you happen to be using to talk to it.
For ReGild specifically, BYOK is the architectural prerequisite for persona portability across providers. Because you bring the keys, ReGild can route a single persona through Anthropic today, Google tomorrow, and OpenAI next month, all without any kind of bulk-inference contract that would lock you to one provider's roadmap. The technical detail lives on our architecture page.
BYOK is not free of friction. The trade-offs are real, and saying so up front is more useful than discovering them later.
You pay the BYOK app for the app. You pay the AI provider for inference. Two line items on two different statements. Some people prefer this for transparency. Others find it more friction than they want.
Creating an API key on a provider dashboard is a real step. It involves a payment method, a developer console, and instructions written for engineers. The whole flow takes 5-15 minutes per provider. Once done, you do not redo it.
The API key sits in the BYOK app. If your account at the AI provider gets suspended for any reason, your access to the underlying model goes with it. BYOK puts more of the relationship in your hands, and more of the responsibility too.
If a single-app subscription does what you need, you do not need BYOK. The use case for BYOK is wanting continuity across multiple providers, or wanting visibility into inference cost, or wanting to use an app whose features matter to you while still using the underlying provider directly. If none of that applies, a consumer subscription is honest, simple, and works.
The case for BYOK is not "you should switch to it because it is cheaper." The case is "you should switch to it if the things it gives you (control, continuity, cross-provider access) are worth the things it costs you (one-time setup, two bills, your own responsibility for the key)."
For how ReGild secures the keys you store with us, see our security page.