younifyd
← All articles
Product4 min read

Announcing AI Workflow Generation: build APIs from a prompt

y

The younifyd team

July 6, 2026 · younifyd.com

Today we're launching AI Workflow Generation — a feature that lets you describe an API endpoint in plain English and have younifyd generate the routes, parallel steps, and connector wiring for you. It's built into the workflow builder and available on all plans, starting now.

What it does

You open the AI Assistant panel, type a description of what you want your API to do, and younifyd generates a complete workflow: routes, parallel steps, data transformations, and connector configurations. You review the generated workflow, make any changes you want, and deploy. The whole process takes minutes instead of hours.

# example prompt
"Create a product BFF that fetches catalogue,
pricing, and inventory in parallel and
merges the results into a single response."
✓ routes generated: GET /product/:id
✓ 3 parallel steps wired
✓ merge step added
✓ ready to review and deploy

How it works under the hood

The AI Assistant uses Claude to interpret your prompt in the context of your connected services and existing workflows. It understands your connector configurations, existing routes, and the younifyd workflow schema — so the generated workflow is specific to your setup, not a generic template. You can iterate with follow-up prompts: "add a cache on that step" or "add rate limiting to the route" and the workflow updates in place.

What it's good for

AI generation works best for: scaffolding a new workflow from a clear description, generating parallel fan-out from a list of services, converting an OpenAPI spec description into a workflow, and iterating on an existing workflow with natural language changes. It's not a replacement for the visual builder — it's a fast path to a first draft that you then refine.

Availability

AI Workflow Generation is available on all plans today — including the free Developer plan. The full AI Assistant, including follow-up prompt iteration and multi-step generation, is included on Team and Enterprise plans.

Try AI Workflow Generation

Open the AI Assistant in your workspace — it's available on all plans today.

Try for Free