Carapace
All Guides
Productivity

Obsidian

Read and write notes in your vault

Obsidian Setup Guide

Enables your agent to read, write, search, and organize notes in your Obsidian vault.

Overview

Unlike other integrations, Obsidian doesn't use an API key or token. The agent accesses your vault directly via the filesystem. You provide the absolute path to your vault directory on the machine where the agent runs.

Prerequisites

  • An Obsidian vault on the local filesystem (or a synced copy accessible via a local path)

Step 1: Find Your Vault Path

  1. Open Obsidian
  2. Look at the vault name in the bottom-left corner
  3. Find the full path:
    • macOS: Right-click the vault folder in Finder > Get Info > copy the path under "Where"
    • Linux: readlink -f /path/to/vault
    • Windows: Right-click > Properties > copy the Location

The path should look like:

  • macOS: /Users/yourname/Documents/MyVault
  • Linux: /home/yourname/obsidian/MyVault
  • Windows: C:\Users\yourname\Documents\MyVault

Step 2: Connect in Carapace

  1. Go to Dashboard > Connections
  2. Find Obsidian and click Connect
  3. Paste the full vault path
  4. Click Save Credentials

Credential Fields Reference

FieldRequiredFormatDescription
vault_pathYesAbsolute filesystem pathPath to the Obsidian vault directory

Gotchas

Filesystem access required: The agent must be able to read the vault directory from within its runtime environment. For Carapace enclaves, this means the vault must be on a mounted drive or accessible path from the CVM.

Synced vaults work via their local path: If you use Obsidian Sync, iCloud, or Dropbox, the vault has a local sync directory. Use that local path — the agent reads the synced files directly.

Dashboard labels this as "API Key": The Carapace dashboard input field is labeled "API Key" but it expects a filesystem path for Obsidian. This is a UI quirk — just paste the path.

See Also