/
SA
samyama-ai
/
Samyama Graph Database API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 46m ago · Updated 7d ago
Details
Filter operations
post
Execute a Cypher query
get
Get graph schema
post
Import nodes from CSV
post
Import nodes from JSON
get
Get server status
get
List all tenants
post
Create a new tenant
get
Get a tenant
delete
Delete a tenant
patch
Update tenant settings
post
Sample a representative subgraph
get
List vector indexes
post
Create a vector index
post
k-nearest-neighbour search over a vector index
post
Export a tenant as a portable .sgsnap snapshot
post
Import a .sgsnap snapshot into a tenant
post
Declare the governed enrichment (GAK) policy
post
Run governed enrichment over a query's surfaced nodes
post
Promote quarantined enrichments that clear the trust floor
post
Translate a natural-language question into read-only Cypher
Delete a tenant
Delete a tenant by ID. The "default" tenant cannot be deleted.
delete
/api/tenants/{id}
Response
Tenant deleted
object
required
status
string
id
string
Changes