A
Stepiq
Now in public beta

Build AI pipelines.
Ship without infrastructure.

Chain models, prompts and logic into multi-step workflows. Trigger via API, cron, or one click. No servers needed.

weekly-blog-generator active
Research
Outline
Draft
Publish
Works with Anthropic · OpenAI · Meta Llama · Mistral

HOW IT WORKS

From YAML to production in three steps

Define your pipeline as code. We handle execution, retries, scheduling, and delivery.

01

Define

Write your pipeline in YAML or JSON. Chain models, set variables, configure retries and output formats.

02

Run

Trigger manually, via API, cron, or webhook. Steps execute in sequence with real-time streaming.

03

Deliver

Output goes where you need it: webhooks, email, API response. Track cost and tokens per step.

PIPELINE AS CODE

Everything you need to orchestrate AI workflows

name: weekly-blog-generator
steps:
  - id: research
    model: claude-3-5-sonnet
  - id: draft
    model: gpt-4o
schedule:
  cron: "0 9 * * 1"
output:
  from: draft

Mix Claude, GPT-4o, Llama and more in a single pipeline.

Reference previous outputs, user inputs, secrets, and metadata.

Schedule pipelines with cron expressions and timezone awareness.

Define pipelines in YAML/JSON and keep them version controlled.

Trigger pipelines programmatically with webhooks and REST APIs.

Built-in retry with backoff and conditional branching.

PRICING

Start free, scale as you grow

100 free credits to start. No credit card required.

Free

$0

3 pipelines

  • 5 steps per pipeline
  • 20 runs / day
  • Community support
Start free

Enterprise

Contact

Custom limits

  • SLA + SSO
  • Dedicated cluster
  • Private support channel
Talk to sales