Call any premium endpoint with no Authorization header and the free-trial counter increments automatically:
# A composed world snapshot: BTC + Fear & Greed + earthquakes + HN + prediction markets
curl https://terminalfeed.io/api/pro/briefing
# Or from JavaScript / an agent runtime
fetch("https://terminalfeed.io/api/pro/briefing")
.then(r => r.json())
.then(console.log)
That is the whole onboarding. No dashboard, no key rotation, no SDK install.