Ask Questions. Get Answers From Your Documents.

IntelliRepo uses retrieval-augmented generation (RAG) with hybrid keyword and semantic search to deliver accurate, source-cited answers from your documents. Automatic text extraction and OCR handles everything from native PDFs to scanned pages.

Try it now — the chat widget in the bottom-right corner is a live demo answering from our own docs.

14-day free trial on all plans. No credit card required.

intellirepo.ai/chat
What are the API rate limits?
According to your API documentation, the rate limits are:
  • 100 requests/minute for Pro
  • 1000 requests/minute for Team
Source: api-guide.md (p.12)

Enterprise-Grade Trust & Security

Built for teams that take data privacy seriously

Powered by Claude

Top-tier AI from Anthropic, accessed securely through AWS Bedrock

Built on AWS

Enterprise infrastructure with private VPC endpoints and encrypted storage

Your Data Stays Yours

Never used for AI model training. Full data isolation per organization.

Audit Logs & RBAC

Role-based access control with full audit trail

How It Works

From upload to insight in minutes

intellirepo.ai
Drag files here to upload
PDF, Word, Markdown, and more
Uploading...
1

Upload Documents

Drag and drop PDFs, Word docs, markdown, and more into your collections.

2

AI Processing

Our AI extracts text, creates embeddings, and indexes your content.

3

Ask Questions

Chat naturally with your documents using plain English.

4

Get Answers

Receive accurate responses with citations to source documents.

Developer First

Simple APIs, powerful capabilities

POST /api/v1/collections/:id/chat
const response = await fetch(
  'https://intellirepo.ai/api/v1/collections/col_abc123/chat',
  {
    method: 'POST',
    headers: {
      'Authorization': `Bearer ${apiKey}`
    },
    body: JSON.stringify({
      question: 'How do I configure auth?',
      top_k: 5
    })
  }
);
Response
{
  "question": "How do I configure auth?",
  "answer": "To configure authentication...",
  "sources": [
    {
      "document_name": "api-guide.pdf",
      "page_number": 24,
      "similarity": 0.94,
      "chunk_text": "..."
    }
  ]
}

Built-in Tools

Multi-format Support
PDF, Word, Markdown, HTML
Widgets & Embed
Drop-in chat components
Usage Analytics
Query trends, top docs, team insights

Simple, Transparent Pricing

14-day free trial on all plans. No credit card required. Save 10% with annual billing.

Solo

$29/mo

For freelancers

  • 500 queries/month
  • 3 collections
  • 100 documents
  • 1 user
  • API access
  • Widget embed
Start 14-Day Free Trial

Pro

$89/mo

For small teams

  • 2,000 queries/month
  • 10 collections
  • 500 documents
  • 5 team members
  • API access
  • Flexible overages
Start 14-Day Free Trial
Most Popular

Team

$219/mo

For growing orgs

  • 10,000 queries/month
  • 50 collections
  • 5,000 documents
  • 20 team members
  • Priority support
  • Audit logs
Start 14-Day Free Trial

Enterprise

Starting at $1,500/mo

For scale & compliance

  • 75,000 queries included
  • 1 TB storage
  • Priority support
  • Usage analytics
  • Audit logs
Contact Sales

See full pricing details including overages and annual discounts.

Built For Every Team

From startups to enterprises

Product Documentation

Help customers find answers instantly

HR & Policies

Employee self-service for company info

Legal & Compliance

Quick lookup of contracts and regulations

Research & Knowledge

Accelerate insights from research papers

Ready to unlock your knowledge?

Start using IntelliRepo today and make your documentation actually useful.

Start Your 14-Day Free Trial