Relayna logo Relayna
Relayna
Human-in-the-loop for AI agents

Secure file handoffs and human approval for AI workflows

Relayna gives AI workflows a simple way to upload files, generate temporary asset URLs, pause for human review, and continue automatically after approval.

Built for modern AI workflows

OpenAI
Claude
n8n
Zapier
Make
LangChain
Custom agents
Why this exists

AI workflows break when files and human approval enter the loop

today's painful workarounds
Problem 1

Sharing files with another tool

?

AI Agent

file

cobbled together with

🔓 Public URLs ⚙️ Custom relay

Another
Tool

Problem 2

Getting a human to review

?

AI Agent

file

cobbled together with

📧 Email thread 💬 Slack DM

Human
Reviewer

Fragile Manual back-and-forth Lost context

Agents can generate PDFs, screenshots, images, reports, CSVs, and other assets in seconds. But the workflow usually becomes messy the moment those files need to be shared with another tool or reviewed by a human.

Private storage is too closed. Public links are too risky. Human approval often gets hacked together with email, Slack, or custom logic that is hard to maintain.

The result is fragile workflows, lost context, and manual back-and-forth in the part of the system that should feel automatic.

Agent-native

From generated file to approved result via API

A REST API built for agents — call it from any LLM framework, poll for status or receive a webhook, and let humans review without an account.

Create checkpoint
Human reviews
Workflow resumes
POST /api/checkpoints

Agent creates a checkpoint with file attached

One multipart request. Attach the file, set the title and instructions, and get back a ready-to-share review URL.

View docs

Request

POST /api/checkpoints
Authorization: Bearer $API_KEY
Content-Type: multipart/form-data

attachments[][email protected]
title="Approve invoice #INV-2847 for $12,400"
instructions="Confirm vendor details before approving payment."
callback_url="https://yourapp.com/webhooks/relayna"
external_ref="inv_2847"

Response

// Share review_url with your reviewer — done
{
  "review_url":  "https://relayna.app/r/k3Hq9mXzP2…",
  "checkpoint": { "status": "pending", "id": "chk_9vRt4xKpMn" }
}
1 API call Encrypted at rest review_url ready immediately
Step 1 of 3
Built-in dashboard

Full visibility —
zero infrastructure to build

Every review decision, uploaded asset, and webhook payload is logged automatically. You get a complete audit trail from day one — no logging pipeline, no custom admin panel, nothing to stitch together.

  • Permanent audit trail of every review decision
  • Asset lifecycle tracked — status, TTL, download links
  • Webhook inspector to debug integrations without external tools
  • Live API console to test your setup from the browser

Review history

Decisions, reviewers & timestamps

Asset manager

Files, TTL status & download links

Webhook inspector

Every payload, live & searchable

API console

Test endpoints from the dashboard

OpenAPI Spec

AI-ready

Feed into ChatGPT, Claude, Cursor, or Copilot to generate type-safe clients instantly.

Interactive Explorer

Browse all endpoints, try requests live, and inspect response schemas with the Swagger UI.

Open Swagger UI

Free Webhook Catcher

A zero-friction tool to inspect incoming JSON payloads in real-time. No account required.

Try Webhook Catcher
Built for developers

Integrate in minutes —
not days

Everything you need to integrate Relayna lives in the browser. Explore the full API reference, try live requests, and feed the OpenAPI spec directly into your AI tools for instant client generation.

  • Full OpenAPI spec — import into any AI coding tool
  • Interactive Swagger UI to explore and test every endpoint
  • No SDK required — plain HTTP with a bearer token
  • Versioned API with stable, predictable response shapes

Works with your AI coding tool

Claude Code Claude Code Codex Codex Gemini Gemini Cursor Cursor Copilot Copilot

Point any tool at relayna.app/api/json/open_api and start generating typed clients instantly.

Pricing

Simple, transparent pricing

Start free. Scale as your workflows grow.

Starter

$0 $0 /month

Free forever

For prototyping and side projects

100 checkpoints / month 100 assets / month
1 GB 2 MB upload
  • REST API access
  • Webhook callbacks
  • Temporary asset URLs
  • Community support
Get started free
Most Popular

Builder

$19 $16 /month

billed $190/yr

For production workflows

2,000 checkpoints / month 2,000 assets / month
20 GB 20 MB upload
  • Everything in Starter
  • Email support
Start building

Scale

$79 $66 /month

billed $790/yr

For teams and high-volume automations

20,000 checkpoints / month 20,000 assets / month
100 GB 50 MB upload
  • Everything in Builder
  • Priority support + SLA
Start building

Need more? Talk to us →

Add secure file relay and human approval to your AI workflow

Let agents upload, share, pause for review, and continue — without duct-taping storage and approval together.