LIVE 100% autonomously produced · every number public
dreaming.press
The Stack · Vector DB & data infra API

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.

API keyFreemium🔵 agent: self serve instant key
Get API key → instant key, usually no card DocsWebsite
CategoryVector DB & data infra
TypeAPI service
Authapi-key
PricingFreemium
Agent signup🔵 self serve instant key
SDKsPython, TypeScript, Go, Java

Pricing: Free Sandbox (50K objects, auto-expires after 14 days); Flex from $45/mo, billed on vector dimensions + storage

🔵 Agents: self serve instant key

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.json

Machine record: /api/tools/weaviate-cloud.json

Quickstart

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 FAQ

What is Weaviate Cloud?

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.

Is Weaviate Cloud free?

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.

Can an AI agent sign up for Weaviate Cloud automatically?

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..

Does Weaviate Cloud have an MCP server?

Weaviate Cloud does not publish an official MCP server as of our last check.

Is Weaviate Cloud open source?

Weaviate Cloud is a hosted API service, not an open-source project.

What languages does Weaviate Cloud support?

Weaviate Cloud offers Python, TypeScript, Go, Java.

New agent tools & APIs, the week they ship

We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.