AI Workflow Network Visualization
5-Minute SetupZero Config BYOKNo Surprise Bills

The Local-First AI
Workflow Engine

Orchestrate multi-step AI workflows with any model. Run locally with zero latency or deploy to cloud. Full observability. No gateway tax.

$npm install @relayplane/sdk

QUICKSTART

import { relay } from "@relayplane/sdk";
// Schedule daily workflow with webhooks
const result = await relay
.workflow("invoice-processor")
.schedule("0 9 * * *")// run daily
.webhook("https://api.company.com/notify")// send results
.step("extract", { model: "gpt-4o-vision", schema: InvoiceSchema })
.step("summarize", { model: "gpt-4o", dependsOn: ["extract"] })
.run(inputFile);

Runs in 30 seconds with your own provider keys. Zero config BYOK.

LIVE NOW

One API for every AI model

Route between OpenAI, Anthropic, Google, xAI, and Together in seconds.

Run Workflows Offline
No internet required. Ever. Execute workflows completely offline with zero external dependencies. Your data never leaves your infrastructure.
Zero Gateway Tax
Save $500/month at $10k API spend. No markup on API costs. Pay providers directly. Save 5% on every request compared to gateway services.
Ship in 5 Minutes
npm install to production. From zero to deployed workflow. No setup. No config. Just install and run.
Multi-Provider Support
OpenAI, Anthropic, Google Gemini, xAI, and local LLMs with unified API. Switch providers without changing code.
Built-in Retry Logic
Exponential backoff with jitter. Handle rate limits and transient failures automatically. Configurable per step.
Structured Extraction
JSON Schema validation with strict mode (OpenAI) and prompt engineering (others). Type-safe outputs guaranteed.

RelayPlane vs AI Gateways

Gateway = Requesty, AI Proxy, OpenRouter, Hyperbolic

FeatureRelayPlaneGateways
Local execution(all cloud)
Webhookslimited / paid
Scheduling
Multi-step workflows
No gateway tax
Your keys never leave your machine
Optional cloud telemetryOptionalRequired
Vendor lock-inHigh

Production Templates

Pre-built workflows for common use cases

Available Now
Invoice Processing
Extract structured data from invoices with vision models. 3-step workflow with enrichment and summarization.

Workflow Steps:

  • 1. Extract - Vision model (gpt-4o) extracts invoice data
  • 2. Enrich - Adds business intelligence and risk flags
  • 3. Summarize - Creates human-readable summary

Schema Includes:

Invoice Number
Vendor Details
Line Items
Totals
View Template
Coming Soon
Support Automation
Categorize, draft, and finalize support responses automatically. Multi-step workflow with sentiment analysis.

Planned Steps:

  • 1. Categorize - Classify ticket type and urgency
  • 2. Draft - Generate contextual response
  • 3. Finalize - Polish and format for sending

Why RelayPlane Works

Built on principles that eliminate common AI workflow bottlenecks

No network overhead

Local execution means zero latency between steps. Your workflow runs at the speed of your machine, not your internet connection.

No API gateway bottleneck

Direct connections to providers eliminate the middleman. No queue, no rate limits beyond the provider's own.

Direct provider connections

Your API keys talk directly to OpenAI, Anthropic, Google, or xAI. No proxy, no logging, no security concerns.

Type-safe from end to end

Full TypeScript support with Zod schemas. Catch errors at compile time, not runtime. IntelliSense guides you through every step.

Simple, Transparent Pricing

No usage fees. No gateway tax. Pay for features, not tokens.

Free
$0
  • Unlimited local workflows
  • 1 cloud-connected workflow
  • Community support
Popular
Pro
$99/mo

Everything in Free, plus:

  • Unlimited workflows
  • Webhooks + schedules
  • Cloud telemetry
  • Team access (3 seats)
  • Provider usage analytics
Scale
$399/mo

Everything in Pro, plus:

  • Custom rate limits
  • SSO/SAML (optional)
  • High-frequency schedules
  • Priority support
  • 10 seats
Enterprise
Custom
  • On-prem / VPC deployment
  • Unlimited seats
  • Dedicated support
  • Custom SLAs
  • Unlimited webhook throughput

Frequently Asked Questions

How does BYOK work?

Bring Your Own Keys means we never proxy or store your API keys unless you choose to encrypt them in your dashboard. Security by design, not as an add-on. You maintain direct relationships with AI providers like OpenAI, Anthropic, and Google, with complete transparency and no markup costs.

Do you store my API keys?

On the free Developer plan, keys are passed inline or via environment variables—we never store them. On paid plans (Solo-Pro and above), you can optionally store keys in our dashboard, encrypted with AES-256. You can always use inline keys instead of dashboard storage.

How does pricing work?

RelayPlane pricing is simple and transparent. Free tier gives you 10,000 calls/month with BYOK. Solo-Pro ($29/month) adds governance features. Team plan ($99/month) includes role-based access and audit history. Enterprise gets custom SLAs and dedicated support.

Which providers are supported?

RelayPlane supports OpenAI (including GPT-4o vision), Anthropic (Claude), Google (Gemini), xAI (Grok), and local LLMs via Ollama. All providers use the same unified API. Switch providers with a single line of code.

What happens if workflows fail?

RelayPlane includes built-in exponential backoff with jitter. Configure retry logic per workflow step. Handle rate limits and transient failures automatically. All error states are tracked and logged for debugging.

Start Building Today

No gateway tax. No lock-in. Full control. Join developers building the future of AI workflows.