Create Keyboardia session
create_sessionCreate a new editable Keyboardia session with the normal defaults and return its shareable URL. The session starts with no tracks; use edit_session to add them. Pass the same idempotency_key when retrying so an uncertain attempt cannot leave duplicate sessions behind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional display name for the new session. | |
| tempo | No | Starting tempo in BPM. Defaults to Keyboardia's own default. | |
| idempotency_key | Yes | A UUID you generate for this creation attempt. Reusing it returns the session the first attempt created instead of making another one. |