Skip to main content
POST
Validate a strategy payload before create/finalize

Authorizations

x-api-key
string
header
required

Workspace API key for public agent API access

Body

application/json
strategyAst
object
required

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

Example:
settings
object
required
signalGraph
object

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

Example:

Response

200

Validation summary with issues