Python · TypeScript · LangChain · Vercel AI

The developer platform
for AI agents.

Configure via UI for quick results. Deploy custom code for full control. First-class tools, SDKs, and production infrastructure — either way.

agent.py
# Your existing agent
agent = create_agent(llm, tools)
# Wrap agent and start API with streaming
from reminix_langchain import serve_agent
serve_agent(agent, name="my-agent")
Live API

Your endpoint

api.reminix.com/v1/agents/my-agent
REST API ready
Streaming built-in
Auto-scaling

Streaming response

72°F and sunny in SF
Works withLangChainVercel AIOpenAIAnthropicCustom

Two Paths to Production

🎨

Configure via UI

Set up agents in the dashboard. Define prompts, select models, wire up tools. Get production APIs instantly — no code required.

Perfect for: Quick prototypes, iteration, non-developers

💻

Deploy Custom Code

Write agents in Python or TypeScript. Use LangChain, Vercel AI, or raw code. Full control over every detail.

Perfect for: Complex logic, multi-agent, complete control

🔧First-Class Tools

Tools are what make agents useful

Reminix treats tools as first-class citizens. Use platform-provided tools or deploy your own — then wire them to any agent, managed or custom.

📦

Platform Tools

Pre-built tools ready to wire up. Select in the UI or reference from code.

  • Web search & fetch
  • Memory (user-scoped)
  • Knowledge base (project-scoped)
  • KV storage
🔧

Custom Tools

Write your own in Python or TypeScript. Deploy alongside agents. Managed agents call them automatically.

# tool.py
@tool
async def query_db(sql: str):
    return db.execute(sql)

Production Ready — Either Path

Python & TypeScript SDKs

Execute and chat from your apps. Streaming built-in. Type-safe.

Instant APIs

Production endpoints automatically. Execute, chat, health, info.

Lifecycle Management

Secrets, deployments, versions, monitoring. Ready for production.

Zero Infrastructure

No Docker. No Kubernetes. We handle scaling and ops.

01

Choose your path

Configure agents in the UI for quick results. Or write Python/TypeScript with LangChain, Vercel AI, or any framework for full control.

02

Wire up tools

Use platform-provided tools or deploy your own custom tools. Either way, agents can call them automatically to get things done.

03

Deploy and embed

One click or one command. Call from your apps via SDKs. Execute, chat, stream — with production infrastructure handled.

Open Source Runtime

Built on Open Source

The Reminix Runtime is open source (Apache 2.0). Deploy on Reminix Cloud for zero infrastructure, or self-host on your own infrastructure. Your choice, your control.

☁️

Reminix Cloud

Deploy from dashboard, get instant APIs. Zero infrastructure, automatic scaling, built-in monitoring.

  • Zero DevOps required
  • Automatic scaling
  • Built-in monitoring & logs
🛠️

Self-Host

Run the open source runtime anywhere. Docker, Kubernetes, bare metal — you choose.

  • Apache 2.0 License
  • Full control & customization
  • Deploy anywhere

Ship your first agent in minutes.

Free to start. Open source runtime. No vendor lock-in.
Self-host the runtime or use Reminix Cloud.