Use this skill to help an application developer pick and wire up RunAPI SDK
packages for JavaScript, Ruby, or Go.
Do not use for one-off generation or agent-executed media tasks. If the user
just wants an agent to create, edit, transform, or transcribe media once, use
the RunAPI CLI (the runapi-cli skill) or the relevant model skill instead —
not an SDK.
Reach for an SDK only when building a web app, backend, worker, library, or
production codebase that calls RunAPI from its own code.
it transitively via a model SDK; depend on it directly only for custom
clients.
@runapi.ai/corerunapi-coregithub.com/runapi-ai/core-sdk/go@runapi.ai/ (e.g. @runapi.ai/suno)runapi- (e.g. runapi-suno)github.com/runapi-ai/-sdk/go Install only the model SDKs an application actually uses; each pulls the core
SDK as a dependency.
Keep the RunAPI API key in RUNAPI_API_KEY (or pass it to the client
constructor); never commit secrets.
共 1 个版本