Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
A
Axiom
/Marketplace/christiangeorgelucas/flow-architect
Sign in

christiangeorgelucas/flow-architect

Flow

This flow automates the creation of Axiom flows by taking a user request and an optional draft canvas. It efficiently plans, wires, compiles, and smoke-tests the flow using available marketplace components, providing a quick solution for users looking to build their flows.

Published 8/11/2026

ai-flow-authoringautomationaxiomflow-buildingmarketplace-componentsdraft-canvasfast-build

Use cases

  • quickly generate Axiom flows based on user specifications
  • automate the integration of marketplace components into a flow
  • streamline the flow creation process for developers
  • test and validate flow drafts in real-time

Preview

Loading preview…

Message types

◂ InputArchitectRequest

Start a Flow Architect build session.

graph_id:string

The editor draft's GRAPH artifact id; empty for a brand-new flow.

graph_source_json:string

The serialized canvas (SourceGraph JSON) to modify; empty for a brand-new flow.

model:string

Optional Anthropic model override (default claude-sonnet-5).

user_message:string

The user's request — what the flow should do.

▸ OutputArchitectResult

The session outcome.

error:string

Failure description (status failed).

flow_yaml:string

The final flow.yaml (status done; possibly partial on failed).

graph_id:string

The saved draft GRAPH artifact id — the editor binds the open tab to this document (status done).

missing_capabilities_json:string

Gap detail (status refused).

status:string

done | refused | failed | cancelled.

summary:string

Human-readable outcome.

updated_graph_json:string

The SourceGraph the editor applies (status done).

verify_report_json:string

Legacy reviewer report — empty in 0.3.0.

Flow

Nodes5
Edges6
Input typeArchitectRequest
Output typeArchitectResult

Required secrets

ANTHROPIC_API_KEYAXIOM_API_KEY

Register these in the editor's Flow Configs before running this flow.

Use this flow

Sign in to import christiangeorgelucas/flow-architect into the graph editor — fork it, wire it into a larger flow, and run it.

Sign in to useOpen editor
Back to marketplace