Pricing
Storage infrastructure for AI agents
Start free. One API key gives your agent files, memory, and semantic search — no infrastructure to manage.
Free
Everything you need to build and ship an agent in production.
- 1,000 files per agent
- 1 GB storage
- 5,000 memories
- Semantic search (pgvector)
- File indexing & chunking
- Collections & sharing
- Webhooks
- REST API + TypeScript SDK
- Priority support
- Higher rate limits
Pro
For teams running agents at scale with higher throughput and SLA guarantees.
- Unlimited files
- 50 GB storage
- Unlimited memories
- Semantic search (pgvector)
- File indexing & chunking
- Collections & sharing
- Webhooks
- REST API + TypeScript SDK
- Priority support
- Higher rate limits
Enterprise
Custom limits, dedicated infrastructure, and SLA for large deployments.
- Custom file & storage limits
- Custom memory limits
- Dedicated infrastructure
- Semantic search (pgvector)
- File indexing & chunking
- Collections & sharing
- Webhooks
- REST API + TypeScript SDK
- Dedicated support + SLA
- Custom rate limits
Free tier rate limit: 20 uploads / minuteper agent · Max file size: 50 MB · All plans include the full API surface
Common questions
What is an agent?
An agent is an API identity — you create one and get a secret key (fv_sk_...). Each agent has its own isolated storage, memory, and search index.
How does semantic search work?
When you upload a file with index=true, FileVault extracts text, chunks it, and stores embeddings in pgvector. Search queries run cosine similarity against those embeddings.
What file types can be indexed?
HTML, plain text, PDF, and JSON files are extracted and indexed. All other file types are stored and retrievable but not semantically searchable.
What are memories?
Memories are arbitrary text snippets your agent stores with an embedding attached — useful for conversation history, facts, or any unstructured knowledge your agent wants to recall later.
Is there a TypeScript SDK?
Yes. Import the FileVault class from the SDK, pass your API key, and get typed methods for every API endpoint — upload, search, memory, collections, and more.
When does Pro launch?
We're targeting Pro in the coming weeks. Join the waitlist and you'll be first to know — and get early pricing.
More questions? Visit the help page or email support@filevault.host