get_or_create_workspace
Retrieve an existing APK reverse-engineering workspace by name, or create a new one if it doesn't exist. Idempotent and safe to call at the start of any analysis task.
Instructions
Get or create a workspace by name - idempotent, safe to call every time you start working on something.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| targetLabel | No | Defaults to the workspace name |