🎙️ Eleven3 SSOT

  • domains:
  • purpose:
    • private ElevenLabs Eleven v3 tinker bench for expressive speech, dialogue, sound effects, voice design, batch generation, history playback, and operator experiments.
  • security_model:
    • app_login: required at /auth before any workspace route.
    • secrets: stored outside the wiki; credentials live in the restricted app credentials file.
    • API_keys: injected through runtime environment variables, never exposed in static wiki content.
  • knowledge_map:
    • Features: UI surfaces, generation modes, player, history, examples.
    • API: SvelteKit proxy endpoints and request contracts.
    • Audio Tags: Eleven v3 tag groups, categories, and usage rules.
    • Operations: deploy paths, service lifecycle, verification ladder.
    • Wall Of Fame: curated project achievement timeline.
    • Wall Source: lossless upstream Wall of Fame source.
  • operator_flow:
    • login at https://elv3.loca.zone/auth.
    • load voices from the library endpoint.
    • choose Speech, Voices, Designer, SFX, Batch, or History.
    • generate audio through the server-side proxy so keys remain private.
    • play, review, and download generated audio from the bottom player or history.
  • maintenance_rule:
    • update the app first, rebuild the SvelteKit app, then update this wiki only after behavior has been verified from the public URL.