Settings

Connect a Claude account (AI)

Some outsend features run on Claude, Anthropic's AI assistant. Activation requires a personal API key. That way usage-based billing, only for what runs, directly with Anthropic, no middleman, no markup.

Available today with a key:

  • Smart summary of a listing's Google reviews ("Summarize reviews" button on a completed reviews job page)

Coming soon in outsend:

  • Generation of personalized outreach messages from a prospect's data
  • Automatic detection of business type, decision-maker persona, buying signals
  • Natural-language filter rules ("keep only restaurants with > 100 reviews and a broken website")

Until a key is added, these features stay disabled — the rest of outsend works normally.

How to get an Anthropic key (5 min)

  1. Go to console.anthropic.com and create an account (free)
  2. Section Settings → Billing: add credit (the minimum is $5, which lasts a very long time during alpha)
  3. Section Settings → API Keys: click "Create Key", copy the key that starts with sk-ant-api...
  4. Come back here, paste it into the field below, click "Save & test"
Indicative cost: Generating a message or a summary typically costs less than 1 cent. With $5 of credit, hundreds to thousands of operations run before a top-up is needed. Usage is trackable in real time on the Anthropic dashboard.

API key

● connected ○ never tested

Claude model

All outsend AI features use this model. Without an explicit pick, the default model is (). List auto-detected from the Anthropic key.

Loading model list…
● saved

Security — where the key lives

  • On "Save", the key is sent only once to our servers over HTTPS, encrypted immediately with a server secret, then sent back to the browser as an unreadable blob
  • The browser stores only the encrypted blob in localStorage — the plaintext key exists nowhere on disk
  • On every AI call, the blob is sent back to the server, which decrypts it in RAM just long enough to relay the request to Anthropic, then forgets it
  • No key logging, no DB write, no cache
  • No other outsend user can see the key, not even admins (no access to the blob)
  • End-to-end HTTPS (TLS) transit
If localStorage leaks (XSS, hostile extension, machine access): the encrypted blob is useless to the attacker without the outsend server secret. Revocation stays possible in 30 sec on console.anthropic.com → API Keys as a precaution.

Technical note: Fernet encryption (AES-128-CBC + HMAC-SHA256) with a key derived from outsend's SECRET_KEY . If the server is compromised AND the blob is exfiltrated, the key can be decrypted — hence the need to keep the server healthy.

Password

Change the password directly here, no need to go through email. Requires the current password. All other active sessions will be logged out after the change.

My data

The account owns own the data collected with outsend (scrapes, enrichments, monitoring). Full export is available at any time, or permanent account deletion (along with all related data).

⬇ Export all my data (ZIP)

The ZIP contains: account.json (account metadata), jobs.json + all CSV/JSON files of completed scrapes, pipelines.json, veille.json (monitoring + run history), and a manifest.txt.

Danger zone

Account deletion is permanent. All data will be deleted: scrapes, enrichments, pipelines, monitoring, history. No going back.

To keep a copy beforehand, export the data first.