Before you start
Access to your Polar organization’s developer settings.
Set it up
- Open your organization → Settings → Developers → New Organization Access Token, and name it
Sprid. - Select metrics:read only.
- Create the token and save it to a private file such as
~/keys/polar-sprid.txt. It is shown once.
Connect to Sprid
sprid connect polar --app <slug> --key ~/keys/polar-sprid.txt Use your Sprid app slug and your own file path. A personal token covering several organizations also needs --org <organization-id>.
Check the connection
Ask your agent: “Check that Sprid can read revenue and subscriptions for this Polar organization.” A saved token alone does not confirm access.
What the numbers mean
Polar’s daily revenue and current monthly recurring revenue. Polar supplies no trial count, so that field stays blank.
If something goes wrong
- Access denied: create a replacement token with metrics:read, then reconnect.
- Wrong or empty results with a personal token: add
--org <organization-id>.
Investigate with this connection
Reads metrics, orders and subscriptions for the pinned organization. Product filters separate apps sold through the same organization.
sprid marketing-review capabilities --app <slug> --source polar --json See connected queries.
Sources and verification
Prefer your terminal? sprid docs polar reads this same guide.