Skip to main content
POST
Link a connector with an API key

Authorizations

Authorization
string
header
required

Session token from POST /auth/login. Pass as Authorization: Bearer <token>. The alternative X-Pinecone-Api-Key header is also accepted for direct-key auth (used by the Nexus CLI on first contact).

Headers

X-Pinecone-Api-Version
string
default:2026-07

Date-based contract version. Omit to resolve to the Nexus default version (2026-07, the oldest served version); send unstable for the in-development surface. The resolved version is echoed back on the same header. A present-but-unrecognized value is rejected with 400 unsupported_api_version.

Path Parameters

provider
string
required

A key-based provider (e.g. parallel)

Body

application/json
api_key
string
required
account_label
string

Optional display label

Response

The linked connector

The connector view returned by connector endpoints (secrets stripped). There is no config field — no provider populates one today.

id
string
required
provider
string
required

e.g. box

created_at
string<date-time>
required
updated_at
string<date-time>
required
account_label
string | null