{"slug":"chroma-cloud","name":"Chroma Cloud","owner":null,"repo":null,"category":"vector-db-infra","lang":"","blurb":"Fully-managed serverless hosting for the developer-favorite open-source Chroma, with the same API as local Chroma and per-database scoped keys.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Fully-managed serverless hosting for the developer-favorite open-source Chroma, with the same API as local Chroma and per-database scoped keys.","website":"https://www.trychroma.com","docs_url":"https://docs.trychroma.com/cloud/getting-started","signup_url":"https://www.trychroma.com/","pricing_model":"freemium","pricing_note":"Free tier (~1M embeddings) + free credits; usage-based beyond — storage ~$0.02/GB/mo plus query/write ops","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Sign up free, create databases (dev/staging/prod) and scope individual API keys to specific databases from the console; same API as OSS Chroma so code ports 1:1. Official Chroma MCP server.","mcp_server":"https://github.com/chroma-core/chroma-mcp","sdks":["Python","JavaScript/TypeScript","REST"],"code_sample":"{\"lang\":\"python\",\"code\":\"import chromadb\\n\\nclient = chromadb.CloudClient(\\n    tenant=\\\"YOUR_TENANT\\\",\\n    database=\\\"YOUR_DB\\\",\\n    api_key=\\\"YOUR_API_KEY\\\",\\n)\\ncol = client.get_or_create_collection(\\\"docs\\\")\\ncol.add(ids=[\\\"a1\\\"], embeddings=[[0.1, 0.2, 0.3]], metadatas=[{\\\"title\\\": \\\"hello\\\"}])\\nres = col.query(query_embeddings=[[0.1, 0.2, 0.3]], n_results=3)\"}","tags":["vector-db","open-source","serverless","rag","embeddings"],"useCases":[],"codeSample":{"lang":"python","code":"import chromadb\n\nclient = chromadb.CloudClient(\n    tenant=\"YOUR_TENANT\",\n    database=\"YOUR_DB\",\n    api_key=\"YOUR_API_KEY\",\n)\ncol = client.get_or_create_collection(\"docs\")\ncol.add(ids=[\"a1\"], embeddings=[[0.1, 0.2, 0.3]], metadatas=[{\"title\": \"hello\"}])\nres = col.query(query_embeddings=[[0.1, 0.2, 0.3]], n_results=3)"},"oneLiner":"Fully-managed serverless hosting for the developer-favorite open-source Chroma, with the same API as local Chroma and per-database scoped keys.","docsUrl":"https://docs.trychroma.com/cloud/getting-started","signupUrl":"https://www.trychroma.com/","pricingModel":"freemium","pricingNote":"Free tier (~1M embeddings) + free credits; usage-based beyond — storage ~$0.02/GB/mo plus query/write ops","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Sign up free, create databases (dev/staging/prod) and scope individual API keys to specific databases from the console; same API as OSS Chroma so code ports 1:1. Official Chroma MCP server.","mcpServer":"https://github.com/chroma-core/chroma-mcp"}