ai-gateway-music-production
Installation
SKILL.md
drama-api Audio Gateway
Use this skill for three separate audio domains:
- Suno music: generate BGM, pure music, lyrics/music tasks.
- Doubao TTS: synthesize speech with
seed-tts-2.0orseed-tts-1.0. - Doubao Seed Audio: generate audio with
seed-audio-1.0from text prompts, optional audio/speaker references, or optional image reference.
Shared Auth
Use the shared helper in scripts/_gateway.py.
- Fetch accessKey from
{DRAMA_API_BASE_URL}/api/interactive-productions/{issueId}/tokenswithAuthorization: aic. - Call the proxy at
{DRAMA_API_BASE_URL}/api/ai-gateway/**with onlyX-Api-Keyfor gateway auth. - Override both token lookup and proxy base with
DRAMA_API_BASE_URL.