Skip to main content
POST
Finalize a strategy version

Authorizations

x-api-key
string
header
required

Workspace API key for public agent API access

Path Parameters

id
string
required

Body

application/json
strategyAst
object
required

Canonical strategy protocol payload. Use this when the client already authors StrategyAstV1 directly.

Example:
settings
object
required
version
integer
Required range: x >= 1
Example:

1

forkedFromVersionId
string<uuid>
ignoreWarnings
boolean
Example:

false

signalGraph
object

Higher-level AI agent authoring graph. The backend compiles this to canonical strategyAst before validation and persistence.

Example:

Response

200

Strategy version finalized