Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

tokens create

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.

Usage

strada tokens create <name>

Arguments

ArgumentRequiredDescription
<name>Yesname

Options

OptionDefaultDescription
--scope <scope>-Token scope. Currently only ingest is supported
--org [name-or-id]-Organization override (defaults to folder setup)

Global Options

OptionDefaultDescription
-h, --help-Display this message
-v, --version-Display version number