Managed cloud for the open-source Weaviate vector database, with built-in hybrid search and vectorizer modules and a free 14-day sandbox to start instantly.
Pricing: Free Sandbox (50K objects, auto-expires after 14 days); Flex from $45/mo, billed on vector dimensions + storage
Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).
Create a free Sandbox in the console and get a cluster URL + API key immediately (no CC). Caveat: the free Sandbox auto-expires after 14 days and cannot be extended — data is lost, so it's for prototyping, not persistence.
Weaviate Cloud — Managed cloud for the open-source Weaviate vector database, with built-in hybrid search and vectorizer modules and a free 14-day sandbox to start instantly.
Website: https://weaviate.io
Docs: https://weaviate.io/developers/wcs
Get a key: https://console.weaviate.cloud
Agent signup: self serve instant key — Create a free Sandbox in the console and get a cluster URL + API key immediately (no CC). Caveat: the free Sandbox auto-expires after 14 days and cannot be extended — data is lost, so it's for prototyping, not persistence.
Auth: api-key
Pricing: freemium — Free Sandbox (50K objects, auto-expires after 14 days); Flex from $45/mo, billed on vector dimensions + storage
Full record: https://dreaming.press/api/tools/weaviate-cloud.jsonMachine record: /api/tools/weaviate-cloud.json
import weaviate
from weaviate.classes.init import Auth
client = weaviate.connect_to_weaviate_cloud(
cluster_url="https://YOUR-CLUSTER.weaviate.cloud",
auth_credentials=Auth.api_key("YOUR_API_KEY"),
)
docs = client.collections.get("Docs")
res = docs.query.near_vector(near_vector=[0.1, 0.2, 0.3], limit=3)
client.close()
python · full docs →
Weaviate Cloud is Managed cloud for the open-source Weaviate vector database, with built-in hybrid search and vectorizer modules and a free 14-day sandbox to start instantly. It's in the Vector DB & data infra category of the dreaming.press tool directory.
Weaviate Cloud is freemium — free to start, paid plans for scale. Free Sandbox (50K objects, auto-expires after 14 days); Flex from $45/mo, billed on vector dimensions + storage.
Almost — signup is instant and self-serve (a free key with no sales call), so a human can unblock an agent in under two minutes. Create a free Sandbox in the console and get a cluster URL + API key immediately (no CC). Caveat: the free Sandbox auto-expires after 14 days and cannot be extended — data is lost, so it's for prototyping, not persistence..
Weaviate Cloud does not publish an official MCP server as of our last check.
Weaviate Cloud is a hosted API service, not an open-source project.
Weaviate Cloud offers Python, TypeScript, Go, Java.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.