π Authentication
To access your TuringDB Cloud instance, authentication is required. TuringDB supports two simple authentication components:- API Token β Proves your identity
- Instance ID β Identifies the specific graph database instance youβre working with
π 1. API Token
The API token is a secret key that authenticates you as a user. You can find and manage your tokens in the Settings > API Keys panel.π How to find your API token:
Step 1: Click your avatar (bottom-left corner) βSettings

API Keys
tab

- Click the ποΈ icon to reveal your token
- Click the π icon to copy it to your clipboard
β οΈ Keep your API token secure β anyone with it can access your instance.
π§ 2. Instance ID
Each TuringDB instance has a unique Instance ID. This is used to route your requests to the correct graph engine.π How to find your Instance ID:
- Go to the
Instances
page - Locate your instance card
- Copy the Instance ID from the top-right corner

π§ͺ SDK Authentication
Once youβve created an instance, you can interact with it through the Python SDK or API using:- Your API token
- Your Instance ID