Skip to main content

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

The same page lists existing keys and lets you create new ones. While you’re there, also note your environment (e.g. 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.

MCP server

No official Pinecone MCP server today.

Environment variables Nora injects

VariableSource
PINECONE_API_KEYAPI Key field
PINECONE_ENVIRONMENTEnvironment field
PINECONE_INDEXIndex Name (if set)