Portkey API — Vector Stores
Portkey API — Vector Stores. 13 operations. Lead operation: Returns a list of vector stores.. Self-contained Naftiko capability covering one Portkey business surface.
What You Can Do
MCP Tools
returns-list-vector-stores
Returns a list of vector stores.
create-vector-store
Create a vector store.
retrieves-vector-store
Retrieves a vector store.
modifies-vector-store
Modifies a vector store.
delete-vector-store
Delete a vector store.
create-vector-store-file-batch
Create a vector store file batch.
retrieves-vector-store-file-batch
Retrieves a vector store file batch.
cancel-vector-store-file-batch
Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.
returns-list-vector-store-files
Returns a list of vector store files in a batch.
returns-list-vector-store-files-2
Returns a list of vector store files.
create-vector-store-file-attaching
Create a vector store file by attaching a [File](https://platform.openai.com/docs/api-reference/files) to a [vector store](https://platform.openai.com/docs/api-reference/vector-stores/object).
retrieves-vector-store-file
Retrieves a vector store file.
delete-vector-store-file-this
Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the [delete file](https://platform.openai.com/docs/api-reference/files/delete) endpoint.