What problem does it solve? Building PROCESIO automation resources by hand through the designer is slow and error-prone, and the platform's REST API has undocumented DTO shapes, validation rules, and behavioral quirks that make naive API scripting fail silently. This Skill provides curated actions and deterministic DTO builders that construct valid processes, data models, forms, documents, credentials, and webhooks from minimal JSON configs, validated against PROCESIO's own endpoints before anything is committed. ## Core Features & Use Cases - Deterministic DTO builders: Each component (datatype, process, credential, document, webhook, form) has a JSON Schema, a golden DTO template, and a pure builder function, exposed as <component>-create / <component>-edit actions with --dry-run preview against PROCESIO's validate endpoints. - Full process lifecycle: Run processes (including file-input uploads), poll instance status, download generated files, duplicate/validate/delete flows, auto-layout canvases, and manage schedules and custom action packages. - Documented API corrections: A maintained register of places where the official API reference is wrong (e.g., instance variables returned under defaultValue, the form launch route's instance segment, canonical export fingerprinting), so builds don't repeat known failures. - Use Case: Ask the agent to build a webhook-triggered process that calls an external API, generates a branded PDF from a document template, and emails it via a SendGrid SMTP credential — all resources created, validated, and run live in a workspace from a single declarative config. ## Quick Start Ask the agent to list the available PROCESIO actions and then create a simple process in your workspace using a JSON config with dry-run enabled.