Skip to main content
POST
/
public
/
v1
/
system-strategies
/
{key}
/
copy
Copy a system strategy template into the workspace
curl --request POST \
  --url https://api.example.com/public/v1/system-strategies/{key}/copy \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "EMA crossover template copy",
  "description": "Workspace-local copy of the EMA crossover template"
}
'

Authorizations

x-api-key
string
header
required

Workspace API key for public agent API access

Path Parameters

key
string
required

Body

application/json
name
string
Maximum string length: 100
Example:

"EMA crossover template copy"

description
string
Maximum string length: 1000
Example:

"Workspace-local copy of the EMA crossover template"

Response

201

Strategy draft created from template