What is FORTE_API_TOKEN and where do I get it?
It's the Bearer token for Forte's server-side API, scoped to one project. Every deployed service receives it automatically as an environment variable, and the SDKs pick it up with no configuration.
It's a server-only secret: never expose it to a browser or commit it to your repository.