The developer platform for agents and automations.

Write agents and automations in TypeScript or Python. Reminix handles the infrastructure — connections, memory, execution, and deployment.

TypeScript & PythonOpen source runtimeFree tier included
support-bot.ts
import { agent } from "reminix"

export default agent("support-bot", {
  model: "gpt-4o",
  memory: true,
  knowledge: "support-docs",

  tools: [
    "createTicket",
    "lookupOrder",
    "sendEmail",
  ],

  system: `You are a support agent.
    Use the knowledge base to answer
    questions. Create tickets for
    issues you can't resolve.`,
})

You code with AI now. Your automations should be code too.

Zapier and n8n were built for a world where coding was slow. Now you have Cursor and Claude Code — writing logic in TypeScript is faster than dragging nodes. The only thing keeping you on visual builders is the plumbing: OAuth tokens, triggers, durable execution, conversation state.

Reminix is the platform layer. You write the logic.

Three steps to production.

Step 01

Write your logic

Define agents, workflows, and tasks in TypeScript or Python. Use any framework — Vercel AI SDK, LangChain, or plain code.

Step 02

Connect services

Add your OAuth apps. Reminix handles auth flows and token refresh. Use native SDKs — Google, Slack, Notion, and more.

Step 03

Deploy

CLI or GitHub import. Triggers activate, connections go live, agents start responding. No Docker, no Kubernetes.

Everything you need to ship.

The infrastructure your agents and automations need — so you can focus on logic, not plumbing.

Managed OAuth

Bring your own OAuth app. We handle auth flows, token storage, and auto-refresh. Use with any SDK — Google, Slack, Notion, and 20+ more.

AI Agents

Multi-turn chat, tool use, and streaming. Use Vercel AI SDK, LangChain, or call models directly — Reminix handles memory, RAG, and deployment.

Memory & RAG

Persistent user-scoped memory. Upload docs — we handle chunking, embedding, and retrieval. Your agents answer from your data.

Durable Execution

Workflows survive failures and resume from where they left off. Built-in retries, timeouts, and error handling.

Human Approval

Pause any workflow for human input via Slack, Teams, or email. It resumes automatically when someone responds.

Deploy from CLI or GitHub

Run reminix deploy or connect a repo. Push to main and it ships. Triggers active, connections managed, agents running.

One command. You're live.

Run the CLI or push to GitHub. No build pipelines to configure. No containers to manage.

Terminal
$

Why not just use…

FeatureZapier / n8nInngest / Trigger.devDIY / Self-hostedReminix
Code-first
Managed OAuth
AI agents & chat
Memory & RAG
Durable workflows
Human approval
Use your own SDKs

Stop dragging boxes. Start shipping code.

Your agents and automations deserve the same tools you use for everything else — code, git, tests, and AI. Reminix is the platform.

Free tier included. No credit card required.