Create Index
Create an empty index (synchronous).
Allocates the DB record, writes an empty serialized engine to blob
storage with the provided config, and marks the index ready. Files
are added later via POST /indexes/{index_id}/files (which kicks off
a batch-mutation workflow).
Documentation Index
Fetch the complete documentation index at: https://docs.gp.scale.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Selected Account ID
Path Parameters
Body
Create request for the file-system index engine.
Display name of the index
"file_system"Model to use for summarization
Custom instructions for file summarization
Custom instructions for folder summarization
Response
Successful Response
Full index entity with nodes and config (returned by get by ID).
ID of the entity
ID of the project
Display name of the index
Type of index engine
file_system Creation timestamp
Last update timestamp
Index status
pending, ready, updating, failed Engine-specific config
Index tree nodes

