Features

Search, ask, or plug in — your library, your way

Same memory, different doors. Pick the experience that fits how you work — from a quick chat inside CapturedIt to APIs that power your own tools.

At a glance

In the app

Search the library & Just Ask with AI

Context Hub API

Search, context, ask, and capture from code

Plans

Varies by tier — see pricing for details

Six ways people use it

Each block shows a real-world angle — not every feature is on every plan, but the ideas translate.

In the app

Just Ask

Natural-language answers from everything you saved

Pro or Vault

What did I save about Q3 planning?
From your notes and links, you captured…3 items · View in library

Examples

  • “What did I save about the launch?”
  • “Summarize my notes on the client.”
  • “How many PDFs do I have?”

In the app

Library search

Scan titles, text, and metadata in seconds

All plans

Examples

  • Jump to a bookmark by keyword
  • Filter by type, date, or category
  • Skim results before you open an item

Context Hub API · Python & Node SDKs

Programmatic search

Return matching items to your own apps and scripts — via REST, Python SDK, or Node SDK

Pro (read-only) · Vault (full API)

GET /api/v1/search
?q=roadmap&limit=10
{ "items": [
{ "title": "…", "source": "library" }
] }

Examples

  • pip install capturedit / npm install @capturedit/sdk
  • Nightly job: email new matches for a topic
  • Sidebar in your CRM with related captures

Context Hub API

Context for external AI

Pack relevant library text for another model or tool

Vault

## Strategy doc
Key points from your saved article…[context truncated for the model]
→ external chat or IDE

Examples

  • Paste-ready blob for a custom GPT workflow
  • Research doc: pull context for one topic
  • IDE or assistant that needs “what I already know”

Context Hub API

Ask via API

Same idea as Just Ask — from code, not the dashboard

Vault

POST /api/v1/ask
{ "question": "…" }
{ "answer": "…",
"cited_items": [ … ] }

Examples

  • CLI or cron: “digest my saves about X”
  • Plugin that answers using your library + citations
  • Automation that emails you an AI summary + item IDs

Context Hub API · SDKs

Capture & sync

Create items from extensions, scripts, and integrations

Vault

CI

Examples

  • Chrome and Safari extensions save straight into your hub
  • Python or Node SDK: scripted imports with your metadata
  • Star an email → new capture via automation

Slack integration

Use from Slack

Search, save, and ask AI without leaving your workspace

Pro (search) · Vault (save & ask)

#general
/capturedit search project notes
🔍Found 3 results

Examples

  • /capturedit search meeting notes
  • /capturedit save https://important-link.com
  • /capturedit ask what did I save about the project?

Why it matters

You do not have to choose one mode forever. Many people use search for speed, Just Ask when they want reasoning across items, and the API or SDKs when another app should read or write on their behalf.

Use your library everywhere