Apply agent tags
Atomically apply tag changes to a workflow. Sets and deletes happen in one transaction; same-key collisions resolve set-wins.
Headers
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Path Parameters
Workflow permanent ID
"wpid_123"
Body
Body for POST /v1/workflows/{wpid}/tags. Either field may be empty (both
empty is a no-op). On a same-identity collision, set wins over delete.
Tags to set (overwrite). List of {key?, value} objects.
Tags to soft-delete. List of {key?, value?} targets.
Optional map of grouped tag key to palette color name for the value being set. Keys absent from this map keep their existing color or receive a random palette color.

