MCPcopy Create free account
hub / github.com/ShipSecAI/studio / get

Method get

packages/component-sdk/src/interfaces.ts:57–57  ·  view source on GitHub ↗

* Retrieve a secret value by key * @param key Secret identifier (typically the secret ID) * @param options Optional retrieval options such as a version override * @returns Secret value or null if not found

(
    key: string,
    options?: { version?: number },
  )

Source from the content-addressed store, hash-verified

55 * @returns Secret value or null if not found
56 */
57 get(
58 key: string,
59 options?: { version?: number },
60 ): Promise<{ value: string; version: number } | null>;

Callers 15

withPortMetaFunction · 0.65
getPortMetaFunction · 0.65
withParamMetaFunction · 0.65
getParamMetaFunction · 0.65
getMethod · 0.65
getMetadataMethod · 0.65
fromHeadersMethod · 0.65
buildHarRequestFunction · 0.65
buildHarResponseFunction · 0.65
UndiciTimingAdapterClass · 0.65
startTrackingMethod · 0.65
stopTrackingMethod · 0.65

Implementers 9

SecretsAdapterworker/src/adapters/secrets.adapter.ts
ComponentRegistrypackages/component-sdk/src/registry.ts
HumanInputsControllerbackend/src/human-inputs/human-inputs.
SchedulesServicebackend/src/schedules/schedules.servic
ApiKeysControllerbackend/src/api-keys/api-keys.controll
ApiKeysServicebackend/src/api-keys/api-keys.service.
WebhooksServicebackend/src/webhooks/webhooks.service.
WebhooksAdminControllerbackend/src/webhooks/webhooks.admin.co
DestinationRegistryworker/src/destinations/registry.ts

Calls

no outgoing calls

Tested by 15

getSecretValueMethod · 0.52
createVersionRecordFunction · 0.52
findLatestByWorkflowIdFunction · 0.52
findByIdFunction · 0.52
findByWorkflowAndVersionFunction · 0.52
setCompiledDefinitionFunction · 0.52
updateFunction · 0.52
deleteFunction · 0.52
saveCompiledDefinitionFunction · 0.52
incrementRunCountFunction · 0.52
findByRunIdFunction · 0.52