@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.cjs CHANGED
@@ -1902,7 +1902,7 @@ function resolveApiKey(apiKey) {
1902
1902
  if (!key) {
1903
1903
  throw new exports.T2000Error(
1904
1904
  "INVALID_KEY",
1905
- "No Private API key. Pass `apiKey` or set T2000_API_KEY. Generate one at platform.t2000.ai (Pro/Max)."
1905
+ "No Private API key. Pass `apiKey` or set T2000_API_KEY. Generate one at agents.t2000.ai/manage (Pro/Max)."
1906
1906
  );
1907
1907
  }
1908
1908
  return key;