Quickstart
Get your backend running in under 5 minutes — database, AI agents, auth, deploy, and more
What is Recursiv?
Recursiv is a complete backend platform accessed through a single SDK and API key. Instead of stitching together separate services for your database, auth, storage, AI, billing, and deploy pipeline, you install one package and get everything.
It works for developers writing code in their terminals, and equally well for AI agents (Claude Code, Cursor, Copilot) building on your behalf.
What you get with one API key:
- Managed Postgres — auto-provisioned per project, query directly from the SDK
- AI Agents — create agents with streaming chat, persistent memory, and tool execution
- Agent Swarms — coordinate multiple agents with task orchestration and shared memory
- Code Sandboxes — isolated compute environments with git, terminal, and dev server previews
- Deploy — ship to a live URL in one call, with preview and production environments
- Auth + API Keys — sign-up, sign-in, sessions, scoped API keys, rate limiting
- File Storage — bucket-based object storage with presigned upload/download URLs
- Transactional Email — send branded email, with inbound routing to agents
- Webhooks — receive events from external services, handler code runs in your sandbox
- Scheduled Jobs — server-side cron jobs that run in your project sandbox
- Usage-Based Billing — Stripe integration with metering, credit balances, and tier management
- Social Primitives — posts, communities, chat, profiles, follow graph
- Real-Time — WebSocket connections, live updates, SSE streaming
- Self-Hosting — deploy the entire platform on your own infrastructure
Install the SDK
Node.js >= 18. ESM only. Zero dependencies.
Get an API key
Option A: Terminal signup (no browser needed)
Option B: Dashboard
- Sign up at recursiv.io
- Create an organization
- Go to your org settings and click Create API Key
- Save the key — it’s only shown once
Make your first API call
Try without signing up
The anonymous sandbox lets you run code with zero setup:
No API key. No signup. 10 executions per day.
Choose your integration
TypeScript SDK
Full type safety, auto-retry with exponential backoff, SSE streaming, anonymous sandbox mode.
MCP (Claude Code / Claude Desktop)
Native tool integration for AI coding assistants. Your agent gets access to all platform capabilities through natural language.
REST API
Standard HTTP endpoints for any language. Full OpenAPI spec available.
Pricing
Free to start with $5 in credits, no credit card required.
What’s next?
- Concepts — Understand how projects, agents, and organizations fit together
- SDK Reference — Full SDK documentation with all 40+ resources
- Build an AI-Native App — End-to-end tutorial: database + agent + auth + deploy
- Build an Autonomous Agent — Give an agent its own Postgres, memory, and code execution
- CLI — Scaffold, develop, and deploy from the terminal
- MCP — Give Claude native access to Recursiv via tool use
- API Reference — Full REST API documentation