create_audio_clip
Import a local audio file into a chosen empty Session slot on an unfrozen audio track, using a dry-run plan and confirmation token to validate the source and state before executing.
Instructions
Plan or import a local audio file into one exact empty Session slot on an unfrozen audio track. The confirmed plan binds the source file identity, size, and modification time; Live validates the audio format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional imported clip name. | |
| clipId | Yes | Stable clip ID: track-N:clip-M from list_clips, or track-N:arrangement-clip-M from list_arrangement_clips for tools that support Arrangement clips. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| trackId | Yes | Stable track ID returned by list_tracks. | |
| planHash | No | Hash returned by the matching dry run. | |
| sourcePath | Yes | Absolute local audio-file path. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |