Skip to content

Reference

Weaviate

Connect Weaviate to Alter Vault for secure API access

Use Weaviate credentials to make authenticated API calls through Alter Vault without exposing API keys in code.

PropertyValue
Provider IDweaviate
CategoryAI
Credential TypeAPI Key

Log in to the Weaviate Cloud Console

Log in to the Weaviate Cloud Console.

Open API keys

Open the cluster’s API Keys section.

Copy a key

Copy the admin or read-only API key.

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add Weaviate

Go to Managed Secrets > Add Provider > Weaviate.

Enter credentials

Paste your API Key into the credential field.

Save

Click Save. You’ll receive a grant_id to use with the SDK.

response = await alter_app.request(
HttpMethod.POST,
"https://YOUR-CLUSTER.weaviate.cloud/v1/graphql",
grant_id="YOUR_GRANT_ID",
json={"query": "{ Get { Article(limit: 5) { title url } } }"},
)

Alter policy rules can target these attested operations and families for operation-level and parameter-aware controls.

Operation IDFamiliesMethodProvider path
aliases.deletedeleteDELETE/aliases/{aliasName}
backups.canceldeleteDELETE/backups/{backend}/{id}
backups.restore.canceldeleteDELETE/backups/{backend}/{id}/restore
batch.objects.deletedeleteDELETE/batch/objects
cancelReplicationdelete, writePOST/replication/replicate/{id}/cancel
deleteAllReplicationsdeleteDELETE/replication/replicate
deleteNamespacedeleteDELETE/namespaces/{namespace_id}
deleteReplicationdeleteDELETE/replication/replicate/{id}
deleteRoleadmin, deleteDELETE/authz/roles/{id}
deleteUseradmin, deleteDELETE/users/db/{user_id}
export.canceldeleteDELETE/export/{backend}/{id}
forceDeleteReplicationsdelete, writePOST/replication/replicate/force-delete
mcp.deletedeleteDELETE/mcp
objects.class.deletedeleteDELETE/objects/{className}/{id}
objects.class.references.deletedeleteDELETE/objects/{className}/{id}/references/{propertyName}
objects.deletedeleteDELETE/objects/{id}
objects.references.deletedeleteDELETE/objects/{id}/references/{propertyName}
schema.objects.deletedeleteDELETE/schema/{className}
schema.objects.properties.deletedeleteDELETE/schema/{className}/properties/{propertyName}/index/{indexName}
schema.objects.vectors.deletedeleteDELETE/schema/{className}/vectors/{vectorIndexName}/index
tenants.deletedeleteDELETE/schema/{className}/tenants
activateUseradmin, writePOST/users/db/{user_id}/activate
addPermissionsadmin, writePOST/authz/roles/{id}/add-permissions
assignRoleToGroupadmin, writePOST/authz/groups/{id}/assign
createRoleadmin, writePOST/authz/roles
createUseradmin, writePOST/users/db/{user_id}
aliases.createwritePOST/aliases
backups.createwritePOST/backups/{backend}
batch.objects.createwritePOST/batch/objects
createNamespacewritePOST/namespaces/{namespace_id}
export.createwritePOST/export/{backend}
objects.class.references.createwritePOST/objects/{className}/{id}/references/{propertyName}
objects.references.createwritePOST/objects/{id}/references/{propertyName}
tenants.createwritePOST/schema/{className}/tenants
aliases.get.aliasreadGET/aliases/{aliasName}
backups.create.statusreadGET/backups/{backend}/{id}
backups.listreadGET/backups/{backend}
backups.restore.statusreadGET/backups/{backend}/{id}/restore
classifications.getreadGET/classifications/{id}
distributedTasks.getreadGET/tasks

Report an issue with this page

Necessary

Required for sign-in, security, authorization, and remembering your choices.

Always active

Analytics

Helps us understand which product and documentation features are useful.

Performance diagnostics

Uses performance tracing and privacy-masked session replay to diagnose problems.

You can change these choices at any time from Cookie settings.