- What is an Automation Blueprint?
- An Automation Blueprint is a reusable, 'plug-and-play' template that defines a workflow for business applications. It is written in a human-readable YAML/JSON format (our DSL) that describes triggers, steps, inputs/outputs, and required permissions.
- What platforms are supported for export?
- The MVP of the marketplace supports exporting blueprints for use in Zapier, Make, and n8n. The blueprint's DSL contains compatibility flags to ensure it works with the target runtime.
- How do I publish a blueprint?
- Creators can upload their blueprint's YAML or JSON file through our publishing portal. The file is first validated against our DSL schema to ensure it is well-formed and secure. Once validated, it can be published to the catalog.
- Can I test blueprints safely?
- Yes. The platform includes a sandbox environment that allows you to dry-run any blueprint with sample data (fixtures) defined within its DSL. This test runs without making any outbound network calls to vendors, ensuring a safe and deterministic preview of the blueprint's behavior.