Pinecone integration
Vector Database · 9 actions · Custom auth
Managed vector database for machine learning applications with serverless and pod-based deployments. Pass-through access to your own Pinecone project: vector similarity search, raw-text search on integrated-embedding indexes, index management, and vector upsert/delete via the native REST API.
The ModuleX Pinecone integration lets a ModuleX agent operate Pinecone on your behalf — running create, remove and find actions across queries, records and indexes — directly from a plain-English request, using your organization's own Pinecone credentials. No pre-built workflow is required: the agent picks the right Pinecone action for the task.
Pinecone is a vector database platform. ModuleX adds the agent layer: ask for an outcome and it selects and runs the right Pinecone action — or, when you want a repeatable process, the composer assembles a Pinecone workflow for you, streaming the nodes onto the canvas as it builds.
Drive Pinecone in plain English
Type what you want. A ModuleX agent picks the right Pinecone action, or chains several, and runs it. No workflow to build.
- “Create a serverless index”resolves to
create_index - “Find the index I describe and remove it”resolves to
list_indexesdelete_index - “Delete vectors by ID list, by metadata filter, or all in a namespace”resolves to
delete_vectors - “Show me the queries that match what I describe”resolves to
query
What you can automate with Pinecone
- Find the right index and remove it in one prompt
list_indexesdelete_index - Query your queries from a plain-English question
query - Find the records that match what you describe
search_records - Upsert a vector without writing SQL
upsert_vectors
All 9 Pinecone actions
querysearch_recordslist_indexesdescribe_indexcreate_indexdelete_indexdescribe_index_statsupsert_vectorsdelete_vectorsSee full parameters and response schemas in the Pinecone integration docs
Two ways to use Pinecone in ModuleX
Connecting Pinecone
Pairs well with Pinecone
Agents often chain Pinecone with these. Connect them once and the agent can use all of them in a single task.
Pinecone + ModuleX FAQ
A ModuleX agent can run any of Pinecone's 9 actions — across queries, records, indexes and index stats — from a plain-English request, using your organization's own Pinecone credentials.
Put Pinecone to work in ModuleX.
Connect Pinecone once with your own credentials and let your agent run all 9 actions on demand.
Last updated: Jul 2026Browse all 179 integrations