Create Datastore
Datastores
Create Datastore
Create a new datastore to organize your documents or databases.
POST
Create Datastore
Documentation Index
Fetch the complete documentation index at: https://docs.agentbase.sh/llms.txt
Use this file to discover all available pages before exploring further.
Body Parameters
The name of the datastore. This helps you identify and organize your data.
The type of datastore to create. Supported values: -
database - For
structured database content - documents - For document filesThe metadata for the datastore. This is only required for
database type datastores. Set the connection string for the database.Response
Returns the created datastore information including the datastore ID.Response Fields
The unique identifier for the created datastore. Use this ID when indexing
documents.
The name of the datastore
The type of datastore (
database or documents)Timestamp of when the datastore was created