Overview
The OpenAI BYOK connector lets you use your own OpenAI API key with Workshop. Usage is billed directly to your OpenAI account.Don’t have an API key? Use a Workshop-managed OpenAI connector instead — no API key needed, usage billed to your Workshop credits.
What You’ll Need
| Credential | Description | Format |
|---|---|---|
| API Key | OpenAI API authentication key | sk-proj-... |
Getting an API Key
Access the OpenAI platform
Go to platform.openai.com and sign in or create an account.
Set up billing
Click Settings > Billing, add a payment method, and add credits (minimum $5). Billing is required before the API key will work.
Navigate to API Keys
Click API keys in the sidebar, or go directly to platform.openai.com/api-keys.
Create a key
Click Create new secret key, enter a name (e.g., “Workshop Access”), and optionally select a project.
Connecting to Workshop
Your OpenAI account is now connected and available across all conversations.
Verifying Your Connection
Ask Workshop:Security Best Practices
- Your API key is stored in Workshop’s encrypted storage — never shared with the AI agent directly
- Rotate keys periodically at platform.openai.com/api-keys
- Use OpenAI projects to organize keys by application
- If you suspect a key is compromised, delete it immediately in your OpenAI settings and create a new one
Troubleshooting
| Issue | Solution |
|---|---|
| ”Invalid API key” | Verify the full key was copied. Ensure format is sk-proj-.... |
| ”Insufficient quota” | Check billing at platform.openai.com. Add credits if needed. |
| ”Rate limit exceeded” | Wait and retry. Check rate limits in your OpenAI dashboard. |
| ”Model not found” | Verify model access. Some models require special access or are in limited beta. |