You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Key difference from API Key**: Service accounts are scoped at the **organization level** (not project level), providing access to **all projects within the organization**. This makes them ideal for:
70
+
71
+
- Managing multiple projects across an organization
72
+
- Cross-project automation and deployment pipelines
73
+
- Service-to-service authentication where access to multiple projects is needed
74
+
- Centralized authentication for organization-wide operations
70
75
71
76
## Index Management
72
77
@@ -189,13 +194,13 @@ pc index create -n my-app-prod -m cosine -c aws -r us-east-1 \
|`pc: command not found`| Install CLI: `brew tap pinecone-io/tap && brew install pinecone-io/tap/pinecone`|
195
-
|`Unknown command` or unrecognized command |Check CLI version with `pc version`. If outdated, update: `brew update && brew upgrade pinecone` (macOS) or download latest from [GitHub Releases](https://github.com/pinecone-io/cli/releases)|
196
-
|`Authentication failed`| Run `pc auth login` or set an API key or service account |
197
-
|`Index already exists`| Use different name or delete existing: `pc index delete --name <name>`|
198
-
|`Permission denied`| Check API key permissions or organization access |
0 commit comments