Availability today. Slack and Notion are open for self-serve connection. Google Drive and Gmail are gated during Google’s OAuth verification window — click Request access on either connector card and we’ll clear you within 24h.
What this looks like
Your agent asks:“What did the customer say about pricing in Slack and Gmail this week?”Repo returns a grounded answer with verifiable citations:
Why Repo
Without Repo, every production agent needs:- OAuth installs for each provider — different scopes, different consent screens, different token refresh logic
- Background sync workers that handle rate limits, pagination, deletions, and back-pressure
- Document chunking + embedding + vector storage
- Citation-grounded prompt assembly so answers don’t fabricate sources
- Per-agent permission scoping so one agent can’t accidentally see another customer’s data
- Audit logs that prove what was retrieved, what was excluded, and why
Who Repo is for
- AI automation agencies shipping Slack/Drive-grounded agents for SMB and mid-market clients
- AI-native B2B SaaS integrating Repo as the context layer behind their product
- Internal platform teams at 50–500 person companies standing up their first production agents
What you get
- Source-backed answers. Every
/v1/askresponse includes citations to the original Slack message, Notion page, Drive file, or Gmail thread. No black-box generation. - Scoped API keys. Each agent gets its own key with per-action and per-provider scopes — a customer-support agent can read Slack but not Gmail; a sales agent can read Drive but not write back.
- Freshness + audit. Every sync run, every retrieval, every key creation, every connector change is logged. Your security team can answer “what did the agent see?” the same way they answer “what did the user see?”
- One integration surface. OAuth, chunking, embeddings, freshness windows, citation formatting, scoped retrieval — Repo owns it. You ship agents.
How it works
Connect sources
Browser-driven OAuth into Slack, Notion, Drive, and Gmail. Your team adds the bots and shares the right pages — Repo takes it from there.
Query context
Your agent calls
/v1/search, /v1/context, or /v1/ask with a scoped API key and gets cited answers back.Stay fresh
Background workers re-sync every 15 minutes. Your agent’s context window never drifts more than that.
Prove access
Every retrieval is logged with provider scope, exclusions, and citation counts. Compliance-ready by default.
Next steps
Quickstart
Sign up, connect Slack, mint a key, and get your first cited answer in under 5 minutes.