Pinecone
Where to issue a Pinecone API key and connect it to Nora.Pinecone integrations let your agents store and query vector embeddings — typically as the retrieval layer of a RAG pipeline.
Where to apply for credentials
Pinecone — API Keys
us-east-1-aws, gcp-starter) — it’s part of the API URL Pinecone clients construct.
Connect in Nora
1
Paste the API key
Pinecone keys start with
pc_.2
Set the environment
Required. Visible at the top of the Pinecone console. Examples:
us-east-1-aws, gcp-starter,
eu-west-1-gcp.3
(Optional) Pin an index
If your agent queries a single index, set the Index Name field.
4
Connect
Click Connect. Nora calls
GET https://api.pinecone.io/indexes with the key in the Api-Key header.
