Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Collection
pinecone:create_collection
Create a collection (static snapshot) from an existing Pinecone index.
Write
Medium risk
Create Index
pinecone:create_index
Create a new Pinecone vector index with specified configuration.
Write
Medium risk
Delete Collection
pinecone:delete_collection
Delete a Pinecone collection permanently. This action cannot be undone.
Write
High risk
Delete Index
pinecone:delete_index
Delete a Pinecone index permanently. This action cannot be undone.
Write
High risk
Delete Vectors
pinecone:delete_vectors
Delete specific vectors or all vectors from a Pinecone index.
Write
High risk
Fetch Vectors
pinecone:fetch_vectors
Fetch specific vectors by their IDs from a Pinecone index.
Read
Low risk
Get Index
pinecone:get_index
Get detailed information about a specific Pinecone index.
Read
Low risk
Get Index Stats
pinecone:get_index_stats
Get statistics about vectors in a Pinecone index, including total count and namespace breakdown.
Read
Low risk
List Collections
pinecone:list_collections
List all Pinecone collections (static snapshots of indexes) in your project.
Read
Low risk
List Indexes
pinecone:list_indexes
List all Pinecone indexes in your project with their configuration details.
Read
Low risk
Query Vectors
pinecone:query_vectors
Search for similar vectors in a Pinecone index using vector similarity.
Write
Medium risk
Update Vector
pinecone:update_vector
Update an existing vector's values and/or metadata in a Pinecone index.
Write
Medium risk
Upsert Vectors
pinecone:upsert_vectors
Insert or update vectors in a Pinecone index. Existing vectors with same ID will be overwritten.
Write
Medium risk