Your team's files,
finally askable.
Drop in PDFs, contracts, meeting notes, Slack threads, Drive files. Filenergy extracts, embeds, and lets your whole team chat with the library — with citations that point straight back to the source.
Free for individuals · self-host on your own server · no credit card
Built on the same stack the AI labs ship
Cited answers, not guesses
Every answer is grounded in retrieved chunks of your real files. One-click drill-through to the source paragraph.
Connect what you already use
Google Drive · Notion · Slack · Dropbox. Incremental sync, per-workspace OAuth, no third-party indexer.
Enterprise-grade, day one
SAML SSO, SCIM, 2FA + WebAuthn, encryption at rest, audit log, GDPR exports — already in the box.
How it works
No vendor lock-in. No cloud-only. The whole stack runs in one container.
Upload
Drop files, paste a URL, or connect a source. We OCR, transcribe, and chunk.
Embed
Voyage embeddings into SQLite or pgvector. Encrypted at rest with your KEK.
Ask
Type, paste an image, or pick a starter. Streaming answers via SSE.
Cite
Every assistant turn links back to the chunk it used. Click → source paragraph.
Everything you need, none of the bloat
Streaming chat
Server-Sent Events feed tokens to the browser as Claude generates them. Stop, regenerate, copy, thumbs up/down.
Vision in chat
Paste a screenshot into the composer and ask "where is this in our docs?". Claude sees both.
Collections
Group files into notebooks. Scope a chat to one notebook, one file, or your whole library.
Connectors
Drive, Notion, Slack, Dropbox. Incremental sync via cursors — no full re-scan, no quota waste.
Command palette
⌘K from anywhere. Search files, conversations, collections, jump to any setting.
Evals dashboard
Per-message thumbs up/down feeds an answer-quality dashboard. Find regressions before customers do.
SAML SSO + SCIM
Okta, Workspace, Auth0, Azure AD. Auto-provision users + groups via SCIM 2.0.
Audit + webhooks
Every action lands in the Event log. Customers get HMAC-signed POSTs on the events they pick.
Self-hostable
One container, SQLite or Postgres + pgvector. Ship Filenergy on your own infra in 5 minutes.
Programmable from day one
Bearer-token API with per-key scopes. OpenAPI 3 spec at
/api/v1/openapi.json,
Swagger UI at /api/v1/docs.
- Workspace-scoped tokens; rotate any time
- Granular scopes (files:read, ask:write, …)
- Outbound webhooks with HMAC-SHA256 signatures
- Email-to-ingest: forward a mail, get a file
# Ask via REST curl -X POST https://your-host/api/v1/ask \ -H "Authorization: Bearer $FILENERGY_TOKEN" \ -H "Content-Type: application/json" \ -d '{"question": "What does the Acme MSA say about termination?"}' # Drop a file curl -X POST https://your-host/api/v1/files \ -H "Authorization: Bearer $FILENERGY_TOKEN" \ -F "files[]=@./contract.pdf"
Simple pricing
Start free. Upgrade when your team needs more.
For prosumers and small teams.
- 5,000 files
- 10,000 questions/month
- 50 GB storage
- Connectors + webhooks
For organisations & compliance.
- Unlimited files & storage
- SAML SSO + SCIM
- Workspace 2FA enforcement
- Priority support
Self-hosting? Run it on your own server for free.
Stop searching. Start asking.
Set up takes 5 minutes. The first answer comes back in seconds.