DEV Community

Luke Fryer
Luke Fryer

Posted on • Originally published at aipromptarchitect.co.uk

BYOK: Bring Your Own API Key Explained

        <p>BYOK (Bring Your Own Key) is a model where you provide your own Google Gemini API key to use with AI Prompt Architect. This means you pay Google directly for API usage at their published rates — with zero markup from us.</p>

        <h2>How Is My API Key Protected?</h2>
        <p>Your API key is encrypted in your browser using <strong>AES-256-GCM</strong> before it ever leaves your device. We use a <strong>zero-knowledge architecture</strong> — meaning even our own team cannot see your key. During API calls, your key exists in server memory for less than 2 seconds and is never logged or stored in plain text.</p>

        <h2>Who Should Use BYOK?</h2>
        <p>BYOK is ideal for developers and teams who want full control over their API costs and already have a Google Cloud account. It's available through our API Tier subscription, which gives you unlimited platform access while you manage your own API billing.</p>

        <h2>Getting Started with BYOK</h2>
        <p>Sign up for the API Tier, generate a Gemini API key from the Google AI Studio, and paste it into your AI Prompt Architect settings. The platform handles the rest.</p>
Enter fullscreen mode Exit fullscreen mode

This article was originally published with extended interactive STCO schemas on AI Prompt Architect.

Top comments (0)