Define an agent
Call it with the SDK
Or use the CLI
Invoke agents and call tools directly from the terminal — no client code needed.Or use your existing framework
Already using Vercel AI SDK, LangChain, OpenAI, or Anthropic? Wrap your existing code and deploy it as a Reminix agent with a few lines.Key capabilities
- Agents → REST APIs — Tasks (one-shot), Conversations (multi-turn), Workflows (pause/resume)
- Tools → MCP servers — Define tools served via the Model Context Protocol, discoverable by Claude, Cursor, Windsurf, and any MCP client
- Built-in LLM access — Every project includes LLM access out of the box. Bring your own keys when you’re ready for production
- OAuth & Connections — Managed OAuth for 20+ services. Your code gets a valid token — Reminix handles the flow, storage, and refresh
- Streaming — Real-time Server-Sent Events for progressive responses
- Framework integrations — Drop-in support for OpenAI, Anthropic, LangChain, Vercel AI SDK, and Google
Next steps
Quickstart
Get up and running in under 5 minutes.
Agents
Learn about agent types and how to define them.
Tools & MCP
Define tools and serve them via MCP.