SaleSea
Docs

BYOK · Bring Your Own LLM Key

Enterprise customers use their own Anthropic / OpenAI key. SaleSea never touches your tokens — your account handles billing.

BYOK = Bring Your Own Key. Mid-to-large customers use their own LLM key — the platform never touches your prompt/response, billing goes to your own Anthropic/OpenAI account. Compliance-friendly + saves money + model flexibility.

Why BYOK

SaleSea defaults to platform LLM (gpt-5.4-mini via relay). But for mid-to-large customers:

  • Compliance: Finance / healthcare / government customers' prompts cannot flow through 3rd-party servers
  • Cost: Volume on your own OpenAI account → enterprise discounts
  • Model flexibility: Claude Opus / GPT-5 top models, no free-tier restrictions
  • Data ownership: Your LLM account has the complete audit log, independently auditable

Supported providers

  • Anthropic Claude Haiku / Sonnet / Opus
  • OpenAI GPT-4o / GPT-4o-mini / GPT-5.x series
  • DeepSeek deepseek-chat / deepseek-reasoner
  • Custom OpenAI-compatible Any relay or self-hosted LLM endpoint (e.g., local Llama)

How to enable

  1. Go to Settings
  2. Find the "BYOK" section
  3. Paste API key — auto Fernet-encrypted at rest, no longer readable
  4. Immediate effect — next call uses your key

Hybrid mode

BYOK is not all-or-nothing:

  • Normal employees → platform LLM (cheap)
  • Supervisors / decision-makers → BYOK Claude Opus (expensive but accurate)
  • One workspace all BYOK, another all platform

Security

BYOK key storage:

  • Fernet AES-128 encryption (key rotated every 90 days)
  • Storage isolation (key in vault table, association ID in business table)
  • Decrypted only at the moment of LLM call + cleared after use
  • All BYOK calls logged to audit log (12-month retention)