OUTCOME · Create or advance
What changes
Creates or advances only the analyze authority resource described by this contract after authorization, validation, policy, and idempotency gates pass.
v2Smart-contract lifecycle
/api/v2/contracts/{launch_uuid}/analysisPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Call this when a contract author, authority reviewer, deployment operator, or contract-lifecycle agent needs to apply the documented analyze authority transition after re-reading the current authoritative state so it can move a contract launch through draft, analysis, governance binding, freeze, evidence, and deployment preparation without collapsing those gates.
OUTCOME · Create or advance
Creates or advances only the analyze authority resource described by this contract after authorization, validation, policy, and idempotency gates pass.
WHY IT MATTERS
ISOLATION + AUTHORITY
Launch owner, workspace, source artifact, analysis, declared authority, governance binding, frozen revision, deployment preparation, target network, and runtime deployment remain distinct. Analysis or preparation does not deploy code, freezing does not approve it, and no contract route grants wallet, publisher, matching, trading, or external-domain authority.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing the contracts:read scope.EXAMPLEBearer hc_live_…
Idempotency-KeyheaderRequiredASCII string · 1–128Caller-generated key reused for every retry of the same logical mutation.EXAMPLElaunch-treasury-v1-001
launch_uuidpathRequiredstring · 1–160Contract launch UUID or canonical slug.EXAMPLE9b51ed4c9c8f4aec85d1bd5520e40557
RESPONSES
{
"analysis": {
"score": 87,
"grade": "A",
"riskBand": "LOW",
"requiredRiskAcceptances": [
"ROLE_REUSE"
]
},
"configurationHash": "sha256:8888888888888888888888888888888888888888888888888888888888888888",
"mutationPerformed": false
}{
"code": "invalid_json",
"message": "The request or required headers are malformed."
}invalid_json{
"code": "invalid_credentials",
"message": "The bearer credential is missing or invalid."
}invalid_credentials{
"code": "insufficient_scope",
"message": "The credential lacks the required contract scope."
}insufficient_scope{
"code": "contract_not_found",
"message": "The requested launch does not exist in the caller's workspace."
}contract_not_found{
"code": "contract_conflict",
"message": "The request conflicts with immutable launch state or existing governance evidence."
}contract_conflict{
"code": "invalid_request",
"message": "The canonical contract request failed validation."
}invalid_request{
"code": "contract_registry_unavailable",
"message": "The authoritative contract registry is unavailable."
}contract_registry_unavailableOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