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,608+ 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. Repo
    Repo icon

    Repo

    Agent Memory
    Featured

    Repo connects company tools like Slack, Drive, Notion, and Gmail into governed organizational memory, serving source-backed context to AI agents through a single audited API.

    Visit Website

    At a Glance

    Pricing
    Free

    Early access for founders and operators during private beta. Access via console or API by booking a demo.

    Engagement

    Available On

    Web
    API

    Resources

    WebsiteDocsllms.txt

    Topics

    Agent MemoryRetrieval-Augmented GenerationMCP Integration

    Alternatives

    LettaMemPalaceGraphiti
    Developer
    Repo LabsNew York, NYEst. 2024$22.2M raised

    Listed Jun 2026

    About Repo

    Repo is a context layer for production AI agents, built by Repo Labs and currently in private beta. It connects the tools a team already uses — Slack, Google Drive, Notion, and Gmail — ingests and structures their content into governed memory, and serves source-backed context to AI agents through a single audited API. The product is designed for founders and operators who need their company's institutional knowledge to be reliably readable by the agents they ship.

    What It Is

    Repo sits between a company's existing tools and the AI agents running on top of them. Rather than bolting document search onto a chat interface, Repo functions as an infrastructure layer: connectors pull data in, a governed memory canvas structures and stores it, and a Context API serves ranked, cited, and freshness-stamped context out. The core output is a "Context Contract" — a versioned response envelope containing evidence, citations, freshness metadata, scope, and limitations that agents can pass directly into model prompts.

    How the Three-Layer Architecture Works

    Repo's design separates ingestion, storage, and retrieval into distinct layers:

    • Connect: OAuth-based connectors for Slack, Google Drive, Notion, and Gmail are live; Linear and Confluence are listed as coming soon. Operators choose scopes and channel allowlists before any data moves.
    • Ingest and govern: Repo chunks, embeds, and extracts entities and relationships from ingested content, writing them onto a memory canvas. Each node carries provider, channel or folder basis, freshness timestamps, and access policy.
    • Serve: The Context API accepts a query and a scoped key, returning a structured Context Contract with evidence, citations, per-result freshness, allowed providers, exclusions, and limitations.

    Trust and Governance Model

    The trust architecture is a central design emphasis. Key properties the product page describes include:

    • Citations on every claim: context returned carries the exact messages, files, and folders it was built from — nothing is generated, only retrieved, ranked, and shaped.
    • Freshness tracking: every memory node carries source, ingestion, and last-sync timestamps; the Context Contract reports per-result age.
    • Scoped agent keys: each agent gets its own API key bound to allowed actions (search, context, ask, ingest, admin) and allowed providers, with per-key rate limiting and rotation without redeployment.
    • ACL pass-through: Repo preserves Google Drive sharing metadata and Slack channel basis, reporting what was excluded from any retrieval.
    • Audit trail (metadata only): every /v1/context call writes an audit event keyed by request ID with actor, scope, evidence IDs, freshness, and limitations — never the snippet text itself.

    Developer API Surface

    Five endpoints cover the primary agent use cases:

    • POST /v1/context — source-backed context envelope with evidence, freshness, scope, citations, and limitations
    • POST /v1/ask — synthesized answer with inline citations generated from the Context Contract
    • POST /v1/search — vector + keyword search across memory, scoped by API key
    • GET /v1/memory-canvas — provider-namespaced graph of channels, folders, and entities
    • GET /v1/audit-events — admin-only retrieval audit trail keyed by request ID

    Authentication uses scoped Bearer API keys. The API is versioned at v1 and currently in private beta.

    Current Status: Private Beta

    Repo is in private beta as of the time of writing. The product page states the team is "working closely with a small group of founders and operators" and invites interested teams to book a demo or access the console directly. Slack, Google Drive, Notion, and Gmail connectors are described as live; Linear and Confluence are listed as coming soon. The console provides a single operator surface for managing connected sources, browsing the memory canvas, querying via Ask, reviewing activity, and managing developer keys.

    Repo - 1

    Community Discussions

    Be the first to start a conversation about Repo

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

    Pricing

    FREE

    Private Beta

    Early access for founders and operators during private beta. Access via console or API by booking a demo.

    • Slack, Google Drive, Notion, Gmail connectors
    • Context, Ask & Search APIs
    • Scoped agent keys
    • Audit trail
    • Memory canvas

    Capabilities

    Key Features

    • Context API with source-backed evidence and citations
    • Memory canvas with provider-namespaced entity graph
    • Ask API for synthesized answers with inline citations
    • Vector + keyword search across governed memory
    • Audit trail with metadata-only event logging
    • Scoped agent API keys with per-key rate limiting
    • ACL pass-through from source providers
    • Freshness timestamps on every memory node
    • Context Contract v1 versioned response envelope
    • OAuth-based connectors for Slack, Google Drive, Notion, Gmail
    • Operator console for managing sources and agent keys
    • Channel allowlists and scope controls

    Integrations

    Slack
    Google Drive
    Notion
    Gmail
    Linear (coming soon)
    Confluence (coming soon)
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

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

    Developer

    Repo Labs

    Repo Labs builds the context layer between company tools and AI agents. The product connects sources like Slack, Google Drive, Notion, and Gmail into governed organizational memory, then serves source-backed context through a single audited API. The team focuses on trust-by-construction principles — scoped keys, audit trails, and citation-backed retrieval — so operators can defend agent answers to legal, security, and leadership.

    Founded 2024
    New York, NY
    $22.2M raised
    15 employees

    Used by

    Spheron Network (Partner)
    Read more about Repo Labs
    Website
    1 tool in directory

    Similar Tools

    Letta icon

    Letta

    Open-source platform for stateful AI agents with persistent memory. Build, observe, and deploy agents via ADE, REST API, SDKs, and a desktop app. Connect tools via MCP; use any model; run self-hosted or on Letta Cloud.

    MemPalace icon

    MemPalace

    A local, open-source AI memory system that stores all your conversations verbatim in ChromaDB and makes them findable via semantic search, achieving 96.6% LongMemEval R@5 with zero API calls.

    Graphiti icon

    Graphiti

    A Python library for building and querying dynamic, temporally-aware knowledge graphs for AI agents and RAG applications.

    Browse all tools

    Related Topics

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    69 tools

    Retrieval-Augmented Generation

    RAG Systems that enhance LLM outputs by retrieving relevant information from external knowledge bases, combining the power of generative AI with information retrieval for more accurate and contextual responses.

    78 tools

    MCP Integration

    Tools for integrating MCP with existing AI systems and applications.

    60 tools
    Browse all topics
    Back to all tools
    Discussions