> For the complete documentation index, see [llms.txt](https://sonic-ai-works.gitbook.io/sonic-networks-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sonic-ai-works.gitbook.io/sonic-networks-docs/changelog/2026-09-01-studio-operations-lyrics-and-provider-settings.md).

# 2026-09-01 — Studio operations, lyrics & provider settings

This release expands SONIC Studio from the core generator/dashboard into a fuller creator operations surface and hardens provider-job handling around durable tenant-scoped identities.

## Dashboard UX

* added persisted light/dark Studio theme;
* expanded navigation for Create, Lyrics, Samples, Presets, Remix, Stems, Downloads, Operations, Notifications, Security, Community, Wallet and Portfolio;
* moved Buy Credits into the right-side Generation Summary;
* added reference-aligned Analytics, Library, Security Center, Notification Center, Community Hub, Wallet/Portfolio and Profile/Settings layouts;
* preserved responsive stacking for contextual side rails.

## Music production

* modularized generator UI under `components/ui/music/generator/*`;
* added visible validate → reserve credits → submit → process → complete operation progression;
* added internal `GenerationOperation` identity and provider job attachment;
* added `CreditReservation` and `CallbackReceipt` models;
* stale callbacks cannot regress a later operation stage;
* partial track callbacks merge by track identity.

## Lyrics

* integrated Suno lyrics-only submission through `/api/v1/lyrics`;
* added `/api/v1/lyrics/record-info` polling fallback;
* enforced the provider's 200-character lyrics prompt limit;
* lyrics callback is terminal `complete` only;
* generated lyrics can feed Music Generator custom workflows.

## Tenant/account operations

Added tenant-scoped Account, Project, GenerationOperation, CallbackReceipt, CreditReservation and IntegrationCredential records. Provider task IDs are secondary integration identifiers rather than primary SONIC business identities.

## Bring your own provider

Advanced Settings supports per-account:

* Suno API key;
* AI language-model key;
* Helius API key;
* custom Solana RPC endpoint/credential.

Secrets are encrypted server-side and are never returned after storage. Account credentials fall back to platform credentials when enabled/configured.

## Security

Provider credentials do not authorize wallet transactions. Wallet ownership proof and transaction intents remain separate authorization boundaries.

## Documentation

The Documentation space was synchronized in revision `r02tzCQyRj2Ews5RiiEb`, including the updated Studio page, publishing governance and new **Tenants, accounts & operations** documentation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://sonic-ai-works.gitbook.io/sonic-networks-docs/changelog/2026-09-01-studio-operations-lyrics-and-provider-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
