EdgazeEdgaze Docs
30 results
Builder
Home
Overview of all Edgaze documentation.
Builder Overview
A complete beginner-friendly guide to the Edgaze builder system, including Workflow Studio, Prompt Studio, Templates, and API Vault.
Workflow Studio
A complete Workflow Studio guide covering the canvas, builder flow, and every node available in Edgaze.
Prompt Studio
Learn how to create reusable prompt products in Edgaze, from placeholders and testing to publishing and monetization.
Templates
Learn how Edgaze templates work, how guided setup flows create editable workflows, and how to start from outcomes instead of raw nodes.
API Vault
Learn how the Edgaze API Vault stores provider keys, how nodes use vault-backed access, and how to set up reliable provider execution.
Legal & Trust
Legal & Trust Center
Grouped policy index and operational notices.
Core Platform
Privacy Policy
Cookie Policy
Terms of Service
Acceptable Use Policy
Content Disclaimer
Platform Status and Beta Disclaimer
Marketplace & Payments
Payments Overview
Payout System
Marketplace Fees
Creator Earnings
Refund Policy
Chargeback Policy
Pricing Limits
Creator Rules
Creator Terms
Workflow Run Policy
Infrastructure Cost Estimation
Creator Subscription Policy
Creator Guidelines
Trust, Safety & IP
DMCA and IP Takedown Policy
Community Guidelines
Fraud and Abuse Policy
Security and Responsible Disclosure
Resources
Changelog ✨
Product updates, platform changes, and notable improvements.
Edgaze Code
A short creator-defined keyword that opens the exact workflow or prompt on Edgaze without relying on external links.

Builder Overview

A complete beginner-friendly guide to the Edgaze builder system, including Workflow Studio, Prompt Studio, Templates, and API Vault.

Builder Overview

The Edgaze builder system is designed to help you turn an idea into a working AI product without needing to understand low-level code, orchestration, or model plumbing first.

If you are brand new, start here. This page explains what each builder surface does, how they fit together, and which one to open first.

On This Page

  • What the builder system is
  • The four builder surfaces
  • Which tool to use first
  • A simple publishing flow
  • Example workflow patterns
  • Recommended learning path

What The Builder System Is

Edgaze gives you a connected set of product-building tools:

  • Workflow Studio for multi-step products with connected blocks
  • Prompt Studio for single prompt products with structured user inputs
  • Templates for outcome-first starting points that create an editable workflow for you
  • API Vault for securely connecting the provider keys your products need

The important idea is simple:

  • You are not building code.
  • You are building an outcome.
  • Edgaze handles the structure, runtime, and product packaging around that outcome.

The Four Builder Surfaces

Workflow Studio

Workflow Studio is the visual graph builder. You place blocks on a canvas, connect them, configure them in the inspector, and run the workflow end to end.

Use Workflow Studio when you need:

  • More than one step
  • Multiple model calls
  • Branching or merging logic
  • Structured inputs and outputs
  • A product that should stay editable after setup

Open the Workflow Studio guide

Prompt Studio

Prompt Studio is the fastest way to package a great prompt into a reusable product. You write one prompt, define the user inputs it needs, test it, and publish it.

Use Prompt Studio when you need:

  • One strong prompt instead of a graph
  • A lightweight product with fewer moving parts
  • A clean customer form instead of a block canvas
  • Fast iteration on prompt wording

Open the Prompt Studio guide

Templates

Templates are guided workflow starters. Instead of beginning with a blank graph, you choose an outcome, answer a few setup questions, and land in the builder with an editable workflow already assembled.

Use Templates when you want:

  • Faster starts
  • Better defaults
  • Less manual graph assembly
  • A guided setup before entering the builder

Open the Templates guide

API Vault

API Vault is where Edgaze stores your model provider keys securely and connects them to the nodes that need them.

Use API Vault when you need:

  • Your own OpenAI, Anthropic, or Google model access
  • Vault-backed execution in Workflow Studio
  • A cleaner setup than pasting secrets into individual nodes

Open the API Vault guide

Which Tool To Use First

Use this rule of thumb:

  • Choose Prompt Studio if one prompt can solve the whole job.
  • Choose Workflow Studio if the product needs multiple connected steps.
  • Choose Templates if you know the outcome you want, but do not want to build the graph from scratch.
  • Set up API Vault as soon as you want reliable provider-backed runs using your own keys.

