@elevasis/sdk 0.5.13 → 0.5.15

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.
@@ -40,7 +40,7 @@ Both patterns return a Promise that resolves with the tool result or rejects wit
40
40
 
41
41
  ## Integration Adapters
42
42
 
43
- Twelve integration adapters give you access to 60+ tool methods covering third-party APIs. Pass the `credential` field with the name of the stored credential for that service. Supabase is listed separately under [Database Access](#database-access) below.
43
+ Eleven integration adapters give you access to 55+ tool methods covering third-party APIs. Pass the `credential` field with the name of the stored credential for that service. Supabase is listed separately under [Database Access](#database-access) below.
44
44
 
45
45
  | Adapter | Tools | Credential Shape |
46
46
  | ------------- | ----------------------------- | ------------------------ |
@@ -127,7 +127,7 @@ Credentials are created in the command center UI: navigate to Credentials → Ad
127
127
  | Calling an API not in the catalog | `platform.call()` with `tool: 'http'` |
128
128
  | Third-party SDK that requires a raw key | `platform.getCredential()` |
129
129
 
130
- `.env` contains only `ELEVASIS_API_KEY` for CLI authentication -- never integration credentials.
130
+ `.env` contains only `ELEVASIS_PLATFORM_KEY` for CLI authentication -- never integration credentials.
131
131
 
132
132
  ---
133
133
 
@@ -347,7 +347,7 @@ const { signedUrl } = await storage.createSignedUrl({ bucket: 'exports', path: r
347
347
 
348
348
  ## Documentation
349
349
 
350
- - [Typed Adapters](adapters.mdx) - Type-safe wrappers for all 12 integrations + 9 platform services with full autocomplete (recommended)
350
+ - [Typed Adapters](adapters.mdx) - Type-safe wrappers for all 11 integrations + 9 platform services with full autocomplete (recommended)
351
351
 
352
352
  ---
353
353