v5

OpenAPI 3.1.02026-08-025631,1012.8 MB
BYO Documents

Create standalone namespace (BYO vectors)

Create a standalone namespace for BYO (Bring Your Own) vectors. No collection or feature extractor binding is required. Users upsert pre-computed vectors directly via the direct upsert endpoint.

post/v1/namespaces/standalone

Request body

namespace_idstring required

Unique namespace identifier

configobject nullable

Optional configuration (retention, version_history, tiering)

auto_create_indexesboolean nullable

Adaptive payload indexing. Standalone namespaces default to on (indexes are inferred/created from filter usage). Set explicitly to false to opt out and manage payload indexes yourself.

Example request

{
  "namespace_id": "ns_my_vectors"
}

Response

Successful Response

namespace_idstring required
modestring
statusstring
vector_configsobject[]
tieringstring
document_countinteger