Start With Prompt Studio

Choose Prompt Studio first when the product can be expressed as one strong prompt with structured user inputs.

Start With Workflow Studio

Choose Workflow Studio first when the product needs connected logic, multiple steps, or richer orchestration.

Start With Templates

Choose Templates first when speed and guided structure matter more than starting from a blank graph.

The Core Builder Flow

Most creator journeys in Edgaze follow the same shape:

  1. Start with a blank builder or a template.
  2. Define what the customer should provide.
  3. Configure the model or workflow logic.
  4. Test with real examples.
  5. Publish with clear positioning and pricing.

That is the system in one sentence:

Collect input, transform it intelligently, test the result, then package it as a product.

Example Workflow Patterns

Here are three simple patterns to keep in your head while building.

Pattern 1: Single Prompt Product

Best for simple writing, analysis, and transformation tasks.

text
Customer Input -> Prompt -> Output

This is usually a Prompt Studio product.

Pattern 2: Guided AI Workflow

Best for structured AI products that need multiple steps.

text
Input -> Merge -> Prompt Optimiser -> LLM Or Image Node -> Output

This is usually a Workflow Studio or Template-based product.

Pattern 3: Multi-Input Creative Workflow

Best for products that combine several ideas before generation.

text
Input 1 ----\
Input 2 ----- Merge A --\
Input 3 ----/            \
Input 4 ----------------- Merge B -> Prompt Optimiser -> Generator -> Output
Input 5 ----------------/

This is the pattern behind guided creative templates such as AI Art Creator.

Workflow Preview

AI Art Creator

Read-only builder graph

Press enter or space to select a node.You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.

A Good Beginner Workflow

If you are just getting started, this is the easiest path:

  1. Open Templates and pick a proven starting point.
  2. Answer the setup questions.
  3. Run the workflow once with realistic input.
  4. Open the inspector and tweak only what matters.
  5. Publish after you have seen at least one good result.

This approach keeps the learning curve low without trapping you in a rigid product.

Recommended Learning Path

If you know nothing yet, use this order:

  1. Read this page.
  2. Read Workflow Studio if you want full graph control.
  3. Read Templates if you want guided workflow starts.
  4. Read API Vault before using your own provider accounts.
  5. Read Prompt Studio if you want smaller prompt-first products.

If You Want Full Control

Go from Builder Overview into Workflow Studio first.

If You Want The Fastest Start

Go from Builder Overview into Templates first.

If You Need Provider Access

Read API Vault early so provider-backed runs make sense before you publish.

Publishing Mindset

The best Edgaze products are not just technically correct. They are also easy for a customer to understand.

Outcome Clarity

Your title and description should describe what the product achieves.

Input Clarity

The customer should immediately understand what they need to provide.

Output Clarity

The final result should feel intentional, complete, and productized.

Before you publish, make sure you can answer:

  • What outcome does this product create?
  • What should the customer provide?
  • What does the customer get back?
  • Why is this easier than doing it manually?

If those answers are clear, the builder usually becomes easier too.

Next Step

If you want the main product-building guide, go to Workflow Studio.

If you want the fastest route to a working graph, go to Templates.

Builder guides to read next

Workflow Studio

A complete Workflow Studio guide covering the canvas, builder flow, and every node available in Edgaze.

Prompt Studio

Learn how to create reusable prompt products in Edgaze, from placeholders and testing to publishing and monetization.

Templates

Learn how Edgaze templates work, how guided setup flows create editable workflows, and how to start from outcomes instead of raw nodes.

On this page
On This PageWhat The Builder System IsThe Four Builder SurfacesWorkflow StudioPrompt StudioTemplatesAPI VaultWhich Tool To Use FirstStart With Prompt StudioStart With Workflow StudioStart With TemplatesThe Core Builder FlowExample Workflow PatternsPattern 1: Single Prompt ProductPattern 2: Guided AI WorkflowPattern 3: Multi-Input Creative WorkflowA Good Beginner WorkflowRecommended Learning PathIf You Want Full ControlIf You Want The Fastest StartIf You Need Provider AccessPublishing MindsetOutcome ClarityInput ClarityOutput ClarityNext Step
© 2026 Edge Platforms, Inc. All rights reserved.