@t2000/sdk 5.23.0 → 5.24.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1896,7 +1896,7 @@ function resolveApiKey(apiKey) {
1896
1896
  if (!key) {
1897
1897
  throw new T2000Error(
1898
1898
  "INVALID_KEY",
1899
- "No Private API key. Pass `apiKey` or set T2000_API_KEY. Generate one at platform.t2000.ai (Pro/Max)."
1899
+ "No Private API key. Pass `apiKey` or set T2000_API_KEY. Generate one at agents.t2000.ai/manage (Pro/Max)."
1900
1900
  );
1901
1901
  }
1902
1902
  return key;