Authorize an exact verified Project Delivery topology
POST
/v1/release-control/project-deliveriesThe server accepts only an execution identity and idempotency key, then reloads and verifies the canonical plan, topology, Test, Evaluation, Optimization, and Assurance evidence. This authorization does not claim to redeploy resources built earlier.
How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
None.
Query parameters
None.
Body schema
Content type: application/json · Required
| Field | Type | Required | Description |
|---|---|---|---|
| schemaVersion | computer_agents_project_delivery_release_request_v1 | Yes | — |
| deliveryExecutionId | string | Yes | — |
| idempotencyKey | string | Yes | — |
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Idempotently reused authorizationapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| authorization | object | Yes | — |
| authorization.id | string | Yes | Unique identifier. |
| authorization.object | project_delivery_release_authorization | Yes | — |
| authorization.status | authorized | Yes | Current lifecycle status. |
| authorization.projectId | string | Yes | Project ID. |
| authorization.deliveryPlanId | string | Yes | — |
| authorization.deliveryExecutionId | string | Yes | — |
| authorization.planRevision | integer | Yes | — |
| authorization.contractFingerprint | string | Yes | — |
| authorization.releaseFingerprint | string | Yes | — |
| authorization.topologyCandidate | object | Yes | — |
| authorization.topologyCandidate.id | string | Yes | Unique identifier. |
| authorization.topologyCandidate.manifestFingerprint | string | Yes | — |
| authorization.assurance | object | Yes | — |
| authorization.assurance.runId | string | Yes | — |
| authorization.assurance.evidenceFingerprint | string | Yes | — |
| authorization.assurance.decisionFingerprint | string | Yes | — |
| authorization.idempotencyKey | string | Yes | — |
| authorization.requestFingerprint | string | Yes | — |
| authorization.evidenceFingerprint | string | Yes | — |
| authorization.candidateExecutions | object[] | No | — |
| authorization.candidateExecutions[].candidateId | string | Yes | — |
| authorization.candidateExecutions[].targetKind | function | metronome | Yes | — |
| authorization.candidateExecutions[].targetResourceId | string | Yes | — |
| authorization.candidateExecutions[].candidateVersionId | string | Yes | — |
| authorization.candidateExecutions[].candidateFingerprint | string | Yes | — |
| authorization.candidateExecutions[].sources | object[] | Yes | — |
| authorization.candidateExecutions[].sources[].gate | test | evaluation | Yes | — |
| authorization.candidateExecutions[].sources[].runId | string | Yes | — |
| authorization.candidateExecutions[].sources[].caseId | string | Yes | — |
| authorization.candidateExecutions[].sources[].executionKind | function_candidate_sandbox | metronome_candidate_run | Yes | — |
| authorization.candidateExecutions[].sources[].metronomeRunId | string | Yes | — |
| authorization.candidateExecutions[].sources[].evidenceFingerprint | string | Yes | — |
| authorization.authorizedAt | string | Yes | — |
| authorization.createdAt | string | Yes | ISO 8601 timestamp. |
| authorization.events | object[] | No | — |
| authorization.events[].sequence | integer | Yes | — |
| authorization.events[].id | string | Yes | Unique identifier. |
| authorization.events[].type | string | Yes | — |
| authorization.events[].actorUserId | string | Yes | — |
| authorization.events[].payload | object | Yes | — |
| authorization.events[].createdAt | string | Yes | ISO 8601 timestamp. |
| created | boolean | Yes | — |
201Created authorizationapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| authorization | object | Yes | — |
| authorization.id | string | Yes | Unique identifier. |
| authorization.object | project_delivery_release_authorization | Yes | — |
| authorization.status | authorized | Yes | Current lifecycle status. |
| authorization.projectId | string | Yes | Project ID. |
| authorization.deliveryPlanId | string | Yes | — |
| authorization.deliveryExecutionId | string | Yes | — |
| authorization.planRevision | integer | Yes | — |
| authorization.contractFingerprint | string | Yes | — |
| authorization.releaseFingerprint | string | Yes | — |
| authorization.topologyCandidate | object | Yes | — |
| authorization.topologyCandidate.id | string | Yes | Unique identifier. |
| authorization.topologyCandidate.manifestFingerprint | string | Yes | — |
| authorization.assurance | object | Yes | — |
| authorization.assurance.runId | string | Yes | — |
| authorization.assurance.evidenceFingerprint | string | Yes | — |
| authorization.assurance.decisionFingerprint | string | Yes | — |
| authorization.idempotencyKey | string | Yes | — |
| authorization.requestFingerprint | string | Yes | — |
| authorization.evidenceFingerprint | string | Yes | — |
| authorization.candidateExecutions | object[] | No | — |
| authorization.candidateExecutions[].candidateId | string | Yes | — |
| authorization.candidateExecutions[].targetKind | function | metronome | Yes | — |
| authorization.candidateExecutions[].targetResourceId | string | Yes | — |
| authorization.candidateExecutions[].candidateVersionId | string | Yes | — |
| authorization.candidateExecutions[].candidateFingerprint | string | Yes | — |
| authorization.candidateExecutions[].sources | object[] | Yes | — |
| authorization.candidateExecutions[].sources[].gate | test | evaluation | Yes | — |
| authorization.candidateExecutions[].sources[].runId | string | Yes | — |
| authorization.candidateExecutions[].sources[].caseId | string | Yes | — |
| authorization.candidateExecutions[].sources[].executionKind | function_candidate_sandbox | metronome_candidate_run | Yes | — |
| authorization.candidateExecutions[].sources[].metronomeRunId | string | Yes | — |
| authorization.candidateExecutions[].sources[].evidenceFingerprint | string | Yes | — |
| authorization.authorizedAt | string | Yes | — |
| authorization.createdAt | string | Yes | ISO 8601 timestamp. |
| authorization.events | object[] | No | — |
| authorization.events[].sequence | integer | Yes | — |
| authorization.events[].id | string | Yes | Unique identifier. |
| authorization.events[].type | string | Yes | — |
| authorization.events[].actorUserId | string | Yes | — |
| authorization.events[].payload | object | Yes | — |
| authorization.events[].createdAt | string | Yes | ISO 8601 timestamp. |
| created | boolean | Yes | — |
409Delivery stage
None.
Authorize an exact verified Project Delivery topology
Loading...
Response 200
Loading...