Suggest explicit workflow dependencies and optional example threads
POST
/v1/packages/workflow-proposalsRead-only direct graph and recent run provenance suggestions. Does not create, share or execute resources. Dynamic or omitted dependencies are reported as warnings.
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 |
|---|---|---|---|
| workflowId | string | Yes | — |
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Package operation resultapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| required | object[] | Yes | — |
| required[].resourceType | metronome_workflow | server | agent | skill | environment | prompt | knowledge_library | database | thread | Yes | — |
| required[].resourceId | string | Yes | — |
| required[].name | string | Yes | Human-readable name. |
| required[].description | string | Yes | Human-readable description. |
| required[].kind | string | Yes | — |
| required[].avatarUrl | string | No | The agent's own profile image, distinct from creatorAvatarUrl. Optional; an empty value uses the client's standard fallback. |
| required[].creatorId | string | No | — |
| required[].creatorName | string | No | — |
| required[].creatorAvatarUrl | string | No | — |
| required[].createdAt | string | No | ISO 8601 timestamp. |
| required[].updatedAt | string | No | ISO 8601 timestamp. |
| optional | object[] | Yes | — |
| optional[].resourceType | metronome_workflow | server | agent | skill | environment | prompt | knowledge_library | database | thread | Yes | — |
| optional[].resourceId | string | Yes | — |
| optional[].name | string | Yes | Human-readable name. |
| optional[].description | string | Yes | Human-readable description. |
| optional[].kind | string | Yes | — |
| optional[].avatarUrl | string | No | The agent's own profile image, distinct from creatorAvatarUrl. Optional; an empty value uses the client's standard fallback. |
| optional[].creatorId | string | No | — |
| optional[].creatorName | string | No | — |
| optional[].creatorAvatarUrl | string | No | — |
| optional[].createdAt | string | No | ISO 8601 timestamp. |
| optional[].updatedAt | string | No | ISO 8601 timestamp. |
| warnings | string[] | Yes | — |
400Package request rejected. HTTP status distinguishes invalid input (400), authentication (401), API scope (403), unavailable resource (404), changed revision or confirmation (409), and unsupported storage (503).application/json
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | No | — |
| code | string | No | — |
| message | string | No | Message text. |
401Package request rejected. HTTP status distinguishes invalid input (400), authentication (401), API scope (403), unavailable resource (404), changed revision or confirmation (409), and unsupported storage (503).application/json
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | No | — |
| code | string | No | — |
| message | string | No | Message text. |
403Package request rejected. HTTP status distinguishes invalid input (400), authentication (401), API scope (403), unavailable resource (404), changed revision or confirmation (409), and unsupported storage (503).application/json
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | No | — |
| code | string | No | — |
| message | string | No | Message text. |
404Package request rejected. HTTP status distinguishes invalid input (400), authentication (401), API scope (403), unavailable resource (404), changed revision or confirmation (409), and unsupported storage (503).application/json
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | No | — |
| code | string | No | — |
| message | string | No | Message text. |
409Package request rejected. HTTP status distinguishes invalid input (400), authentication (401), API scope (403), unavailable resource (404), changed revision or confirmation (409), and unsupported storage (503).application/json
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | No | — |
| code | string | No | — |
| message | string | No | Message text. |
503Package request rejected. HTTP status distinguishes invalid input (400), authentication (401), API scope (403), unavailable resource (404), changed revision or confirmation (409), and unsupported storage (503).application/json
| Field | Type | Required | Description |
|---|---|---|---|
| error | string | No | — |
| code | string | No | — |
| message | string | No | Message text. |
Suggest explicit workflow dependencies and optional example threads
Loading...
Response 200
Loading...