keel_strategy_fork
Fork any Hyperliquid trading strategy into your workspace using a strategy ID or share-link. Auto-detects the correct endpoint.
Instructions
Fork a strategy into your org. The source argument accepts either a Keel strategy id (str_*) or a share-link id; the tool auto-detects which endpoint to call. Do NOT use to compose a new strategy from scratch — call keel_strategy_compose. Do NOT use to create a share link — call keel_share_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Strategy id (`str_*`) or share-link id. | |
| name | No | Optional new name for the fork. | |
| target_workspace_id | No | Workspace to place the fork in (default: org default). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |