Can I use the SDK from CI or outside Forte?
Yes. For server-side code running outside a deployed service — local development, CI scripts, an external system — pass the project API token to the client constructor, or set FORTE_API_TOKEN as an environment variable and use the no-argument constructor. The token is project-scoped, so keep it in your CI secret store.