Index
Quick Answer
Use this reference index to quickly locate Breyta types, auth modes, trigger kinds, step families, and linked advanced guides.
| Topic | Values / Scope | Reference |
|---|---|---|
| Public flow naming | Titles, slugs, descriptions, tags, step titles for reusable/public flows | BUILD_FLOW_NAMING.md |
| n8n import | n8n workflow to Breyta flow migration | GUIDE_N8N_IMPORT.md |
| Slot types | :http-api, :llm-provider, :database, :blob-storage, :kv-store, :secret | GUIDE_FLOW_CONFIGURATION.md |
| Auth types | :api-key, :bearer, :basic, :hmac-sha256, :signature, :ip-allowlist, :none (:none not valid for webhook triggers) | GUIDE_WEBHOOKS_AND_SECRET_REFS.md |
| Trigger types | :manual, :schedule, :event | REFERENCE_FLOW_DEFINITION.md |
| Run concurrency | :singleton, :keyed, :supersede, :drain, :coexist | REFERENCE_RUN_CONCURRENCY.md |
| Step types | :http, :llm, :db, :wait, :function, :notify, :kv, :sleep, :ssh, :search | REFERENCE_STEP_REFERENCE.md |
| DB backends | :postgres, :mysql, :clickhouse, :bigquery, :firestore | REFERENCE_STEP_DB.md |
| Orchestration constructs | let, do, if, if-not, when, when-not, cond, case, for, doseq, loop, recur | REFERENCE_ORCHESTRATION_CONSTRUCTS.md |
| Flow helpers | flow/poll, flow/now-ms, flow/elapsed?, flow/backoff | REFERENCE_FLOW_POLL.md |
| Form field types | :string, :text, :number, :boolean, :select, :date, :email, :textarea, :password, :secret | GUIDE_INSTALLATIONS.md |
| Installations | Subscribe, activation inputs, upload triggers | GUIDE_INSTALLATIONS.md |
| Profiles | Draft/live/installation target model and run selection | GUIDE_PROFILES.md |
| Google Drive sync | Service-account flow operation pattern | GUIDE_GOOGLE_DRIVE_SYNC.md |
| Output artifacts | Final output viewers and rendering contracts | GUIDE_OUTPUT_ARTIFACTS.md |