You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the <Linkto="https://console.weaviate.cloud">Weaviate Cloud console</Link> and <Linkto="/cloud/manage-clusters/status#select-your-cluster"> ssselect your cluster</Link>.
240
+
</li>
241
+
<li>
242
+
On the <code>Cluster details</code> page, find the <code>Admin</code> API
243
+
key and <code>REST Endpoint</code> URL.
244
+
</li>
245
+
<li>Copy the needed key and URL and store them in a safe location.</li>
<imgsrc={WCDClusterURL}alt="Get the (REST) endpoint URL" />
258
+
</div>
259
+
<divclass="card__body">
260
+
Grab the <code>REST Endpoint</code> URL.
261
+
</div>
262
+
</div>
263
+
</div>
264
+
</div>
265
+
<divclass="col col--6">
266
+
<divclass="card-demo">
267
+
<divclass="card">
268
+
<divclass="card__image">
269
+
<imgsrc={WCDClusterAdminKey}alt="Get the admin API key" />
270
+
</div>
271
+
<divclass="card__body">
272
+
Grab the <code>Admin</code> API key.
273
+
</div>
274
+
</div>
275
+
</div>
276
+
</div>
277
+
</div>
278
+
<br />
279
+
280
+
:::note REST Endpoint vs gRPC Endpoint
281
+
282
+
When using an official Weaviate [client library](/weaviate/client-libraries), you need to authenticate using the `REST Endpoint`. The client will infer the gRPC endpoint automatically and use the more performant gRPC protocol when available.
283
+
284
+
:::
233
285
234
286
### Create an API key
235
287
236
288
If you have a Serverless cluster, you can create new API keys. To create a new API key, follow these steps:
0 commit comments