Suggest explicit workflow dependencies and optional example threads

POST/v1/packages/workflow-proposals

Read-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

FieldTypeRequiredDescription
workflowIdstringYes

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Package operation resultapplication/json
FieldTypeRequiredDescription
requiredobject[]Yes
required[].resourceTypemetronome_workflow | server | agent | skill | environment | prompt | knowledge_library | database | threadYes
required[].resourceIdstringYes
required[].namestringYesHuman-readable name.
required[].descriptionstringYesHuman-readable description.
required[].kindstringYes
required[].avatarUrlstringNoThe agent's own profile image, distinct from creatorAvatarUrl. Optional; an empty value uses the client's standard fallback.
required[].creatorIdstringNo
required[].creatorNamestringNo
required[].creatorAvatarUrlstringNo
required[].createdAtstringNoISO 8601 timestamp.
required[].updatedAtstringNoISO 8601 timestamp.
optionalobject[]Yes
optional[].resourceTypemetronome_workflow | server | agent | skill | environment | prompt | knowledge_library | database | threadYes
optional[].resourceIdstringYes
optional[].namestringYesHuman-readable name.
optional[].descriptionstringYesHuman-readable description.
optional[].kindstringYes
optional[].avatarUrlstringNoThe agent's own profile image, distinct from creatorAvatarUrl. Optional; an empty value uses the client's standard fallback.
optional[].creatorIdstringNo
optional[].creatorNamestringNo
optional[].creatorAvatarUrlstringNo
optional[].createdAtstringNoISO 8601 timestamp.
optional[].updatedAtstringNoISO 8601 timestamp.
warningsstring[]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
FieldTypeRequiredDescription
errorstringNo
codestringNo
messagestringNoMessage 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
FieldTypeRequiredDescription
errorstringNo
codestringNo
messagestringNoMessage 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
FieldTypeRequiredDescription
errorstringNo
codestringNo
messagestringNoMessage 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
FieldTypeRequiredDescription
errorstringNo
codestringNo
messagestringNoMessage 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
FieldTypeRequiredDescription
errorstringNo
codestringNo
messagestringNoMessage 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
FieldTypeRequiredDescription
errorstringNo
codestringNo
messagestringNoMessage text.
Suggest explicit workflow dependencies and optional example threads
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow