Create Datastore ​
Creates a new datastore record. The environment_id must be one the user has permission to access.
Endpoint ​
POST /datastoreRequest Body ​
The datastore ID (optional; if omitted, one is generated).
The datastore type. Determines the shape of config.
mongo_data_apigoogle_cloud_storages3qdrant
A friendly label for this datastore.
Config object for the datastore connection. Shape depends on type.
Optional secret value for sensitive credentials.
The environment that owns this datastore. If omitted, defaults to the user's first environment; required when the user has multiple environments.
Optional list of integration methods (e.g. unified_api/resource/method) used to validate the datastore configuration before persisting.
Response Body ​
The unique ID of the datastore.
The datastore's backend type. Determines the shape of config.
mongo_data_apigoogle_cloud_storages3qdrant
A friendly label for identifying this datastore.
Config object for the datastore connection (minus sensitive fields). The shape depends on type.
{
"base_url": "https://data.mongodb-api.com/app/...",
"database": "my_db"
}The environment to which this datastore belongs.
Timestamp when the datastore record was created.
Timestamp when the datastore record was last updated.