ZainaBot.AI
ZainaMind · Capture

Add to your memory

Four ways to feed ZainaMind. Everything you save here gets chunked, embedded, and made queryable across the platform — chat, Mind Ask, live coaching, and the workflow marketplace.

Most common

Upload files to a Project

Canonical path. Drag-drop straight into a project's Knowledge tab.

  • PDF, DOCX, XLSX, CSV, TXT, MD, plus images
  • Chunked + Voyage embedded — queryable in ~10 seconds
  • Multi-file drag-drop on Pro+ (10/day on Pro, unlimited on Pro+)
PDFDOCXXLSXCSVTXTMDPNG / JPG

ZainaBot for Chrome

Side-panel extension. Web clips + browser-meeting transcripts.

  • One-click clip from any article via the side panel
  • Highlight text first to capture just the selection
  • Web Meeting Mode: live transcription on Zoom / Meet / Teams / Whereby
  • Built-in deny-list — login / banking / healthcare never captured
Web clipsSelectionsMeeting transcriptsAuto-capture (Pro+)

Save from your AI assistant

MCP server for Claude Desktop, Cursor, Zed, Claude Code.

  • Six tools: capture_web, capture_audio_transcript, mind_ask, list_projects, create_project, list_recent_captures
  • Same zb_pk_ key as the rest of the platform
  • Ask the model to save what you're reading or query everything you've saved — no copy/paste
Claude DesktopCursorZedClaude Code

Direct REST API

For scripts, cron, Zapier, n8n — anything that can POST JSON.

  • POST /api/v1/capture/web — page clips
  • POST /api/v1/capture/audio — meeting transcripts (with segments)
  • GET /api/v1/capture/history — paginated history
  • Three auth modes: zb_pk_ API key, Firebase Bearer, Chrome extension HMAC
RESTTypeScript SDKThree auth modes
One-liner — REST API

Drop your zb_pk_ key in and a project id, and you have a capture pipeline.

curl -X POST https://zainabot.ai/api/v1/capture/web \
  -H "Authorization: Bearer zb_pk_..." \
  -H "Content-Type: application/json" \
  -d '{
    "projectId": "<project-id>",
    "url": "https://example.com/article",
    "title": "The article title",
    "content": "Full extracted article text..."
  }'
Coming next

Mind Canvas · Mind Studio · Mind Blend

Phase 2 turns everything you capture here into six role-aware memory objects (Customer 360, Product Memory, Engineering Memory…) plus recipe-driven deliverables (briefs, decks, action plans, follow-up emails).

Read the PRD