App Store Connect API Keys: Roles and .p8 Security

Updated August 31, 2026 · by Sardorbek Rakhimov

An App Store Connect API key is the credential that lets tools talk to Apple's official App Store Connect API on your behalf: CI pipelines uploading builds, fastlane pushing metadata, and native desktop clients editing your listings. Every key has a Key ID and a private key file ending in .p8. Team keys also use an Issuer ID in the JWT's iss claim. Individual keys do not use an Issuer ID; Apple's current token format uses sub: user instead. Tools sign short-lived JWTs with the key before making API requests.

Team keys vs individual keys

Apple issues two kinds of keys, and they are not interchangeable:

Attribute Team key Individual key
Scope All apps in the account, access set by the role you assign Tied to one user's own apps and permissions
JWT identity claim iss with the account's Issuer ID sub: user; no Issuer ID
Who can create it Admin (or Account Holder) Eligible App Store Connect users with permission from an Admin or Account Holder
Provisioning, Sales and Finance, notarytool Supported Not available
How many Multiple keys allowed One active key per user

Practical rule: shared infrastructure (CI, release tooling, a team's metadata workflow) gets a team key with a deliberately chosen role. An individual key is fine for personal scripts, because it can never exceed what you personally can do — but it also cannot touch provisioning, notarization, or sales reports at all.

Creating a team key, step by step

  1. In App Store Connect, open Users and Access, then the Integrations tab.
  2. Select App Store Connect API in the left column, then the Team Keys tab.
  3. Click the add button, name the key after the tool that will use it (one key per tool), and pick a role.
  4. Copy the Issuer ID and the new key's Key ID from the same page.
  5. Download the .p8 private key and store it somewhere safe immediately.

You need an Admin or Account Holder account to generate team keys. Individual keys work differently: eligible users create their own from their profile. If the Generate API Key button is missing, an Admin or Account Holder may need to grant the Generate Individual API Keys permission.

Which role should the key get?

Key roles are the same roles Apple defines for users, and the least-privilege logic is the same too:

One thing a role cannot fix: team keys apply across every app in the account. If a contractor should only touch one app, an individual key tied to their scoped user account models that better than any team key role.

.p8 security rules

Apple allows the private key to be downloaded exactly once. That rule drives all the handling guidance:

The same standard applies to vendors: any app or service that asks you to upload your .p8 to their servers is asking you to trust their security team with whatever access the key's role or user permissions allow. A local-first tool avoids sharing the credential with the vendor; a hosted tool requires you to assess the vendor's storage, access controls, and revocation process.

What the API can and can't do

A key with the right role covers the daily publishing surface: app metadata and screenshots, TestFlight, customer reviews, analytics and sales reports, and pricing. It does not cover everything Apple's website can do:

A trustworthy tool is explicit about that boundary instead of promising to automate all of it — more on that in what a desktop client can and can't do.

Where ShipZen fits

ShipZen is a native macOS App Store Connect client that authenticates with your own API key and stores it in the macOS Keychain. Requests go directly from your Mac to Apple — there is no ShipZen server in the middle, so your .p8 never leaves your machine. An App Manager team key, or an individual key whose user has access to the relevant apps and operations, can cover supported metadata and validator workflows. Reporting features depend on Apple's endpoint-specific roles. See the security and capability matrix for the product boundary.

Apple authentication and role guidance rechecked August 31, 2026. See the editorial policy for sourcing and corrections.

App Store Connect, the way you need to see it. One email at launch, no spam.

Join the waitlist