Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ setApiKey
Method
setApiKey
packages/ts-sdk/src/index.ts:347–349 ·
view source on GitHub ↗
* Set a new API key
(apiKey: string)
Source
from the content-addressed store, hash-verified
345
* Set a
new
API key
346
*/
347
setApiKey(apiKey: string): void {
348
this.apiKey = apiKey
349
}
350
351
/**
352
* Set a
new
base URL
Callers
1
index.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected