BYOK Seed Generator
Generate seed documents using your own AI API keys with single or dual-LLM generation
Generate professional seed context documents using your own Anthropic or OpenAI API keys. The BYOK (Bring Your Own Key) model puts you in control of AI costs while Bootspring provides the intelligence layer.
Overview
The Seed Generator creates 8 document types from your wizard data:
| Document | Description |
|---|---|
| VISION.md | Core problem/solution foundation |
| AUDIENCE.md | User personas and segments |
| MARKET.md | TAM/SAM/SOM analysis |
| COMPETITORS.md | Competitive landscape |
| BUSINESS_MODEL.md | Revenue and pricing strategy |
| PRD.md | Product requirements document |
| TECHNICAL_SPEC.md | Architecture and stack decisions |
| ROADMAP.md | Development phases and milestones |
Setting Up API Keys
- Go to Dashboard > Settings > Provider API Keys
- Add your Anthropic key (
sk-ant-...) or OpenAI key (sk-...) - Keys are validated on save and encrypted with AES-256-GCM
You can store one key per provider. Keys are encrypted at rest and decrypted only at the moment of use.
Single-Provider Generation (Pro)
Pro and Team users generate documents with one provider at a time:
- Complete the Seed Wizard in the Preseed Builder
- Open the Preseed Studio
- Click Generate All or generate individual documents
- Download the ZIP archive
Dual-LLM Generation (Enterprise)
Enterprise users with both an Anthropic and OpenAI key can enable Dual-LLM mode:
- Toggle Dual-LLM ON in the Preseed Studio status bar
- Click Generate All
- Each document is generated by both providers in parallel
- Results are automatically merged with deduplication and conflict detection
The merge process:
- Removes duplicate content blocks
- Detects similar but non-identical blocks (≥55% token similarity)
- Produces a merge changelog listing sources, duplicates removed, and conflicts
- Combines the best of both providers into a single document
Generation Limits
| Tier | Generations/Month | Dual-LLM |
|---|---|---|
| Free | 0 | No |
| Pro | 50 | No |
| Team | 200 | No |
| Enterprise | Unlimited | Yes |
Security
- API keys encrypted with AES-256-GCM using a server-side master key
- Unique random IV per encryption operation
- Keys never logged, cached, or transmitted in plaintext
- All key operations audit logged (save, delete, use, validate)
- Delete keys anytime from the Settings dashboard