Finding Your Team ID
You can find your team ID in two ways: Via CLI:Setting Team ID
CLI Usage
When using the Prime CLI, configure your team ID once:API Usage
For direct API access, include theX-Prime-Team-ID header in your requests.
Option 1: Set as Default Header (Recommended)
Set the header once when creating the client:Option 2: Set Per Request
For occasional team usage or switching between accounts:Python