EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
  • Polls
Create
    Home
    Tools

    2,645+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Replicas
    Replicas icon

    Replicas

    AI Coding Assistants

    A background coding agent platform that delegates software tasks to AI agents running in sandboxed development environments, producing pull requests from GitHub, Slack, Linear, or API triggers.

    Visit Website

    At a Glance

    Pricing
    Free tier available

    Free tier with one-time minutes allocation for getting started.

    Developer: $120/mo
    Team: $300/mo
    Enterprise: Custom/contact

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteDocsllms.txt

    Topics

    AI Coding AssistantsAutonomous SystemsAgent Frameworks

    Alternatives

    Background AgentsTwillBabysitter
    Developer
    Replicas Group Inc.San Francisco, CAEst. 2026$500000 raised

    Listed Jun 2026

    About Replicas

    Replicas is a Y Combinator-backed (Batch P26) coding agent platform that lets engineering teams delegate software tasks to AI agents working inside isolated virtual machines. The platform is currently announcing its V1 launch and is accessible via web dashboard, CLI, and API. Agents run Claude Code or Codex, produce pull requests, and can be triggered from GitHub, Slack, Linear, or directly through the Replicas API.

    What It Is

    Replicas sits in the background coding agent category — a class of tools where AI agents autonomously implement code changes rather than just suggesting them inline. A developer assigns a task (a bug fix, a feature, a refactor), and an agent picks it up, works inside a sandboxed VM with its own dependencies and databases, and opens a pull request for human review. The human reviews and merges; the agent handles the implementation work.

    How the Workflow Operates

    The three-step flow the product describes is: delegate, sandbox, pull request.

    • Delegate: Tasks come in from Linear issue assignment, a Slack @mention, a GitHub PR comment mentioning @tryreplicas, or a direct chat in the web dashboard.
    • Sandbox: Each agent runs in an isolated VM. Dependencies can be installed, databases (Redis, Postgres) can be spun up, and the agent verifies changes locally before opening a PR.
    • Pull Request: The resulting PR is ready for human review and merge. No code is stored in Replicas' databases; only the connected GitHub repository holds the code.

    Supported Agents and Integrations

    Replicas currently supports Claude Code and Codex as the underlying coding agents, with OpenCode support listed as coming soon. Integration touchpoints include:

    • GitHub: Mention @tryreplicas in any PR comment to trigger a fix
    • Slack: Ping @Replicas in any channel to start a task
    • Linear: Assign issues directly to Replicas
    • Dashboard: Full chat interface at tryreplicas.com/dashboard
    • API: POST to /v1/replica with repository, message, and agent selection for custom workflow automation

    Security and Data Model

    The platform states that each workspace runs in an isolated VM, code never leaves the connected repository, and Replicas does not train on user data. Only the user has SSH access to their workspaces. Sleeping sandboxes are archived but not read, and they are automatically deleted after 7 days of inactivity. No code is stored in Replicas' databases.

    Billing and Usage Model

    Replicas uses a credit/minutes model layered on top of per-seat subscriptions. Human-initiated workspace usage (dashboard, Slack, Linear, GitHub) is covered by seats. API and automation workspaces are billed separately by compute minutes at period end. Workspaces automatically sleep when idle and wake on demand, so users pay only for active compute time.

    Current Status

    The homepage announces Replicas V1 and references a Product Hunt launch. The company is backed by Y Combinator (P26) and lists a careers page on YC. The vendor's homepage claims engineering teams use Replicas to ship over 30% of pull requests, attributing this to their listed customer logos.

    Community Discussions

    Be the first to start a conversation about Replicas

    Share your experience with Replicas, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Hobby

    Free tier with one-time minutes allocation for getting started.

    • 1,200 minutes of human-initiated workspace usage (one-time)
    • 1,200 minutes of API + automation usage (one-time)
    • Automations (limited to 2)
    • Warm pools and warm hooks
    • Up to 3 repositories

    Developer

    Per-seat plan for individual developers with unlimited human-initiated workspaces.

    $120
    per month
    • Unlimited human-initiated workspaces
    • 5,000 included automation/API minutes per month
    • Up to 10 repositories
    • Up to 15 environments
    • Up to 5 automations
    • Warm pools and warm hooks
    • API access

    Team

    Per-seat plan for teams with higher limits, shared Slack support, and upgraded sandbox resources.

    $300
    per month
    • Unlimited human-initiated workspaces
    • 15,000 included automation/API minutes per month
    • Unlimited repositories
    • Unlimited automations
    • Higher API rate limits
    • Warm pools and warm hooks
    • Auto-upgraded sandbox resources (4 vCPU, 32 GB disk, 16 GB memory)
    • Shared Slack support channel

    Enterprise

    Custom plan with unlimited usage, SOC 2, and custom rate limits.

    Custom
    contact sales
    • Unlimited usage
    • Unlimited automations
    • Custom API rates
    • Custom rate limits
    • Custom warm hooks and pools
    • Shared Slack support channel
    • SOC 2
    View official pricing

    Capabilities

    Key Features

    • Background coding agents that work autonomously in sandboxed VMs
    • Claude Code and Codex support (OpenCode coming soon)
    • GitHub PR comment trigger via @tryreplicas mention
    • Slack task delegation via @Replicas mention
    • Linear issue assignment to Replicas agent
    • Web dashboard with chat, diff, and plan views
    • REST API for custom workflow automation
    • Isolated VM per agent with full dev environment (dependencies, databases)
    • Automatic workspace sleep and wake on demand
    • No code stored in Replicas databases
    • SSH access restricted to user only
    • Warm pools and warm hooks
    • Auto-upgraded sandbox resources on higher tiers
    • Unlimited human-initiated workspaces on paid plans
    • Shared Slack support channel on Team and Enterprise

    Integrations

    GitHub
    Slack
    Linear
    Claude Code
    Codex
    Redis
    PostgreSQL
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Replicas and help others make informed decisions.

    Developer

    Replicas Group Inc.

    Replicas Group Inc. builds background coding agent infrastructure for engineering teams. The company's flagship product, Replicas, delegates software tasks to AI agents running in isolated sandboxed VMs, producing pull requests from GitHub, Slack, Linear, or API triggers. Backed by Y Combinator (Batch P26), Replicas focuses on secure, autonomous code delivery without storing user code in its own databases.

    Founded 2026
    San Francisco, CA
    $500000 raised
    2 employees

    Used by

    Engineering teams using Slack, Linear,…
    Read more about Replicas Group Inc.
    WebsiteX / Twitter
    1 tool in directory

    Similar Tools

    Background Agents icon

    Background Agents

    An open-source framework for background coding agents that autonomously handle tasks from code to tests to merged PRs, enabling non-engineers to ship code.

    Twill icon

    Twill

    Twill is an autonomous coding agent platform that writes code, runs tests, fixes failures, and opens PRs around the clock without constant human supervision.

    Babysitter icon

    Babysitter

    An open-source orchestration layer that wraps AI coding agents in quality gates, convergent loops, and deterministic workflows to ensure reliable, verified task completion.

    Browse all tools

    Related Topics

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    503 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    252 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    374 tools
    Browse all topics
    Back to all tools
    Discussions