How do I use my own provider API key (BYOK) in ToRun?
I have an OpenAI API key from my own account and I would like to route my requests through it instead of through ToRun's default billing. I know ToRun supports BYOK but I am not sure exactly how to set it up, where the key is stored, or what the practical implications are for billing and privacy.
A few specific things I am unsure about:
- Where in the UI do I actually paste my key?
- Is the raw key ever visible to ToRun application code, or is it stored separately?
- I read something about "three BYOK tiers" — what does that mean in practice? Does it lower what I pay on top of the provider's rate?
- Can I restrict a key to only specific providers, models, or use cases, or does adding a key automatically make it apply everywhere?
- When a request is made, how do I know my key was actually used and not a platform key?
I am running on the free tier right now and I am curious whether BYOK makes sense before I commit to a subscription. Any guidance appreciated.