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

Request example
{ "method": "tools/call", "params": { "name": "tokens_create", "arguments": { "name": "string", "scope": "ingest", "org": "string" } } }
tokens_createTOOL
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.
Parameters
name *string
Positional argument name
scope *"ingest"
Token scope. Currently only ingest is supported
org?string
Organization override (defaults to folder setup)