Senso Logo

Configure Senso

Paste the prompt below into Claude Code or Codex. It sets up Senso and walks you through uploading your first document.

Make sure you have the Claude Code or Codex desktop app installed.

1

Create a Senso account

Free to start. Takes 30 seconds.

Sign up
2

Paste your API key

Copy it from the API Keys page.

3

Copy this prompt into Claude Code

Paste your API key in step 2 first so the prompt is ready to use.

I want to set up Senso so you can search my company's documents. My API key is: PASTE_YOUR_API_KEY_HERE Please do the following: 1. Install the Senso CLI: npm install -g @senso-ai/cli 2. Set my API key: export SENSO_API_KEY="PASTE_YOUR_API_KEY_HERE" 3. Install all Senso agent skills: senso skills install --all 4. Verify everything works: senso whoami Once done, ask me which document to upload first.