Skip to content

Introduction

Ren is an agent infrastructure platform. Define agents and skills, schedule them with routines, give them access to files and external tools, and Ren executes them with built-in session management and replay.

Core model:

  • Pod — workspace containing projects and team
  • Project — groups agents, skills, file stores, memory stores
  • Agent — versioned definition that runs
  • Skill — reusable capability agents compose
  • Routine — trigger (cron, webhook, API) that fires an agent
  • Session — single agent execution; replayable for debugging
  • Vault — secrets and credentials
  • MCP — external tools via Model Context Protocol

Authenticate with personal access tokens.

API reference

Auto-generated OpenAPI reference.