WorkflowEditingEmbedRequest
Mints an embed token for <ss-workflow-editor> — view and edit a workflow's data and documents. Token scopes: workflow:read, workflow:update, file:read, file:upload. Default TTL: 8 h. Max TTL: 8 h.
- intentenumconst:workflow_editingrequiredvalues
- workflow
_editing
- workflowType: string
Id Pattern: ^wf_[0-9a-z]{26}$requiredPrefixed lowercase ULID, e.g.
wf_01jv8m7qfj6xj9gkz7a4s2h8e. - allowedType: array string[]
Origins CORS-allowed origins. Always set this to your app's exact origin(s).
- contextType: object
Optional context attached to an embed token — typically the recipient's identity for participant-bound flows.
- recipientType: stringFormat: email
Email required - metadataType: object
Free-form caller-supplied metadata.
- recipientType: string
Name
- expiresType: integer
In Token lifetime in seconds. Defaults to 28800 (8 h); capped at 28800.
