Create an org-wide token with an explicit scope.
Tokens with the ingest scope authenticate writes to the OTLP collector only. They do
not grant query access, project management access, or access to the
Strada website API. Use them in Node.js, Cloudflare Workers, Vercel, and
other trusted server runtimes.
The only supported scope today is ingest. The scope is still required
as --scope so command usage will stay stable when more token scopes are
added later.
Browser SDKs should not use tokens. Browser ingest stays
anonymous and is protected by the collector's anonymous rate limit.